{
"agentFana": 0,
"agentFanb": 0,
"agentFanc": 0,
"agentId": "1",
"appId": "1",
"categoryId": 1,
"code": "11",
"content": "内容",
"createBy": null,
"createDept": null,
"createTime": "2024-10-28 17:20:25",
"delFlag": "0",
"desc": "2",
"firstPrice": 100.00,
"guige": "100",
"image": "2",
"num": 30,
"originalPrice": 100.00,
"pid": "1",
"points": 100,
"price": 90.00,
"selnum": 10,
"siteId": "1",
"status": "1",
"subtype": "d",
"tenantId": "000000",
"title": "标题",
"type": "p",
"updateBy": null,
"updateTime": "2024-10-28 17:20:31",
"weigh": 0
}curl --location --request POST '/uc/ucGoods' \
--header 'Authorization: Bearer {{Authorization}}' \
--header 'Clientid: e5cd7e4891bf95d1d19206ce24a7b32e' \
--header 'TenantId: 000000' \
--header 'Content-Type: application/json' \
--data-raw '{
"agentFana": 0,
"agentFanb": 0,
"agentFanc": 0,
"agentId": "1",
"appId": "1",
"categoryId": 1,
"code": "11",
"content": "内容",
"createBy": null,
"createDept": null,
"createTime": "2024-10-28 17:20:25",
"delFlag": "0",
"desc": "2",
"firstPrice": 100.00,
"guige": "100",
"image": "2",
"num": 30,
"originalPrice": 100.00,
"pid": "1",
"points": 100,
"price": 90.00,
"selnum": 10,
"siteId": "1",
"status": "1",
"subtype": "d",
"tenantId": "000000",
"title": "标题",
"type": "p",
"updateBy": null,
"updateTime": "2024-10-28 17:20:31",
"weigh": 0
}'{
"code": 0,
"data": null,
"message": "string",
"status": 0
}