Authorization: Bearer ********************
{
"authorId": "1003",
"userSn": "OPftH101CwaSZW9WhrWkj6fKanQpzV6UVV2DCgpeSR3",
"authorName": "test3",
// "enable": -2,
// "remark": "hahaha",
"auditStatus":1,
"auditRemark":"审核通过"
}
curl --location --request POST '/api/shop/set_shop_doudian_author' \
--header 'Content-Type: application/json' \
--data-raw '{
"authorId": "1003",
"userSn": "OPftH101CwaSZW9WhrWkj6fKanQpzV6UVV2DCgpeSR3",
"authorName": "test3",
// "enable": -2,
// "remark": "hahaha",
"auditStatus":1,
"auditRemark":"审核通过"
}'
{
"code": 0,
"message": "string",
"data": {}
}