mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-20 02:29:40 +08:00
feat(work): 新增上下游规则相关接口
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"chain_id": "Chxxxxxx",
|
||||
"groupid": 1,
|
||||
"fetch_child": 0
|
||||
}
|
@@ -6,7 +6,8 @@
|
||||
"groupid": 2,
|
||||
"corpid": "wwxxxx",
|
||||
"corp_name": "美馨粮油公司",
|
||||
"custom_id": "wof3du51quo5sl1is"
|
||||
"custom_id": "custom_id",
|
||||
"invite_userid": "zhangsan"
|
||||
}
|
||||
]
|
||||
}
|
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"chain_id": "Chxxxxxx",
|
||||
"rule_info": {
|
||||
"owner_corp_range": {
|
||||
"departmentids": [ 123 ],
|
||||
"userids": [ "userid1", "userid2" ]
|
||||
},
|
||||
"member_corp_range": {
|
||||
"groupids": [ 123 ],
|
||||
"corpids": [ "corpid1", "corpid2" ]
|
||||
}
|
||||
}
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"rule_id": 1
|
||||
}
|
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"chain_id": "Chxxxxxx",
|
||||
"rule_id": 1
|
||||
}
|
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"chain_id": "Chxxxxxx",
|
||||
"rule_id": 1
|
||||
}
|
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"rule_info": {
|
||||
"owner_corp_range": {
|
||||
"departmentids": [ 123 ],
|
||||
"userids": [ "userid1", "userid2" ]
|
||||
},
|
||||
"member_corp_range": {
|
||||
"groupids": [ 123 ],
|
||||
"corpids": [ "corpid1", "corpid2" ]
|
||||
}
|
||||
}
|
||||
}
|
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"chain_id": "Chxxxxxx"
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"rule_ids": [ 1, 2 ]
|
||||
}
|
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"chain_id": "Chxxxxxx",
|
||||
"rule_id": 1,
|
||||
"rule_info": {
|
||||
"owner_corp_range": {
|
||||
"departmentids": [ 123 ],
|
||||
"userids": [ "userid1", "userid2" ]
|
||||
},
|
||||
"member_corp_range": {
|
||||
"groupids": [ 123 ],
|
||||
"corpids": [ "corpid1", "corpid2" ]
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user