| | |
| | | ) |
| | | |
| | | @Java110ExampleDoc( |
| | | reqBody = "{'link':'18909711443','quantity':'10','communityId':'12323123'}", |
| | | reqBody = "{'link':'18909711443','quantity':'10','acctType':'2003','communityId':'12323123'}", |
| | | resBody = "{'code':0,'msg':'成功'}" |
| | | ) |
| | | @Java110Cmd(serviceCode = "account.customSendAcct") |
| | |
| | | accountDetailPo.setObjId(accountDtos.get(0).getObjId()); |
| | | accountDetailPo.setObjType(accountDtos.get(0).getObjType()); |
| | | accountDetailPo.setAmount(reqJson.getString("quantity")); |
| | | accountDetailPo.setRemark("三方平台通过手工赠送"); |
| | | int flag = accountInnerServiceSMOImpl.prestoreAccount(accountDetailPo); |
| | | |
| | | if (flag < 1) { |
| | | throw new CmdException("扣款失败"); |
| | | } |
| | | |
| | | doGiftIntegral(accountDtos.get(0), reqJson,createUserId); |
| | | //doGiftIntegral(accountDtos.get(0), reqJson,createUserId); |
| | | |
| | | |
| | | } |