mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2026-03-10 00:13:36 +08:00
feat(work): 新增服务商会话内容存档相关接口
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"open_userid": "xxxxx"
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"config": {
|
||||
"hide_mobile": false,
|
||||
"hide_idcard": true,
|
||||
"hide_bankno": true
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"open_userid": "xxxxx",
|
||||
"config": {
|
||||
"hide_mobile": false,
|
||||
"hide_idcard": true,
|
||||
"hide_bankno": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user