|
|
|
@ -116,8 +116,8 @@ public class KycServiceImpl implements KycService {
|
|
|
|
|
emails.add(email);
|
|
|
|
|
bdNames += bd.getString("display_name");
|
|
|
|
|
}
|
|
|
|
|
if (StringUtils.isNotEmpty(bd.getString("wechat_openid"))) {
|
|
|
|
|
openIds.add(bd.getString("wechat_openid"));
|
|
|
|
|
if (StringUtils.isNotEmpty(bd.getString("wx_openid"))) {
|
|
|
|
|
openIds.add(bd.getString("wx_openid"));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
Context ctx = new Context();
|
|
|
|
|