site.php 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <?php
  2. return array (
  3. 'name' => '靓号',
  4. 'beian' => '',
  5. 'cdnurl' => '',
  6. 'version' => '1.0.2',
  7. 'timezone' => 'Asia/Shanghai',
  8. 'forbiddenip' => '',
  9. 'languages' =>
  10. array (
  11. 'backend' => 'zh-cn',
  12. 'frontend' => 'zh-cn',
  13. ),
  14. 'fixedpage' => 'dashboard',
  15. 'categorytype' =>
  16. array (
  17. ),
  18. 'configgroup' =>
  19. array (
  20. 'user' => '会员配置',
  21. 'basic' => '基础配置',
  22. 'dictionary' => '字典配置',
  23. 'config' => '系统配置',
  24. 'jdpay' => '京东支付',
  25. ),
  26. 'mail_type' => '1',
  27. 'mail_smtp_host' => 'smtp.qq.com',
  28. 'mail_smtp_port' => '465',
  29. 'mail_smtp_user' => '10000',
  30. 'mail_smtp_pass' => 'password',
  31. 'mail_verify_type' => '2',
  32. 'mail_from' => '10000@qq.com',
  33. 'attachmentcategory' =>
  34. array (
  35. ),
  36. 'system_wxp_name' => '名称',
  37. 'system_service_mobile' => '电话133',
  38. 'system_wxp_qrcode' => 'https://www.huaxincem.com/theme/default/images/demo/weixin_hxzg.png',
  39. 'service_work_time' => '12:00-13:00',
  40. 'system_sms_open' => '1',
  41. 'base_company_name' => '',
  42. 'disable_send_province' => '3716,2816,3206',
  43. 'appId' => 'sadasd',
  44. 'merchantNo' => 'asdas',
  45. 'jd_desKey' => 'YXNzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzcw==',
  46. 'system_index_tr' => '1',
  47. 'system_index_m1' => '1',
  48. );