yanghb
2023-04-25 f49c22801a864c742413d2f26d845a04e5a31ffd
UserTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/service/IUserInfoService.java
@@ -224,4 +224,12 @@
     * @throws Exception
     */
    ResultUtil phoneLoginBindingWeChat(Integer userId, String jscode) throws Exception;
    void addCoupon(UserInfo userInfo) throws Exception;
    String getDefaultName();
}