Commit 980c831b authored by shiyu's avatar shiyu

短信3

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