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.
17 lines
399 B
17 lines
399 B
<?php
|
|
return [
|
|
'labels' => [
|
|
'MchApp' => '应用管理',
|
|
'mch-app' => '应用管理',
|
|
],
|
|
'fields' => [
|
|
'mch_no' => '商户号',
|
|
'app_id' => '应用ID',
|
|
'secret_key' => '秘钥',
|
|
'alipay_account' => '支付宝账号',
|
|
'company_name' => '企业名称',
|
|
'account_book_id' => '记账本ID',
|
|
],
|
|
'options' => [
|
|
],
|
|
];
|