config.example.js 203 B

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