requestData多了个引号

This commit is contained in:
caihongcheng 2022-05-07 21:24:51 +08:00
parent 4705c2595a
commit 0a631a7c93

View File

@ -90,7 +90,7 @@ public class LogisticsServiceImpl extends ServiceImpl<LogisticsMapper, Logistics
if (logistics != null) {
String requestData = "{'OrderCode':'','ShipperCode':'" + logistics.getCode() +
"','LogisticCode':'" + expNo + "'" +
"','CustomerName':'" + customerName + "'"+
",'CustomerName':'" + customerName + "'"+
"}";
Map<String, String> params = new HashMap<>(8);
params.put("RequestData", urlEncoder(requestData, "UTF-8"));