소스 검색

修改参数名

xuzhiheng 4 년 전
부모
커밋
cbe72aaf6c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      test/project/project_test.go

+ 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)