Commit 980c831b authored by shiyu's avatar shiyu

短信3

parent 5cf1fe7e
...@@ -82,7 +82,7 @@ public class WxAppletApi { ...@@ -82,7 +82,7 @@ public class WxAppletApi {
okHttpUtil.post(true); okHttpUtil.post(true);
String responseStr = okHttpUtil.async(); String responseStr = okHttpUtil.async();
logger.info("获取加密URLLink response :{}", responseStr); logger.info("获取加密URLLink response :{}", responseStr);
String msg = JsonUtils.getValueByPath(responseStr, "errMsg"); String msg = JsonUtils.getValueByPath(responseStr, "errmsg");
String urlLink = ""; String urlLink = "";
if ("ok".equals(msg)) { if ("ok".equals(msg)) {
urlLink = JsonUtils.getValueByPath(responseStr, "url_link"); urlLink = JsonUtils.getValueByPath(responseStr, "url_link");
......
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