|
@@ -25,6 +25,7 @@ class WeixinAuthService extends AxiosService {
|
|
code,
|
|
code,
|
|
grant_type: 'authorization_code',
|
|
grant_type: 'authorization_code',
|
|
};
|
|
};
|
|
|
|
+ console.log('rrrr-' + params);
|
|
const res = await this.httpGet(reqUrl, params);
|
|
const res = await this.httpGet(reqUrl, params);
|
|
|
|
|
|
if (res.errcode && res.errcode !== 0) {
|
|
if (res.errcode && res.errcode !== 0) {
|