CCRCOPENAUTH: ********************{
"id": 0,
"typeCode": 0,
"categoryCode": 0,
"categoryTitle": "string",
"shortDesc": "string",
"sortIndex": 0,
"commodityCount": 0,
"shopIds": "string",
"status": 0
}curl --location --request POST 'https://open.lcchunyi.com/v1test/ccrc/merchandise/category/addEdit' \
--header 'CCRCOPENAUTH: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"typeCode": 0,
"categoryCode": 0,
"categoryTitle": "string",
"shortDesc": "string",
"sortIndex": 0,
"commodityCount": 0,
"shopIds": "string",
"status": 0
}'{
"code": "string",
"message": "string",
"data": {
"id": 0,
"typeCode": 0,
"categoryCode": 0,
"categoryTitle": "string",
"shortDesc": "string",
"sortIndex": 0,
"commodityCount": 0,
"shopIds": "string"
},
"success": true
}