feat():修改通过ID获取客户GetMapping

master
Yueng 2024-08-11 10:10:09 +08:00
parent e7301c0ad2
commit dff46b4cd2
1 changed files with 1 additions and 1 deletions

View File

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