待办_1
This commit is contained in:
parent
c78998b2d5
commit
e22dd6356a
|
@ -59,7 +59,7 @@ public class RequestClient {
|
||||||
*/
|
*/
|
||||||
public String callService(String url, String body) {
|
public String callService(String url, String body) {
|
||||||
Map<String, String> header = new HashMap<>();
|
Map<String, String> header = new HashMap<>();
|
||||||
header.put("clientKey", this.clientKey);
|
header.put("systemid", this.clientKey);
|
||||||
header.put("sign",this.clientSecret_scict);
|
header.put("sign",this.clientSecret_scict);
|
||||||
header.put("Content-Type", "application/x-www-form-urlencoded");
|
header.put("Content-Type", "application/x-www-form-urlencoded");
|
||||||
// header.put("Content-Type", "application/json; charset=utf-8");
|
// header.put("Content-Type", "application/json; charset=utf-8");
|
||||||
|
|
Loading…
Reference in New Issue