Browse Source

更换为丘比养车信息

chenrui 4 years ago
parent
commit
2c72715a09
2 changed files with 2 additions and 2 deletions
  1. 1 1
      project.config.json
  2. 1 1
      src/api/request.js

+ 1 - 1
project.config.json

@@ -26,7 +26,7 @@
 	},
 	"compileType": "miniprogram",
 	"libVersion": "2.14.1",
-	"appid": "wxb6f09597a1545d81",
+	"appid": "wx91b4a901e2f6876b",
 	"projectname": "zyyc-wxmini",
 	"miniprogramRoot": "dist/wx/",
 	"cloudfunctionTemplateRoot": "",

+ 1 - 1
src/api/request.js

@@ -22,7 +22,7 @@ function request(options) {
 
     Object.assign(_obj, options);
     _obj.header['X-AUTH-TOKEN'] = mpvue.getStorageSync('token');
-    _obj.header['X-HEADER-APPID'] = 'vb/TIFOLtHqF5qWlwFKVie3SAD9Ef1ec8ERVkvn5brk='; //  章鱼养车
+    _obj.header['X-HEADER-APPID'] = 'qaHKg54DXewQ496T5XR+w9UEf9vNaJoAoTOtDN0LSUM=';
     _obj.url = baseUrl + _obj.url;
     _obj.method = _obj.method.toUpperCase();
     _obj.success = function(res) {