|
|
@ -576,7 +576,7 @@ public class AccountController {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiOperation(value = "修改p2p账户资金")
|
|
|
|
@ApiOperation(value = "修改p2p账户资金")
|
|
|
|
@PostMapping("/updateP2pAccount")
|
|
|
|
@PostMapping("/updateP2pAccount.json")
|
|
|
|
public JsonResult updateP2pAccount(String username, BigDecimal money, Integer method) {
|
|
|
|
public JsonResult updateP2pAccount(String username, BigDecimal money, Integer method) {
|
|
|
|
StudentQuery query = new StudentQuery();
|
|
|
|
StudentQuery query = new StudentQuery();
|
|
|
|
query.setStudentSn(username);
|
|
|
|
query.setStudentSn(username);
|
|
|
@ -605,7 +605,7 @@ public class AccountController {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@ApiOperation(value = "修改p2p账户资金")
|
|
|
|
@ApiOperation(value = "修改p2p账户资金")
|
|
|
|
@PostMapping("/updateP2pAccount2")
|
|
|
|
@PostMapping("/updateP2pAccount2.json")
|
|
|
|
public JsonResult updateP2pAccount2(String username,
|
|
|
|
public JsonResult updateP2pAccount2(String username,
|
|
|
|
BigDecimal totalAssets,
|
|
|
|
BigDecimal totalAssets,
|
|
|
|
BigDecimal availableFunds,
|
|
|
|
BigDecimal availableFunds,
|
|
|
|