文档
测试

修改应用信息

POST
/qgy/app/update

请求参数

参数名
类型
描述
必填
content
string
修改后应用描述
必填
id
string
应用ID
必填
title
string
修改后应用标题
必填
userId
string
用户ID
必填

说明 / 示例

``` { "result": 1, "msg": "修改成功", "code": "QG_SUS1000", "data": { "userId": "6E089695B529478B874ED3883EAE003A", "id": "8C7640203DC5451B85D45F1DC2180CA7", "appKey": null, "title": "string", "content": "string", "appSecret": null, "state": null, "verify": null, "createTime": null } } ```