mirror of
https://github.com/cool-team-official/cool-admin-midway.git
synced 2025-12-11 00:22:49 +00: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',
|
||||
{
|
||||
params: {
|
||||
access_token: token.access_token,
|
||||
access_token: token,
|
||||
type: 'jsapi',
|
||||
},
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user