Quellcode durchsuchen

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

csx vor 3 Jahren
Ursprung
Commit
38617fa89d
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      utils/csbhttp/httpparams.go

+ 1 - 0
utils/csbhttp/httpparams.go Datei anzeigen

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