文件上传https
This commit is contained in:
parent
f84b396b80
commit
53342258a8
|
@ -329,6 +329,8 @@ public class PhotoProductsController {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 小程序端用户根据id查询写真产品
|
* 小程序端用户根据id查询写真产品
|
||||||
* @param commonRequest 写真产品id
|
* @param commonRequest 写真产品id
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user