Update developer.md

This commit is contained in:
qiaofeng1227 2023-04-10 14:31:01 +08:00 committed by GitHub
parent ba518a55df
commit 0ebe739e42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,16 @@
## API接口说明
各个业务接口的详细说明,公共参数不在这里继续说明。
### app 列表查询接口
#### 请求参数
| 参数名称 | 用途 |类型 |必要性 |
| ------ | --------------------------------------------- | ------ |------ |
| app_name | 查询app列表信息当app_name不为空时查询该app的信息 | string |非必须 |
#### 返回结果
| 返回值 | 用途 |类型 |必要性 |
| ------ | --------------------------------------------- | ------ |------ |
| ResponseData | - a -b| string |非必须 |