feat(work): 新增数据与智能专区部分基础接口

This commit is contained in:
Fu Diwei
2025-02-01 23:38:56 +08:00
parent cb2cf4f7b3
commit 8270f7642a
17 changed files with 455 additions and 0 deletions

View File

@@ -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>

View File

@@ -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>

View File

@@ -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
}
]
}

View File

@@ -0,0 +1,4 @@
{
"program_id": "xxxx",
"log_level": 2
}

View File

@@ -0,0 +1,7 @@
{
"errcode": 0,
"errmsg": "",
"type": "file",
"media_id": "1G6nrLmr5EC3MMb_-zK1dDdzmd0p7cNliYu9V5w7o8K0",
"created_at": "1380000000"
}