feat():修改
parent
658ba53ca0
commit
5ac460d70a
|
@ -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){
|
||||
|
||||
|
|
Loading…
Reference in New Issue