浏览代码

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

csx 3 年前
父节点
当前提交
38617fa89d
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      utils/csbhttp/httpparams.go

+ 1 - 0
utils/csbhttp/httpparams.go 查看文件

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