config.example.js 219 B

123456
  1. module.exports = {
  2. baseURL: 'https://h5.moutai519.com.cn/game/',
  3. cookie: ['$COOKIE'], // 小茅运 H5 页面请求 cookie
  4. deviceId: '$DEVICEID', // User-Agent 里的 deviceId 值
  5. bark: '' // bark 推送地址
  6. }