mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-19 10:08:20 +08:00
fix(work): 修复创建或获取通讯录成员时的请求模型定义错误
This commit is contained in:
@@ -36,7 +36,9 @@
|
||||
"external_position": "高级产品经理",
|
||||
"external_profile": {
|
||||
"external_corp_name": "企业简称",
|
||||
"wechat_channels": "视频号名称",
|
||||
"wechat_channels": {
|
||||
"nickname": "视频号名称"
|
||||
},
|
||||
"external_attr": [
|
||||
{
|
||||
"type": 0,
|
||||
|
@@ -41,7 +41,10 @@
|
||||
"external_position": "产品经理",
|
||||
"external_profile": {
|
||||
"external_corp_name": "企业简称",
|
||||
"wechat_channels": "视频号名称",
|
||||
"wechat_channels": {
|
||||
"nickname": "视频号名称",
|
||||
"status": 1
|
||||
},
|
||||
"external_attr": [
|
||||
{
|
||||
"type": 0,
|
||||
|
@@ -44,6 +44,10 @@
|
||||
"external_position": "产品经理",
|
||||
"external_profile": {
|
||||
"external_corp_name": "企业简称",
|
||||
"wechat_channels": {
|
||||
"nickname": "视频号名称",
|
||||
"status": 1
|
||||
},
|
||||
"external_attr": [
|
||||
{
|
||||
"type": 0,
|
||||
|
Reference in New Issue
Block a user