优特云
[ { "name": "首页", "url": "http://www.utyun.com/", "target": "0", "child": [] }, { "name": "活动", "url": "https://pre-mobile.utyun.com/page-design/?__UT_TITLE__=%E4%BC%98%E7%89%B9%E4%BA%91%E7%A7%91%E6%8A%80-%E4%BA%91%E6%9C%8D%E5%8A%A1%E8%A7%A3%E5%86%B3%E6%96%B9%E6%A1%88%E5%AE%9A%E5%88%B6%E5%95%86#/8412299005246101317/events", "target": "0", "child": [] }, { "name": "产品", "url": "https://pre-mobile.utyun.com/page-design/?__UT_TITLE__=%E4%BC%98%E7%89%B9%E4%BA%91%E7%A7%91%E6%8A%80-%E4%BA%91%E6%9C%8D%E5%8A%A1%E8%A7%A3%E5%86%B3%E6%96%B9%E6%A1%88%E5%AE%9A%E5%88%B6%E5%95%86#/8412299005246101317/products", "target": "0", "child": [] }, { "name": "关于优特云", "url": "https://pre-mobile.utyun.com/page-design/?__UT_TITLE__=%E4%BC%98%E7%89%B9%E4%BA%91%E7%A7%91%E6%8A%80-%E4%BA%91%E6%9C%8D%E5%8A%A1%E8%A7%A3%E5%86%B3%E6%96%B9%E6%A1%88%E5%AE%9A%E5%88%B6%E5%95%86#/8412299005246101317/about", "target": "0", "child": [] } ]
V1.00.00
商品服务(goods)-商品关注

伟 最后一次编辑

大约 4 年前 84

商品服务(goods)-商品关注

商品关注/取消关注(V0.8)

基本信息

Path: /goods/goodsfollow/update

Method: POST

接口描述:

请求参数

Headers

参数名称 参数值 是否必须 示例 备注
Content-Type application/json
Body
名称 类型 是否必须 默认值 备注 其他信息
goods_id string 必须 商品ID
type integer 必须 1:关注,2:取消关注

返回数据

名称 类型 是否必须 默认值 备注 其他信息
msg string 必须
code integer 必须 format: int32
data object 必须
├─ store_id string 必须 店铺ID
├─ follow_status integer 必须 关注状态 format: int32
├─ goods_id string 必须 商品ID

批量取消商品关注(V0.8)

基本信息

Path: /goods/goodsfollow/unfollow/batch

Method: POST

接口描述:

请求参数

Headers

参数名称 参数值 是否必须 示例 备注
Content-Type application/json
Body
名称 类型 是否必须 默认值 备注 其他信息
string [] 非必须 商品id数组 item 类型: string
├─ 非必须

返回数据

名称 类型 是否必须 默认值 备注 其他信息
code number 非必须
msg string 非必须

关注的商品列表(V0.8)

基本信息

Path: /goods/goodsfollow/goodsList

Method: POST

接口描述:

请求参数

Headers

参数名称 参数值 是否必须 示例 备注
Content-Type application/json
Body
名称 类型 是否必须 默认值 备注 其他信息
keywords string 非必须 关键词
pageno integer 必须 页数
pagesize integer 必须 每页记录数
status integer 必须 查询列表类型(1:有货,2:无货,3:下架)

返回数据

名称 类型 是否必须 默认值 备注 其他信息
msg string 必须
code integer 必须 format: int32
data object [] 必须 item 类型: object
├─ store_id string 必须
├─ goods_name string 必须
├─ follow_count integer 必须 关注人数 format: int32
├─ goods_price number 必须 商品价格
├─ image_path string 必须
├─ goods_id string 必须
├─ store_name string 必须
├─ goods_desc string 必须
page object 非必须
├─ total integer 非必须 format: int64
├─ records integer 非必须 format: int64
├─ pageno integer 非必须 format: int32
├─ pagesize integer 非必须 format: int32

用户关注店铺数量和商品数量(V0.8)

基本信息

Path: /goods/goodsfollow/queryUserStoreAndGoodsFollowCount

Method: POST

接口描述:

请求参数

Headers

参数名称 参数值 是否必须 示例 备注
Content-Type application/x-www-form-urlencoded

返回数据

名称 类型 是否必须 默认值 备注 其他信息
store_follow_count number 非必须 店铺关注数量
goods_follow_count number 非必须 商品关注数量

优特云