customer.tpl 814 B

12345678910111213141516171819202122
  1. <?php
  2. //此文件为apollo配置文件模板,禁止修改移动
  3. return [
  4. 'app_secret' => '{app_secret}',
  5. 'jwt_secret' => '{jwt_secret}',
  6. 'app_service_url' => '{app_service_url}',
  7. 'chxq_oss_url' => '{chxq_oss_url}',
  8. 'order_expired_time' => '{order_expired_time}',
  9. 'VIRUS_URL' => '{VIRUS_URL}',
  10. 'VIRUS_APP_ID' => '{VIRUS_APP_ID}',
  11. 'VIRUS_APP_SECRET' => '{VIRUS_APP_SECRET}',
  12. 'share_invite_h5url' => '{share_invite_h5url}',
  13. 'share_invite_bean' => '{share_invite_bean}',
  14. 'share_post_h5url' => '{share_post_h5url}',
  15. 'share_post_bean' => '{share_post_bean}',
  16. 'find_friend_img' => '{find_friend_img}',
  17. 'suggest_img' => '{suggest_img}',
  18. 'app_upgrade_info' => '{app_upgrade_info}',
  19. 'wechat_id' => '{wechat_id}',
  20. 'wechat_secret' => '{wechat_secret}',
  21. ];