mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-20 10:38:10 +08:00
feat(work): 导入企业微信 API 客户端项目
This commit is contained in:
@@ -0,0 +1 @@
|
||||
{}
|
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"status": 1,
|
||||
"type": "replace_user",
|
||||
"total": 3,
|
||||
"percentage": 33,
|
||||
"result": [
|
||||
{
|
||||
"userid": "lisi",
|
||||
"errcode": 0,
|
||||
"errmsg": "ok"
|
||||
},
|
||||
{
|
||||
"userid": "zhangsan",
|
||||
"errcode": 0,
|
||||
"errmsg": "ok"
|
||||
},
|
||||
{
|
||||
"action": 1,
|
||||
"partyid": 1,
|
||||
"errcode": 0,
|
||||
"errmsg": "ok"
|
||||
},
|
||||
{
|
||||
"action": 4,
|
||||
"partyid": 2,
|
||||
"errcode": 0,
|
||||
"errmsg": "ok"
|
||||
}
|
||||
]
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"user": [ "UserID1", "UserID2", "UserID3" ],
|
||||
"party": [ 1, 2 ],
|
||||
"tag": [ 1, 2 ]
|
||||
}
|
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"invaliduser": [ "UserID1", "UserID2" ],
|
||||
"invalidparty": [ 1, 2 ],
|
||||
"invalidtag": [ 1, 2 ]
|
||||
}
|
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"media_id": "xxxxxx",
|
||||
"callback": {
|
||||
"url": "xxx",
|
||||
"token": "xxx",
|
||||
"encodingaeskey": "xxx"
|
||||
}
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"jobid": "xxxxx"
|
||||
}
|
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"media_id": "xxxxxx",
|
||||
"to_invite": true,
|
||||
"callback": {
|
||||
"url": "xxx",
|
||||
"token": "xxx",
|
||||
"encodingaeskey": "xxx"
|
||||
}
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"jobid": "xxxxx"
|
||||
}
|
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"media_id": "xxxxxx",
|
||||
"to_invite": true,
|
||||
"callback": {
|
||||
"url": "xxx",
|
||||
"token": "xxx",
|
||||
"encodingaeskey": "xxx"
|
||||
}
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"jobid": "xxxxx"
|
||||
}
|
Reference in New Issue
Block a user