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

28 lines
780 B

4 years ago
4 years ago
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. 'avatar' => '头像',
  12. 'appid' => '微信AppID',
  13. 'appsecret' => '微信AppSecret',
  14. 'mchid' => '微信支付mch_id',
  15. 'mchkey' => '微信支付key',
  16. 'status' => '状态',
  17. 'type' => '代理商类型',
  18. 'company_name' => '公司名称',
  19. 'logo' => 'LOGO',
  20. 'address' => '公司地址',
  21. 'license_pic' => '营业执照',
  22. 'director' => '负责人',
  23. 'contact_phone' => '联系电话',
  24. 'agentInfo' => trans('agent-info.fields'),
  25. ],
  26. 'options' => [
  27. ],
  28. ];