健康同学微信公众号h5项目
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

10 行
267B

  1. // 正式
  2. module.exports = {
  3. title: '健康同学',
  4. baseUrl: 'https://ai.ssjlai.com/webapi', // 正式项目地址
  5. baseApi: 'https://ai.ssjlai.com/webapi', // 正式api请求地址
  6. APPID: 'xxx',
  7. APPSECRET: 'xxx',
  8. $cdn: 'https://www.sunniejs.cn/static'
  9. };