企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持知识库和私有化部署方案 广告
> POST[http://域名/yrapi.php/index/typecate](https://gitee.com/link?target=http%3A%2F%2F%25E5%259F%259F%25E5%2590%258D%2Fyrapi.php%2Findex%2Ftypecate) ### [](#%E8%AF%B7%E6%B1%82%E4%BD%93request-body-2)请求体(Request Body) | 参数名称 | 数据类型 | 示例 | 不为空 | 描述 | | --- | --- | --- | --- | --- | | userid | string | 1001 | true | 商户ID | | sign | string | JCXHF8S66BO6MPG5JNW2DGEJ9SB3F7ST | true | 签名 | ### [](#%E5%93%8D%E5%BA%94%E4%BD%93-2)响应体 ● 响应数据格式:JSON | 参数名称 | 类型 | 示例 | 不为空 | 描述 | | --- | --- | --- | --- | --- | | errno | string | \* | true | 返回0 | | errmsg | string | \* | true | 错误描述 | | data | object | \* | true | errno=0时 返回数据 | | ⇥ id | string | \* | true | 产品类型id | | ⇥ type\_name | string | \* | true | 产品类型名称 | | ⇥ cate | array | \* | true | 分类列表 | | ⇥⇥ id | int | \* | true | 分类ID | | ⇥⇥ cate | string | \* | true | 分类名称 | | ⇥⇥ type | string | \* | true | 产品类型ID |