mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-19 10:08:20 +08:00
feat(work): 新增数据与智能专区部分基础接口
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<xml>
|
||||
<ServiceCorpId><![CDATA[xxxx]]></ServiceCorpId>
|
||||
<InfoType><![CDATA[advanced_api_expired]]></InfoType>
|
||||
<AuthCorpId><![CDATA[yyyy]]></AuthCorpId>
|
||||
<AdvanceApiType><![CDATA[1]]></AdvanceApiType>
|
||||
<ChatArchiveApi>
|
||||
<Edition><![CDATA[2]]></Edition>
|
||||
</ChatArchiveApi>
|
||||
<TimeStamp>1403610513</TimeStamp>
|
||||
</xml>
|
@@ -0,0 +1,7 @@
|
||||
<xml>
|
||||
<ServiceCorpId><![CDATA[xxxx]]></ServiceCorpId>
|
||||
<InfoType><![CDATA[advanced_api_trial_expired]]></InfoType>
|
||||
<AuthCorpId><![CDATA[yyyy]]></AuthCorpId>
|
||||
<AdvanceApiType><![CDATA[1]]></AdvanceApiType>
|
||||
<TimeStamp>1403610513</TimeStamp>
|
||||
</xml>
|
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"auth_edition_list": [
|
||||
{
|
||||
"edition": 1,
|
||||
"auth_scope": {
|
||||
"userid_list": [ "xxxx" ],
|
||||
"department_id_list": [ 1, 2, 3 ],
|
||||
"tag_id_list": [ 10, 11 ]
|
||||
},
|
||||
"status": 1,
|
||||
"begin_time": 1726588800,
|
||||
"end_time": 1729180799,
|
||||
"msg_duration_days": 90
|
||||
},
|
||||
{
|
||||
"edition": 2,
|
||||
"auth_scope": {
|
||||
"userid_list": [ "xxxx" ],
|
||||
"department_id_list": [ 1, 2 ],
|
||||
"tag_id_list": [ 10 ]
|
||||
},
|
||||
"status": 1,
|
||||
"begin_time": 1726588800,
|
||||
"end_time": 1729180799,
|
||||
"msg_duration_days": 90
|
||||
}
|
||||
]
|
||||
}
|
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"program_id": "xxxx",
|
||||
"log_level": 2
|
||||
}
|
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"program_id": "xxx"
|
||||
}
|
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "",
|
||||
"type": "file",
|
||||
"media_id": "1G6nrLmr5EC3MMb_-zK1dDdzmd0p7cNliYu9V5w7o8K0",
|
||||
"created_at": "1380000000"
|
||||
}
|
Reference in New Issue
Block a user