| | |
| | | * @Version 1.0 |
| | | * add by wuxw 2019/4/24 |
| | | **/ |
| | | @FeignClient(name = "acct-service", configuration = {FeignConfiguration.class}) |
| | | @FeignClient(name = "${java110.acct-service}", configuration = {FeignConfiguration.class}) |
| | | @RequestMapping("/accountApi") |
| | | public interface IAccountInnerServiceSMO { |
| | | |
| | |
| | | |
| | | /** |
| | | * 扣款金额 |
| | | * @param accountDetailPo |
| | | * @param accountDetailPo 必填信息 |
| | | * { |
| | | * acctId:'123123', |
| | | * objId:'111', |
| | | * amount:111, |
| | | * remark:'备注' |
| | | * } |
| | | * @return |
| | | */ |
| | | @RequestMapping(value = "/withholdAccount", method = RequestMethod.POST) |