company.php 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <?php
  2. return [
  3. 'Id' => '编号',
  4. 'Company_name' => '企业名称',
  5. 'Company_tel' => '企业电话',
  6. 'Sys_appid' => '系统AppID',
  7. 'Sys_appsecret' => '系统AppSecret',
  8. 'Wechat_appid' => '微信AppID',
  9. 'Wechat_appsecret' => '微信AppSecret',
  10. 'Wechat_token' => '微信Token',
  11. 'Wechat_encode' => '微信消息加解密方式',
  12. 'Wechat_encode 0' => '明文模式',
  13. 'Wechat_encode 1' => '兼容模式',
  14. 'Wechat_encode 2' => '安全模式',
  15. 'Wechat_encodingaeskey' => '微信EncodingAESKey',
  16. 'Wechat_share_image' => '微信分享图片',
  17. 'Wechat_qrcode_image' => '微信公众号关注二维码',
  18. 'Pay_weixin_open' => '微信支付',
  19. 'Pay_weixin_open 0' => '关闭',
  20. 'Pay_weixin_open 1' => '打开',
  21. 'Pay_weixin_mchid' => '商家支付号',
  22. 'Pay_weixin_client_certfile' => '微信client_cert',
  23. 'Pay_weixin_client_keyfile' => '微信client_key',
  24. 'Pay_weixin_key' => '微信API密钥',
  25. 'Routine_appid' => '小程序AppID',
  26. 'Routine_appsecret' => '小程序AppSecret',
  27. 'Routine_qrcode_image' => '小程序码',
  28. 'Pay_routine_open' => '小程序支付',
  29. 'Pay_routine_open 0' => '关闭',
  30. 'Pay_routine_open 1' => '打开',
  31. 'Pay_routine_mchid' => '小程序商户号',
  32. 'Pay_routine_key' => '小程序API密钥',
  33. 'Pay_routine_client_cert' => '小程序client_cert',
  34. 'Pay_routine_client_key' => '小程序client_key',
  35. 'Share_title' => '分享标题',
  36. 'Share_info' => '分享内容',
  37. 'Wx_open_platform' => '微信开放平台',
  38. 'Wx_open_platform 0' => '关闭',
  39. 'Wx_open_platform 1' => '打开',
  40. 'Wx_open_appid' => '开放平台AppID',
  41. 'Wx_open_appsecret' => '开放平台AppSecret'
  42. ];