Silent 6 years ago
parent
commit
4e54f45eef
1 changed files with 1 additions and 1 deletions
  1. 1 1
      wechat/utils/api.js

+ 1 - 1
wechat/utils/api.js

xqd
@@ -1,7 +1,7 @@
 const headUrl = 'https://t20.9026.com/wechat/';
 
 module.exports = {
-  isTest: true,
+  isTest: false,
   headUrl: headUrl,
   loginUrl: headUrl + 'login',
   checkPositionUrl: headUrl + 'checkPosition',