mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-19 01:58:14 +08:00
feat(work): 随官方更新企业互联获取应用共享信息接口模型
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"chains": [
|
||||
|
@@ -1,3 +1,7 @@
|
||||
{
|
||||
"agentid": 1111
|
||||
{
|
||||
"agentid": 1111,
|
||||
"business_type": 1,
|
||||
"corpid": "wwcorp",
|
||||
"limit": 100,
|
||||
"cursor": "xxxxxx"
|
||||
}
|
||||
|
@@ -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"
|
||||
}
|
||||
|
Reference in New Issue
Block a user