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