LiuXiao617111

Results 1 issues of LiuXiao617111

如下是代码: const params = { apiSecret: think.config('weixin.partner_key'), // API V3 密钥 body: body, // 请求体 body signature: headers['wechatpay-signature'], serial: headers['wechatpay-serial'], nonce: headers['wechatpay-nonce'], timestamp: headers['wechatpay-timestamp'], }; const ret = await pay.verifySign(params);...