Explorar o código

修改参数名

xuzhiheng %!s(int64=4) %!d(string=hai) anos
pai
achega
cbe72aaf6c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)