海南旅游SAAS
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.

25 lines
668 B

4 years ago
4 years ago
  1. <?php
  2. return [
  3. 'labels' => [
  4. 'Agent' => '代理商',
  5. 'agent' => '代理商',
  6. ],
  7. 'fields' => [
  8. 'account' => '账号',
  9. 'password' => '密码',
  10. 'name' => '代理商名称',
  11. 'appid' => '微信AppID',
  12. 'appsecret' => '微信AppSecret',
  13. 'mchid' => '微信支付mch_id',
  14. 'mchkey' => '微信支付key',
  15. 'status' => '状态',
  16. 'company_name' => '公司名称',
  17. 'logo' => 'LOGO',
  18. 'address' => '公司地址',
  19. 'license_pic' => '营业执照',
  20. 'director' => '负责人',
  21. 'contact_phone' => '联系电话',
  22. ],
  23. 'options' => [
  24. ],
  25. ];