Commit 402fdfe8 by 徐高华

test

parent f123b030
......@@ -78,7 +78,7 @@ public class QwFriendApiServiceImpl implements QwFriendApiService {
if (wxaResp.isSuccess()) {
result = "ok";
} else {
result = wxResp.getCode();
result = wxaResp.getCode();
wxaCode = url+result;
}
sb.append("小程序-").append(result);
......
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