文件上传https

This commit is contained in:
chen-xin-zhi 2025-03-23 10:37:00 +08:00
parent cd6700c3e4
commit f9ef696b1b

View File

@ -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);