fix:裁剪业务逻辑调整
This commit is contained in:
parent
5443ad654c
commit
c92944f0dc
|
@ -65,7 +65,7 @@ type (
|
||||||
|
|
||||||
// PostJson请求
|
// PostJson请求
|
||||||
func (c *defaultClient) PostJson(jsonData interface{}, res interface{}) error {
|
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())
|
logc.Infof(c.ctx, "客户端名称 请求开始时间:%+v", time.Now().UTC())
|
||||||
resp, err := c.client.
|
resp, err := c.client.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user