From 2a9492cac43ba47a5ba0aad8f1cbb4c1f2b08e31 Mon Sep 17 00:00:00 2001 From: Gao xiaosong <704041637@qq.com> Date: Mon, 19 Apr 2021 15:34:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=BE=AE=E4=BF=A1=E6=94=AF?= =?UTF-8?q?=E4=BB=98=E6=97=A0=E6=B3=95=E4=BD=BF=E7=94=A8=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libs/wechat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/wechat.js b/libs/wechat.js index f7a70b0..2b35c88 100644 --- a/libs/wechat.js +++ b/libs/wechat.js @@ -51,7 +51,7 @@ export const weappPay = option => { uni.requestPayment({ provider: 'wxpay', ...option, - timeStamp: orderInfo.timestamp, + timestamp: orderInfo.timestamp, orderInfo, success: success => { console.log(success)