Authorization: Bearer ********************
{
"userSns": [
"string"
],
"authorIds": [
"string"
],
"enables": [
0
],
"auditStatuses": [
0
],
"page": 0,
"size": 0
}
curl --location --request POST '/api/shop/list_shop_doudian_author' \
--header 'Content-Type: application/json' \
--data-raw '{
"userSns": [
"string"
],
"authorIds": [
"string"
],
"enables": [
0
],
"auditStatuses": [
0
],
"page": 0,
"size": 0
}'
{
"code": 0,
"message": "string",
"data": {
"dataList": [
{
"id": 0,
"userSn": "string",
"authorId": "string",
"authorName": "string",
"enable": 0,
"remark": "string",
"createdAt": "string",
"updatedAt": "string",
"auditStatus": 0,
"auditRemark": "string"
}
],
"total": 0
}
}