feat():修改

master
zzh 2024-08-07 22:24:20 +08:00
parent 658ba53ca0
commit 5ac460d70a
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ public class OrderPayCustomerController {
* @param orderCustomerId
* @return
*/
@DeleteMapping("/{orderCustomerId}")
@GetMapping("/{orderCustomerId}")
@Operation(summary = "通过id获取客户信息",description = "通过id获取客户信息")
public Result<OrderPayCustomer> findById(@PathVariable("orderCustomerId") Long orderCustomerId){