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