fix调整

This commit is contained in:
momo 2023-10-07 14:11:11 +08:00
parent e6d4e84fd4
commit 6743f4dff1

View File

@ -88,7 +88,7 @@ type (
// PostJson请求 // PostJson请求
func (c *defaultClient) PostJson(jsonData interface{}, res interface{}) error { func (c *defaultClient) PostJson(jsonData interface{}, res interface{}) error {
jsonDataB, _ := json.Marshal(jsonData) 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()) logc.Infof(c.ctx, "客户端名称 请求开始时间:%+v", time.Now().UTC())
resp, err := c.client. resp, err := c.client.