HTTP/HTTPS
Protocol
YesDev / Mobile\ / 获取问题详情的左侧菜单
获取问题详情的左侧菜单
API Url:http://test.www.yesdev.cn/api/mobile.php?s=Mobile.Problem_Problem.GetProblemLeftSideMenu
API Description: 获取问题详情的左侧菜单,当前需要我处理的问题
API Parameters
| Parameter Name | Type | Is Required | Default | Note | Description |
|---|---|---|---|---|---|
| access_token | 字符串 | Optional | 访问令牌,仅当开启签名验证时需要传递,生成令牌可使用App.Auth.ApplyToken接口 | ||
| app_key | 字符串 | Optional | app_key,团队代码 | ||
| sign | 字符串 | Optional | - | 动态签名,签名算法请联系我们技术客服获取 |
Return Field
| Response Result | Type | Description |
|---|---|---|
| ret | int | status code, 200 is ok, 4xx is bad request, 5xx is server inside error |
| data | object/mixed | business data, decided by API implementation |
| data.menu_name | 字符串 | 菜单分组名称 |
| data.problem_list | 数组 | 问题列表 |
| data.problem_list[].id | 整型 | 问题ID |
| data.problem_list[].problem_title | 字符串 | 问题标题 |
| data.problem_list[].problem_status | 整型 | 问题状态 |
| data.problem_list[].problem_status_name | 字符串 | 问题状态说明 |
| msg | string | message, usually error message |
Test Online
| Parameter | Is Required | Value |
|---|---|---|
| service | Required | |
| access_token | Optional | |
| app_key | Optional | |
| sign | Optional |
Client Request Demo
# 暂无示例,可添加示例文件:./src/view/docs/demos/Mobile.Problem_Problem.GetProblemLeftSideMenu.jsonError List
| Error Status | Error Description |
|---|---|
| 400 | ret=400,客户端参数错误或非法请求 |
| 404 | 表示接口服务不存在 |
| 406 | ret=406,access_token令牌校验不通过 |
| 407 | ret=407,app_key权限不足,或未知应用 |
| 408 | ret=408,当前用户禁止使用,或用户未登录 |
| 500 | 表示服务端内部错误 |
Last generated at: 2026-05-31 08:17:12 联系我们开通接入OpenAPI