customer.tpl 548 B

123456789101112131415
  1. <?php
  2. //此文件为apollo配置文件模板,禁止修改移动
  3. return [
  4. 'app_secret' => '{app_secret}',
  5. 'jwt_secret' => '{jwt_secret}',
  6. 'app_service_url' => '{app_service_url}',
  7. 'share_post_h5url' => '{share_post_h5url}',
  8. 'share_post_bean' => '{share_post_bean}',
  9. 'post_delete_image' => '{post_delete_image}',
  10. 'category_hot_img' => '{category_hot_img}',
  11. 'category_my_img' => '{category_my_img}',
  12. 'battle_activity_info' => '{battle_activity_info}',
  13. 'exchange_shop_is_show' => '{exchange_shop_is_show}',
  14. ];