12345678910111213 |
- <?php
- //此文件为apollo配置文件模板,禁止修改移动
- return [
- 'app_secret' => '{app_secret}',
- 'jwt_secret' => '{jwt_secret}',
- 'app_service_url' => '{app_service_url}',
- 'share_post_h5url' => '{share_post_h5url}',
- 'share_post_bean' => '{share_post_bean}',
- 'post_delete_image' => '{post_delete_image}',
- 'category_hot_img' => '{category_hot_img}',
- 'category_my_img' => '{category_my_img}',
- ];
|