We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b726b8 commit bcfc57bCopy full SHA for bcfc57b
1 file changed
README.md
@@ -28,7 +28,7 @@ ZopClient client=new ZopClient("kfpttestCode","kfpttestkey==");
28
"\t\t\"receive_address\": \"610号和兴润园二期1栋2单元1003室\"\n"+
29
"\t}\n"+
30
"}");
31
- request.setUrl("http://58.40.16.120:9001/submitOrderCode");
+ request.setUrl("https://japi-test.zto.com/submitOrderCode");
32
//指定是否需要base64,不指定默认为true
33
request.setBase64(true);
34
//指定加密方式,MD5或者SHA256,如果不指定默认为MD5
0 commit comments