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

40 lines
1.3 KiB

4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
  1. <?php
  2. return [
  3. 'labels' => [
  4. 'Agent' => '代理商',
  5. 'agent' => '代理商',
  6. 'agent_info' => '代理商信息',
  7. 'mini_program' => '小程序管理',
  8. 'upload' => '上传',
  9. ],
  10. 'fields' => [
  11. 'account' => '账号',
  12. 'password' => '密码',
  13. 'name' => '代理商简称',
  14. 'avatar' => '头像',
  15. 'appid' => '微信AppID',
  16. 'appsecret' => '微信AppSecret',
  17. 'mchid' => '微信支付mch_id',
  18. 'mchkey' => '微信支付key',
  19. 'status' => '状态',
  20. 'type' => '代理商类型',
  21. 'company_name' => '公司名称',
  22. 'credit_codes' => '统一社会信用代码',
  23. 'logo' => 'LOGO',
  24. 'license' => '许可证',
  25. 'contract' => '入驻合同',
  26. 'corporate_account' => '对公账号',
  27. 'deposit_bank' => '对公账号开户行',
  28. 'address' => '公司地址',
  29. 'business_license' => '营业执照',
  30. 'director' => '负责人',
  31. 'legal_persona_name' => '法人姓名',
  32. 'legal_persona_wechat' => '法人微信号',
  33. 'contact_phone' => '联系电话',
  34. 'contact_mobile' => '联系手机',
  35. 'rate' => '抽成比例',
  36. 'agentInfo' => trans('agent-info.fields'),
  37. ],
  38. 'options' => [
  39. ],
  40. ];