test.js 192 B

1234567
  1. module.exports = {
  2. env: 'test',
  3. baseUrl: 'http://testapi.mstardance.com',
  4. buyerMock: '/', // 买家mock /mock/23/
  5. sellerMock: '/', // 卖家mock /mock/25/
  6. appid: 'wx1fa5b9f727905c88'
  7. }