Authorization: Bearer ********************
{
"createTime": "string",
"updateTime": "string",
"id": 0,
"name": "string",
"sort": 0,
"jumpType": 0,
"valueId": 0,
"valueUrl": "string",
"iconUrl": "string",
"picUrl": "string",
"status": 0,
"delFlag": true
}
curl --location --request POST 'http://localhost:81/shop/diamond' \
--header 'Content-Type: application/json' \
--data-raw '{
"createTime": "string",
"updateTime": "string",
"id": 0,
"name": "string",
"sort": 0,
"jumpType": 0,
"valueId": 0,
"valueUrl": "string",
"iconUrl": "string",
"picUrl": "string",
"status": 0,
"delFlag": true
}'
{
"code": 0,
"msg": "",
"data": false
}