1.获取分类信息
接口
POST https://open.jisuapp.cn/business/Category/GetCategoryInfo
请求参数说明
Content-Type: application/x-www-form-urlencoded
参数 | 类型 | 必填 | 说明 |
---|---|---|---|
access_token | String | Y | 用户授权的唯一票据 |
app_id | string | Y | 应用id |
cate_ids[] | array | Y | 分类ID |
返回参数
参数 | 类型 | 说明 |
---|---|---|
name | string | 分类名 |
category | string | 分类类型 默认 goods |
string | qq号码 | |
string | 邮箱 | |
sex | string | 性别 0:男 1:女 默认 :0 |
weixin_code | string | 微信号 |
company | string | 公司名 |
remark | string | 备注 |
cover_thumb | string | 图像 |
参数返回示例
{
"status": 0,
"data": {
"53247": {
"id": "53247",
"user_token": "866a883f4f3f1e2bf320042539bfa391",
"category": "goods",
"name": "alex-1",
"listorder": "0",
"add_time": "1610694027",
"is_deleted": "0",
"app_id": "bX131b1X0h",
"goods_type": "0",
"common_type": "0",
"pid": "0",
"logo": "https://test2.zhichiwangluo.com/zcimgdir/album/file_5fe5bd1c9fbeb.jpg",
"weight": "0",
"goods_num": "0"
}
}
}