feat():修改通过ID获取客户GetMapping
parent
e7301c0ad2
commit
dff46b4cd2
|
@ -116,7 +116,7 @@ public class OrderPayCustomerController {
|
||||||
* @param orderCustomerId ID
|
* @param orderCustomerId ID
|
||||||
* @return 客户信息
|
* @return 客户信息
|
||||||
*/
|
*/
|
||||||
@DeleteMapping("/findById/{orderCustomerId}")
|
@GetMapping("/findById/{orderCustomerId}")
|
||||||
@Operation(summary = "通过ID获取客户信息",description = "通过ID获取客户信息")
|
@Operation(summary = "通过ID获取客户信息",description = "通过ID获取客户信息")
|
||||||
public Result<OrderPayCustomer> findById(@PathVariable("orderCustomerId") Long orderCustomerId){
|
public Result<OrderPayCustomer> findById(@PathVariable("orderCustomerId") Long orderCustomerId){
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue