This commit is contained in:
77
2024-04-12 23:29:05 +08:00
parent 9fb10b024a
commit a91f9fe242
5 changed files with 47 additions and 6 deletions

View File

@@ -97,7 +97,7 @@ public class PayManager {
RechargeConsumerResp resp = consumerManager.rechargeOrderSuccess(orderNo,params,appId,payTypeEnum);
if(resp.isSuccess()){
// 领取首充奖励
awardManager.giveFastPayAsync(resp.getUserId(), resp.getTraceId());
awardManager.giveFastPayAsync(resp);
if(appId != null){
payTotalService.incsPrice(payTypeEnum,appId,resp.getPrice());
}