支付宝记账本
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

7 months ago
  1. <?php
  2. return [
  3. 'labels' => [
  4. 'MchApp' => '应用管理',
  5. 'mch-app' => '应用管理',
  6. ],
  7. 'fields' => [
  8. 'mch_no' => '商户号',
  9. 'app_id' => '应用ID',
  10. 'secret_key' => '秘钥',
  11. 'alipay_account' => '支付宝账号',
  12. 'company_name' => '企业名称',
  13. 'account_book_id' => '记账本ID',
  14. ],
  15. 'options' => [
  16. ],
  17. ];