文件目录和下载请求功能自测通过

This commit is contained in:
lnk
2026-05-07 16:48:26 +08:00
parent fc861024c3
commit 2f2e0d6430
3 changed files with 251 additions and 50 deletions

View File

@@ -1531,6 +1531,7 @@ void CheckAllConnectedChannel()
if(chnl_usr->m_state == CHANNEL_CONNECTED)
{
if(g_node_id == THREE_SECS_DATA_BASE_NODE_ID) {
printf("[FILEDIR] enter HandleFileDirReqForChannel");
HandleFileDirReqForChannel(chnl_usr);//文件目录请求
}