改成post
This commit is contained in:
parent
5a6d1dfb64
commit
58596d0f21
@ -130,7 +130,7 @@ public class FreightRestController extends BaseController {
|
||||
return userFreightService.sendFreightShip(cmd);
|
||||
}
|
||||
|
||||
@PutMapping("/threshold")
|
||||
@PostMapping("/threshold")
|
||||
public Boolean updateFreightBalance(@RequestBody @Validated FreightBalanceUpdateCmd cmd) {
|
||||
// 校验日期是否为每月一号
|
||||
LocalDate today = LocalDate.now();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user