From 565b5f68691784b5ce063e2539e0c3de9ba48a6b Mon Sep 17 00:00:00 2001 From: luying Date: Wed, 15 Feb 2023 21:01:01 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix(=E6=94=AF=E4=BB=98):=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=94=AF=E4=BB=98=E6=A0=A1=E9=AA=8C=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- game-server/app/services/pay/37Pay.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game-server/app/services/pay/37Pay.ts b/game-server/app/services/pay/37Pay.ts index d3ce104ef..837872668 100644 --- a/game-server/app/services/pay/37Pay.ts +++ b/game-server/app/services/pay/37Pay.ts @@ -34,7 +34,7 @@ export async function applyOrder37(localOrderID: string, roleId: string, product order_no: localOrderID, money: productInfo.price, game_coin: gameCoin, - product_id: productInfo.productID, + product_id: productInfo.channelProductID, subject: productInfo.message, time: nowSeconds(), ext