tangchao94

Results 1 comments of tangchao94

API创建指定代码库的指定分析项目成功后在web上面无显示,并且该项目id可以进行扫描,并且能返回扫描结果,但是WEB上面均无显示; 1. 创建项目:POST /server/main/api/orgs//teams//repos//projects/ 实际URL为: http://tca.asmote.cn/server/main/api/orgs/73W0hZVNeln/teams/iedge-platform/repos/3/projects/ 创建参数: data_json = "branch": f"{branch}", "scan_scheme_id": f"18", "created_from":f"codedog_web" }其中created_from 配置为codedog_web和不配置现象均一样 返回结果为: [新建项目返回.txt](https://github.com/user-attachments/files/19441305/default.txt) 2.查看web上面项目信息: ![Image](https://github.com/user-attachments/assets/8407b00c-3514-4a5f-8fe5-668a977b3fc2) 3. API查看所有项目: [所有项目信息.txt](https://github.com/user-attachments/files/19441313/default.txt) 在所有项目信息里面可以看到多个分支有两个ID: main:id 5和27 5是WEB上面创建 27是API接口创建 25A_sm_dev:23和25 23是WEB创建...