Browse Source

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

csx 3 years ago
parent
commit
38617fa89d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      utils/csbhttp/httpparams.go

+ 1 - 0
utils/csbhttp/httpparams.go View File

@@ -107,6 +107,7 @@ func (hp *HttpParams) AddHeader(key string, value string) *HttpParams {
107 107
 }
108 108
 
109 109
 func (hp *HttpParams) SetContentBody(jsonStr string, byteArr []byte) error {
110
+
110 111
 	fmt.Println("JSON22222")
111 112
 	fmt.Println(jsonStr)
112 113
 	fmt.Println(byteArr)