Commit 3ca0acf0 by 徐高华

Merge branch 'master_xgh_pendingid' into 'developer'

test

See merge request !300
parents 6704e3dc 402fdfe8
......@@ -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