You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
552 B
22 lines
552 B
<?php |
|
return [ |
|
'labels' => [ |
|
'WechatApp' => '小程序配置', |
|
'wechat-app' => '小程序配置', |
|
], |
|
'fields' => [ |
|
'name' => '小程序名', |
|
'app_id' => 'AppId', |
|
'app_secret' => 'Secret', |
|
'desc' => '简介', |
|
'mch_id' => '商户号', |
|
'key' => '密钥', |
|
'cert_pem' => 'cert_pem', |
|
'key_pem' => 'key_pem', |
|
'create_time' => '创建时间', |
|
'is_delete' => '软删状态', |
|
'update_time' => '修改时间', |
|
], |
|
'options' => [ |
|
], |
|
];
|
|
|