Commit 874472a6 authored by GuanHua's avatar GuanHua

fix: 商城线下转账支付方式参数问题

parent 1db21a1f
......@@ -73,7 +73,7 @@ const TransferPayWay: React.FC<TransferPayWayPropsType> = (props) => {
id: Number(orderId),
paymentInformationId: payInfo.paymentInformationId,
payTypeId: payInfo.paymentChannelsId,
payOrderUrls: JSON.stringify([payOrderUrl]),
payOrderUrls: [payOrderUrl],
payType: 2,
}
setConfirmLoading(true)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment