xuzhiheng 4 жил өмнө
parent
commit
cbe72aaf6c

+ 1 - 1
test/project/project_test.go

@@ -30,7 +30,7 @@ func getData() {
 //获取项目详情测试用例
 // func Test_ProjectDetails(t *testing.T) {
 // 	data := post("http://127.0.0.1:8080/sfis/api/v1/projectDetail", map[string]string{
-// 		"id": "5f6b4e12499cb0822d39c68f",
+// 		"projectid": "5f6b4e12499cb0822d39c68f",
 // 	})
 // 	res := map[string]interface{}{}
 // 	s, _ := json.Marshal(data)