requestData多了个引号
This commit is contained in:
parent
4705c2595a
commit
0a631a7c93
@ -90,7 +90,7 @@ public class LogisticsServiceImpl extends ServiceImpl<LogisticsMapper, Logistics
|
|||||||
if (logistics != null) {
|
if (logistics != null) {
|
||||||
String requestData = "{'OrderCode':'','ShipperCode':'" + logistics.getCode() +
|
String requestData = "{'OrderCode':'','ShipperCode':'" + logistics.getCode() +
|
||||||
"','LogisticCode':'" + expNo + "'" +
|
"','LogisticCode':'" + expNo + "'" +
|
||||||
"','CustomerName':'" + customerName + "'"+
|
",'CustomerName':'" + customerName + "'"+
|
||||||
"}";
|
"}";
|
||||||
Map<String, String> params = new HashMap<>(8);
|
Map<String, String> params = new HashMap<>(8);
|
||||||
params.put("RequestData", urlEncoder(requestData, "UTF-8"));
|
params.put("RequestData", urlEncoder(requestData, "UTF-8"));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user