文件上传https
This commit is contained in:
parent
cd6700c3e4
commit
f9ef696b1b
|
@ -248,10 +248,11 @@ public class ClothesRentOrderController {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 小程序端用户根据id查询服装租赁订单
|
* 小程序端用户根据id查询服装租赁订单
|
||||||
|
* @param commonRequest 订单id
|
||||||
* @return 是否删除成功
|
* @return 是否删除成功
|
||||||
*/
|
*/
|
||||||
@PostMapping("/get/id")
|
@PostMapping("/get/id")
|
||||||
@Operation(summary = "小程序端用户根据id查询服装租赁订单", description = "参数:无, 权限:所有人,方法名:queryClothesRentOrderById")
|
@Operation(summary = "小程序端用户根据id查询服装租赁订单", description = "参数:订单id, 权限:所有人,方法名:queryClothesRentOrderById")
|
||||||
public BaseResponse<ClothesRentOrderVO> queryClothesRentOrderById(@RequestBody CommonRequest commonRequest, HttpServletRequest request) {
|
public BaseResponse<ClothesRentOrderVO> queryClothesRentOrderById(@RequestBody CommonRequest commonRequest, HttpServletRequest request) {
|
||||||
if (commonRequest == null) {
|
if (commonRequest == null) {
|
||||||
throw new BusinessException(ErrorCode.PARAMS_ERROR);
|
throw new BusinessException(ErrorCode.PARAMS_ERROR);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user