mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2026-03-10 00:13:40 +08:00
🎨 #3417 【小程序】同城配送订单接口字段优化
This commit is contained in:
@@ -882,6 +882,7 @@ public abstract class BaseWxMaServiceImpl<H, P> implements WxMaService, RequestH
|
||||
jsonObject.addProperty("_timestamp", timestamp);
|
||||
|
||||
String plainText = jsonObject.toString();
|
||||
log.debug("URL:{}加密前请求数据:{}", url, plainText);
|
||||
String urlPath;
|
||||
if (url.contains("?")) {
|
||||
urlPath = url.substring(0, url.indexOf("?"));
|
||||
|
||||
Reference in New Issue
Block a user