123
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user