customer.tpl 370 B

1234567891011
  1. <?php
  2. //此文件为apollo配置文件模板,禁止修改移动
  3. return [
  4. 'app_secret' => '{app_secret}',
  5. 'jwt_secret' => '{jwt_secret}',
  6. 'app_service_url' => '{app_service_url}',
  7. 'cms_subject_one_bgimg' => '{cms_subject_one_bgimg}',
  8. 'cms_subject_two_bgimg' => '{cms_subject_two_bgimg}',
  9. 'exchange_shop_is_show' => '{exchange_shop_is_show}',
  10. ];