@@ -294,6 +294,7 @@ class WeixinAuthService extends AxiosService {
headers: {
'content-type': 'application/json',
},
+ dataType: 'json',
});
console.warn('res=>');
console.warn(res);