关闭 tapdb 充值上报

back_recharge
jiahuiwen 2022-04-25 15:40:09 +08:00
parent da292b31ab
commit 309ac36c9b
1 changed files with 1 additions and 1 deletions

View File

@ -281,7 +281,7 @@ public class BuyGoodsNewLogic {
// 开天上报
KtEventUtils.onKtEvent(user, ParamEventBean.UserPayEvent, goodsId, orderId, resultRes.getResultCode(), price);
// 上报tapdb
onChargeSuccess(user, price, 0, orderId, cfgType);//充值成功上报
// onChargeSuccess(user, price, 0, orderId, cfgType);//充值成功上报
// kaikianUploadPayInfo(user,orderId,price);
}