修改了对公充值和系统充值的到账推送
This commit is contained in:
parent
ead4da19bf
commit
3357af9c95
@ -145,7 +145,7 @@ public class AccountRechargeServiceImpl extends DefaultBaseService implements IA
|
||||
// 3. 调用第三方接口, 告知充值到账
|
||||
JSONObject jsonobject =new JSONObject();
|
||||
jsonobject.put("money", dto.getRechargeMoney());
|
||||
sysCallbackService.save("系统充值到账", systemApiPathProperties.getCopyright() + "api/pay/recharge-success/user-id/" + dto.getAccountId(), null);
|
||||
sysCallbackService.save("系统充值到账", systemApiPathProperties.getCopyright() + "api/pay/recharge-success/user-id/" + accountItemId, jsonobject);
|
||||
// 更新到账状态
|
||||
Map<String, Object> params1 = getHashMap(2);
|
||||
params1.put("accountRechargeIds", "1");
|
||||
|
Loading…
Reference in New Issue
Block a user