Explorar el Código

集美宣教代码提交

liuwenbin hace 7 años
padre
commit
82f284b1b1

+ 1 - 1
patient-co/patient-co-wlyy/src/main/java/com/yihu/wlyy/web/BaseController.java

@ -46,7 +46,7 @@ public class BaseController {
            }
            JSONObject json = new JSONObject(userAgent);
            return json.getString("uid");
//            return "xh1D2017031502222";// wjw00000001000e6badcfa163e424589
        } catch (Exception e) {
            return null;
        }