Add QIANXIN CloudLock V8.0.8 machine list query service#244
Open
cc06 wants to merge 1 commit into
Open
Conversation
New service package qianxin__cloudlock_v8-0-8 for QIANXIN NetSec CloudLock (JiaoTu) server security V8.0.8 Hotfix1. Implements QueryMachineList against POST /api/assetSrv/machineController/searchMachineList using the web session token (token header + menuCode 5101), aligned to the real-device request and response. Wire it into the root dispatcher, bin wrapper, and package manifest.
Member
|
LGTM |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #240
接入设备
奇安信网神云锁服务器安全管理系统(椒图 / JiaoTu)
设备版本
V8.0.8 Hotfix1
认证方式
web 会话 token:请求头
token: <会话token>+menuCode(服务器列表页 5101)+Origin/Referer,token 经 secret.token 外部传入(有时效)。实现方法
{"code":"1","msg":"成功","data":{list,total}}的 code==="1"测试命令
本地结果:validate 通过;24 用例全过,实现文件行 100% / 分支 90% / 函数 100%;pack:check 通过。
设备验证截图
真机执行 query-machine-list 返回
code:"1"与服务器列表(token / host / 响应敏感数据已打码),见下方附图。