mirror of
https://github.com/cool-team-official/cool-admin-midway.git
synced 2024-11-01 22:20:30 +08:00
修复微信token取值错误
This commit is contained in:
parent
9121567b3e
commit
15ea6f7a25
@ -90,7 +90,7 @@ export class UserWxService extends BaseService {
|
|||||||
'https://api.weixin.qq.com/cgi-bin/ticket/getticket',
|
'https://api.weixin.qq.com/cgi-bin/ticket/getticket',
|
||||||
{
|
{
|
||||||
params: {
|
params: {
|
||||||
access_token: token.access_token,
|
access_token: token,
|
||||||
type: 'jsapi',
|
type: 'jsapi',
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user