文档
测试

v2.0添加我的照片贴贴小组件

POST
http://localhost:8071/v2.0/api/myPhotoWidgets/add

请求参数

参数名
类型
描述
必填
widgetStyleId
string
示例:1 //小组件样式id
必填

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
data
object
数据字典
必填
id
int
示例:2
必填
userId
int
示例:1229701
必填
customId
object
示例:null
必填
widgetStyleId
int
示例:1
必填
cartoonId
object
示例:null
必填
createTime
int
示例:1656483262000
必填
updateTime
int
示例:1656483265538
必填
status
int
示例:1
必填
type
int
示例:2
必填
message
string
示例:操作成功
必填

说明 / 示例

{ "code": 200, "data": { "id": 2, "userId": 1229701, "customId": null, "widgetStyleId": 1, "cartoonId": null, "createTime": 1656483262000, "updateTime": 1656483265538, "status": 1, "type": 2 }, "message": "操作成功" }