修复微信token取值错误

This commit is contained in:
cool 2024-04-18 09:16:09 +08:00
parent 9121567b3e
commit 15ea6f7a25

View File

@ -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',
}, },
} }