Merge branch 'dev' of https://git.archgrid.xyz/zly/electricity_bill_calc_wx into dev
This commit is contained in:
@@ -144,9 +144,9 @@ Page({
|
||||
return;
|
||||
}
|
||||
wx.requestPayment({
|
||||
timeStamp: `${Date.now()}`,
|
||||
nonceStr: "123",
|
||||
package: `prepay_id=${data?.prepay_id}`,
|
||||
timeStamp: data?.time,
|
||||
nonceStr: data?.nonceStr,
|
||||
package: "prepay_id=" + data?.prepay_id,
|
||||
paySign: data?.paySign,
|
||||
signType: 'RSA',
|
||||
success: (res) => {
|
||||
|
Reference in New Issue
Block a user