Commit 5cf1fe7e authored by shiyu's avatar shiyu

短信3

parent 82ba2c04
......@@ -85,7 +85,7 @@ public class WxAppletApi {
String msg = JsonUtils.getValueByPath(responseStr, "errMsg");
String urlLink = "";
if ("ok".equals(msg)) {
urlLink = JsonUtils.getValueByPath(responseStr, "urlLink");
urlLink = JsonUtils.getValueByPath(responseStr, "url_link");
}
CloudServerResponse<String> cloudServerResponse = itemShortUrlServer.getShortUrlForAppName(urlLink, "quanku-applet");
logger.info("获取加密URLLink ——> 转换短链接口返回: {}", cloudServerResponse);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment