feat(work): 随官方更新企业互联获取应用共享信息接口模型

This commit is contained in:
Fu Diwei
2024-04-09 09:32:28 +08:00
parent 2cb4a262d7
commit 0d89e74591
6 changed files with 65 additions and 15 deletions

View File

@@ -1,3 +1,7 @@
{
"agentid": 1111
{
"agentid": 1111,
"business_type": 1,
"corpid": "wwcorp",
"limit": 100,
"cursor": "xxxxxx"
}

View File

@@ -1,6 +1,7 @@
{
{
"errcode": 0,
"errmsg": "ok",
"ending": 0,
"corp_list": [
{
"corpid": "wwcorpid1",
@@ -12,5 +13,6 @@
"corp_name": "测试企业2",
"agentid": 1112
}
]
],
"next_cursor": "next_cursor1111"
}