文档
测试

我的关注列表

POST
/attention/v1/myAttention

请求头

参数名
类型
描述
必填
Content-Type
String
application/json
必填

请求参数

参数名
类型
描述
必填
attention
Object
关注
必填
userInfoId
int
用户id
必填
page
int
当前页
必填
size
int
每页显示条数
必填
listName
String
表明访问的列表 全部/上新
必填

响应参数

参数名
类型
描述
必填
storeAvatar
string
头像
必填
storeLevel
int
等级
必填
storeFans
int
粉丝数
必填
storeName
string
店铺名
必填
products
list
店内商品,数组
必填
productNum
int
店内商品上新数量
必填
attentionId
int
关注id
必填
storeId
int
店铺id
必填

请求示例

```language 上新: { "attention":{ "userInfoId":39 }, "page":1, "size":5, "listName":"total" } 全部: { "attention":{ "userInfoId":39 }, "page":1, "size":3, "listName":"total" } ```

说明 / 示例

```language 上新格式: { "code": 1000, "msg": "操作成功", "data": [ { "store": { "storeId": 3, "storeName": "拼夕夕", "country": null, "countryImage": "https://norben-storage.oss-cn-hangzhou.aliyuncs.com/nationalFlag/中国.jpg", "storeAvatar": "https://norben-storage.oss-cn-hangzhou.aliyuncs.com/store/拼夕夕/avatar/-test4-20211101120449078.jpg", "storeLevel": 2, "storeLevelPoints": 0, "overallRating": 4.2, "descriptionMatch": 4.2, "serviceAttitude": 4.2, "logisticService": 4.2, "storeTotalSalesVolume": 0, "openingDate": "2021-10-06 09:45:37", "storeFans": 1, "storeType": "normal", "storeQualifications": null, "products": [ { "productId": 35799, "categoryId": 6230, "storeId": 3, "productName": "测试商品33", "price": 33.55, "monthlySalesVolume": 30000001, "totalSalesVolume": 43, "description": "测试商品描述33", "coverImage": "https://norben-storage.oss-cn-hangzhou.aliyuncs.com/tests/用户.jpg", "shelfDate": "2021-11-09 15:20:37", "productParameter": null, "supply": "福建省福州市", "favoritesCount": 0, "productServices": null }, { "productId": 35800, "categoryId": 6230, "storeId": 3, "productName": "测试商品34", "price": 34.55, "monthlySalesVolume": 100000001, "totalSalesVolume": 44, "description": "测试商品描述34", "coverImage": "https://norben-storage.oss-cn-hangzhou.aliyuncs.com/tests/用户.jpg", "shelfDate": "2021-11-09 15:20:37", "productParameter": null, "supply": "福建省福州市", "favoritesCount": 0, "productServices": null }, { "productId": 35801, "categoryId": 6230, "storeId": 3, "productName": "测试商品35", "price": 35.55, "monthlySalesVolume": 200000001, "totalSalesVolume": 45, "description": "测试商品描述35", "coverImage": "https://norben-storage.oss-cn-hangzhou.aliyuncs.com/tests/用户.jpg", "shelfDate": "2021-11-09 15:20:37", "productParameter": null, "supply": "福建省福州市", "favoritesCount": 0, "productServices": null }, { "productId": 35804, "categoryId": 6230, "storeId": 3, "productName": "测试商品38", "price": 38.55, "monthlySalesVolume": 43, "totalSalesVolume": 48, "description": "测试商品描述38", "coverImage": "https://norben-storage.oss-cn-hangzhou.aliyuncs.com/tests/用户.jpg", "shelfDate": "2021-11-09 15:20:37", "productParameter": null, "supply": "福建省福州市", "favoritesCount": 0, "productServices": null } ] }, "attentionId": 122, "productNum": 9 } ] } 全部格式: { "code": 1000, "msg": "操作成功", "data": [ { "attentionId": 122, "userInfoId": 39, "storeId": 3, "date": "2021-12-22 09:51:50", "store": { "storeId": 3, "storeName": "拼夕夕", "country": null, "countryImage": "https://norben-storage.oss-cn-hangzhou.aliyuncs.com/nationalFlag/中国.jpg", "storeAvatar": "https://norben-storage.oss-cn-hangzhou.aliyuncs.com/store/拼夕夕/avatar/-test4-20211101120449078.jpg", "storeLevel": 2, "storeLevelPoints": 0, "overallRating": 4.2, "descriptionMatch": 4.2, "serviceAttitude": 4.2, "logisticService": 4.2, "storeTotalSalesVolume": 0, "openingDate": "2021-10-06 09:45:37", "storeFans": 1, "storeType": "normal", "storeQualifications": null, "products": [ { "productId": 35799, "categoryId": 6230, "storeId": 3, "productName": "测试商品33", "price": 33.55, "monthlySalesVolume": 30000001, "totalSalesVolume": 43, "description": "测试商品描述33", "coverImage": "https://norben-storage.oss-cn-hangzhou.aliyuncs.com/tests/用户.jpg", "shelfDate": "2021-11-09 15:20:37", "productParameter": null, "supply": "福建省福州市", "favoritesCount": 0, "productServices": null }, { "productId": 35800, "categoryId": 6230, "storeId": 3, "productName": "测试商品34", "price": 34.55, "monthlySalesVolume": 100000001, "totalSalesVolume": 44, "description": "测试商品描述34", "coverImage": "https://norben-storage.oss-cn-hangzhou.aliyuncs.com/tests/用户.jpg", "shelfDate": "2021-11-09 15:20:37", "productParameter": null, "supply": "福建省福州市", "favoritesCount": 0, "productServices": null }, { "productId": 35801, "categoryId": 6230, "storeId": 3, "productName": "测试商品35", "price": 35.55, "monthlySalesVolume": 200000001, "totalSalesVolume": 45, "description": "测试商品描述35", "coverImage": "https://norben-storage.oss-cn-hangzhou.aliyuncs.com/tests/用户.jpg", "shelfDate": "2021-11-09 15:20:37", "productParameter": null, "supply": "福建省福州市", "favoritesCount": 0, "productServices": null }, { "productId": 35804, "categoryId": 6230, "storeId": 3, "productName": "测试商品38", "price": 38.55, "monthlySalesVolume": 43, "totalSalesVolume": 48, "description": "测试商品描述38", "coverImage": "https://norben-storage.oss-cn-hangzhou.aliyuncs.com/tests/用户.jpg", "shelfDate": "2021-11-09 15:20:37", "productParameter": null, "supply": "福建省福州市", "favoritesCount": 0, "productServices": null } ] } } ] } ```