master v1.1.3
大虾 3 years ago
parent 7ae0451908
commit 4c5770f9c3

@ -121,7 +121,7 @@ func (c *Client) Exec(r Requester) (interface{}, error) {
if !strings.Contains(string(resp), r.GetRespName()) {
return nil, fmt.Errorf("system err: %s", string(resp))
}
fmt.Println(string(resp))
//fmt.Println(string(resp))
var temp map[string]interface{}
err = json.Unmarshal(resp, &temp)

Loading…
Cancel
Save