fix:裁剪业务逻辑调整

This commit is contained in:
momo 2023-08-23 18:38:51 +08:00
parent 5443ad654c
commit c92944f0dc

View File

@ -65,7 +65,7 @@ type (
// PostJson请求
func (c *defaultClient) PostJson(jsonData interface{}, res interface{}) error {
logc.Infof(c.ctx, "客户端名称 Client PostJson jsonData:%+v", jsonData)
//logc.Infof(c.ctx, "客户端名称 Client PostJson jsonData:%+v", jsonData)
logc.Infof(c.ctx, "客户端名称 请求开始时间:%+v", time.Now().UTC())
resp, err := c.client.