mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2026-03-10 00:13:36 +08:00
feat(work): 导入企业微信 API 客户端项目
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"agentid": 1111
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"corp_list": [
|
||||
{
|
||||
"corpid": "wwcorpid1",
|
||||
"corp_name": "测试企业1",
|
||||
"agentid": 1111
|
||||
},
|
||||
{
|
||||
"corpid": "wwcorpid2",
|
||||
"corp_name": "测试企业2",
|
||||
"agentid": 1112
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user