# 团长商品审核

# 接口调用请求说明

POST https://api.weixin.qq.com/channels/ec/league/headsupplier/item/upd?access_token=ACCESS_TOKEN

# 请求参数示例

{
    "product_id": 12345,
    "appid": "test",
    "type": 1
}

# 回包示例

{
    "errcode": 0,
    "errmsg": "ok"
}

# 请求参数说明

参数 类型 是否必填 说明
appid string 团长商品 所属小店appid
product_id string(uint64) 商品id
type number 操作类型, 1: 审核同意,2: 审核拒绝,3: 隐藏商品,4: 取消隐藏

# 回包参数说明

参数 类型 说明
errcode number 错误码
errmsg string 错误信息

# 错误码

错误码 错误信息
公共错误码 点击查看
10024000 参数错误
10024003 不合法的appid
10024004 不存在该商品
10024015 该商品不在审核中