海工商新版后台
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.
 
 

23 lines
735 B

<?php
return [
'labels' => [
'WechatAppConfig' => '支付配置',
'wechat-app-config' => '支付配置',
],
'fields' => [
'name' => '主体名称',
'app_id' => '公众号AppId',
'miniapp_id' => '小程序AppId',
'appid' => 'APP引用的AppId',
'mch_id' => '微信商户号',
'key' => '微信支付签名秘钥',
'notify_url' => '微信支付回调地址',
'cert_pem' => '微信证书apiclient_cert.pem里的所有内容',
'key_pem' => '微信证书apiclient_key.pem里的所有内容',
'status' => '状态',
'create_time' => '创建时间',
'update_time' => '修改时间',
],
'options' => [
],
];