From 2f295417b331fcdd8188ab9a38100f429714fa92 Mon Sep 17 00:00:00 2001 From: luying Date: Tue, 16 Nov 2021 14:19:54 +0800 Subject: [PATCH] =?UTF-8?q?sdk:=20=E5=A2=9E=E5=8A=A0=E4=B8=80=E7=82=B9?= =?UTF-8?q?=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- game-server/app/services/pay/37Pay.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/game-server/app/services/pay/37Pay.ts b/game-server/app/services/pay/37Pay.ts index 401004bc9..5fd8440c2 100644 --- a/game-server/app/services/pay/37Pay.ts +++ b/game-server/app/services/pay/37Pay.ts @@ -6,6 +6,7 @@ import { DicRMB } from "../../pubUtils/dictionary/DicRMB"; import { nowSeconds } from "../../pubUtils/timeUtil"; import { resResult } from "../../pubUtils/util"; import { get37Md5Sign } from "../../pubUtils/sdkUtil"; +import { pinus } from "pinus"; /** * 37支付下单 @@ -23,7 +24,7 @@ export async function applyOrder37(localOrderID: string, roleId: string, product code: -1, resData: resResult(STATUS.CHANNEL_INFO_NOT_FOUND) } let gameCoin = productInfo.gameCoin; - let ext = ''; + let ext = pinus.app.get('env'); let body = { game_id: SDK_37_CONST.GAME_ID, uid: (user.channelInfo).uid,