Pu Zhibing
5 天以前 0c41f99c7f1a0d7deeeef23a5b3b890aed32ce63
UserQYTTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/service/IUserInfoService.java
@@ -236,6 +236,11 @@
    ResultUtil reissueCoupon() throws Exception;
    ResultUtil<LoginWarpper> wxLoginIsBind(String jscode);
    /**
     * 代驾系统添加用户接口
     * @param phone
     * @return
     */
    String addAppUser(String phone, String code, String areaCode) throws Exception;
}