curl --location --request GET '/adminapi/merchant/shop/staff_show' \
--header 'X-Shop-Id: 97'
{
"code": 0,
"msg": "ok",
"data": {
"item": {
"using_user": 6,
"stop_using_user": 0,
"residue": 0,
"admin_log": [
{
"log_id": 35065,
"log_time": "2024-08-02 15:16:51",
"user_id": 102,
"log_info": "管理员登录:dengai",
"ip_address": "127.0.0.1",
"username": "dengai"
}
]
},
"errcode": 0,
"message": ""
}
}