customer.tpl 340 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. 'share_post_h5url' => '{share_post_h5url}',
  8. 'share_post_bean' => '{share_post_bean}',
  9. 'post_delete_image' => '{post_delete_image}',
  10. ];