文件上传https

This commit is contained in:
chen-xin-zhi 2025-03-22 17:13:59 +08:00
parent f84b396b80
commit 53342258a8
2 changed files with 2 additions and 5 deletions

View File

@ -329,6 +329,8 @@ public class PhotoProductsController {
/** /**
* 小程序端用户根据id查询写真产品 * 小程序端用户根据id查询写真产品
* @param commonRequest 写真产品id * @param commonRequest 写真产品id

View File

@ -52,11 +52,6 @@ public class ClothesAddRequest implements Serializable {
@Schema(description = "服装详情富文本", example = "<p>这是夏季白衬衫的描述</p>") @Schema(description = "服装详情富文本", example = "<p>这是夏季白衬衫的描述</p>")
private String richText; private String richText;
/**
* 是否上架
*/
@Schema(description = "是否上架", example = "1")
private Integer isShelves;
@Serial @Serial
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;