diff --git a/game-server/app/services/pay/37Pay.ts b/game-server/app/services/pay/37Pay.ts index db0062ebf..dac5548d2 100644 --- a/game-server/app/services/pay/37Pay.ts +++ b/game-server/app/services/pay/37Pay.ts @@ -30,7 +30,7 @@ export async function applyOrder37(localOrderID: string, roleId: string, product sid: role.serverId, actor_id: role.roleId, order_no: localOrderID, - money: productInfo.price.toFixed(2).toString(), + money: productInfo.price, game_coin: gameCoin, product_id: productInfo.productID, subject: productInfo.message, diff --git a/shared/resource/jsons/dic_zyz_rmb.json b/shared/resource/jsons/dic_zyz_rmb.json index 19077f8a9..3dafbc1d8 100644 --- a/shared/resource/jsons/dic_zyz_rmb.json +++ b/shared/resource/jsons/dic_zyz_rmb.json @@ -23,7 +23,7 @@ { "productID": "com.bantu.sgzzyz.yb4", "type": 18, - "price": 6, + "price": 0.01, "message": "充值元宝-购买元宝60", "gameCoin": 60 },