fix调整
This commit is contained in:
parent
e6d4e84fd4
commit
6743f4dff1
|
@ -88,7 +88,7 @@ type (
|
|||
// PostJson请求
|
||||
func (c *defaultClient) PostJson(jsonData interface{}, res interface{}) error {
|
||||
jsonDataB, _ := json.Marshal(jsonData)
|
||||
logc.Infof(c.ctx, "客户端名称 Client PostJson jsonDataB:%+v", jsonDataB)
|
||||
logc.Infof(c.ctx, "客户端名称 Client PostJson jsonData:%+v", string(jsonDataB))
|
||||
|
||||
logc.Infof(c.ctx, "客户端名称 请求开始时间:%+v", time.Now().UTC())
|
||||
resp, err := c.client.
|
||||
|
|
Loading…
Reference in New Issue
Block a user