Commit f123b030 by 徐高华

test

parent 8775ca73
......@@ -69,7 +69,7 @@ public class QwFriendApiServiceImpl implements QwFriendApiService {
result = "ok";
} else {
result = wxResp.getCode();
wxaCode = url+result;
wxCode = url+result;
}
retMap.put("wxCode", wxCode);
sb.append("服务号-").append(result).append(",");
......
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