This commit is contained in:
dute7liang
2024-01-20 19:59:36 +08:00
parent 7956a89ef0
commit 3b6070428c
9 changed files with 116 additions and 6 deletions

View File

@@ -32,7 +32,7 @@ public class PayManager {
case RECHARGE_ORDER_SUB:
ConsumeResp resp = consumerManager.rechargeOrderSuccess(orderNo);
if(resp.isSuccess()){
awardManager.giveFastPayAsync(resp.getUserId(), resp.getConsumeLogId());
awardManager.giveFastPayAsync(resp.getUserId(), resp.getTraceId());
}
break;
default: