|
@@ -63,11 +63,11 @@ func Jsyb1101(certNo string, org_name string, doctor string, fixmedins_code stri
|
63
|
63
|
|
64
|
64
|
}
|
65
|
65
|
func HttpRequest(url string, ak string, sk string, timestamp int64, requestByte []byte, json string) string {
|
66
|
|
-
|
|
66
|
+ fmt.Println(url)
|
67
|
67
|
//step 1. 设置请求参数
|
68
|
68
|
csbHP := csbhttp.NewHttpParams(url) //设置请求地址及url参数
|
69
|
69
|
//设置调用方式 get 或者 post
|
70
|
|
- csbHP.SetMethod("post")
|
|
70
|
+ csbHP.SetMethod("get")
|
71
|
71
|
//设置 调用的服务名和版本
|
72
|
72
|
csbHP.SetApi("hssServives")
|
73
|
73
|
csbHP.SetVersion("1.0.0")
|