good morning!!!!

Skip to content
Snippets Groups Projects
Verified Commit 54ef76de authored by a's avatar a
Browse files

content type application jayson

parent 3c5392bb
No related branches found
No related tags found
No related merge requests found
Pipeline #25067 failed with stage
......@@ -125,6 +125,7 @@ func (c *Client) post(req *codec.Request) (*http.Response, error) {
hreq.Header.Add(k, vv)
}
}
c.headers.Add("Content-Type", "application/json")
return c.c.Do(hreq)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment