|
@@ -233,11 +233,11 @@ public class WxaUserApiController extends WxaController {
|
|
|
// 如果开发者拥有多个移动应用、网站应用、和公众帐号(包括小程序),可通过unionid来区分用户的唯一性
|
|
|
// 同一用户,对同一个微信开放平台下的不同应用,unionid是相同的。
|
|
|
|
|
|
- String phone = apiResult.getStr("purePhoneNumber");
|
|
|
- if (StrKit.isBlank(phone)) {
|
|
|
- renderJson(ErrorConstant.ERROR_PHONE_BLANK);
|
|
|
- return;
|
|
|
- }
|
|
|
+// String phone = apiResult.getStr("purePhoneNumber");
|
|
|
+// if (StrKit.isBlank(phone)) {
|
|
|
+// renderJson(ErrorConstant.ERROR_PHONE_BLANK);
|
|
|
+// return;
|
|
|
+// }
|
|
|
renderNull();
|
|
|
|
|
|
// Doctors doctors = Doctors.dao.findFirst("select * from doctors where phone=?", phone);
|