文档
测试

获取未读总数

POST
https://seller.xiapi.shopee.cn/webchat/api/v1.2/login?_uid=[UID]&_v=4.7.0

接口描述

获取聊聊未读消息总数

请求头

参数名
类型
描述
必填
authorization
string
必填
x-s
string
092e93fbdbaaa648087c1b35862cc2c7
必填
x-v
int
3
必填
user-agent
string
Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36
必填
cookie
string
后台中心登录返回的Cookie
必填

响应参数

参数名
类型
描述
必填
total_unread_count
int
示例:0
必填
shop_id
int
示例:0
必填

说明 / 示例

{ "total_unread_count": 0, "shop_id": 0 }