Browse Source

Merge branch 'master' of http://git.shengws.com/csx/gdyb

csx 3 years ago
parent
commit
08c0b42507
1 changed files with 1 additions and 1 deletions
  1. 1 1
      service/jsyb_service.go

+ 1 - 1
service/jsyb_service.go View File

@@ -67,7 +67,7 @@ func HttpRequest(url string, ak string, sk string, timestamp int64, requestByte
67 67
 	//step 1. 设置请求参数
68 68
 	csbHP := csbhttp.NewHttpParams("http://10.72.3.83:8086/CSB") //设置请求地址及url参数
69 69
 	//设置调用方式 get 或者 post
70
-	csbHP.SetMethod("get")
70
+	csbHP.SetMethod("post")
71 71
 	//csbHP.AddParam("input", "")
72 72
 	//设置 调用的服务名和版本
73 73
 	csbHP.SetApi("hssServives")