admin
2019-03-13 f1fdf1aec9fb9f8f4d1220d4c8b3489b648ab59b
fanli/src/main/java/com/yeshi/fanli/service/inter/user/ForbiddenUserIdentifyCodeService.java
@@ -36,4 +36,13 @@
    */
   public void delete(ForbiddenUserIdentifyCode identifyCode);
   /**
    * 对账号封禁、解封操作
    * @param identifyCode 号码
    * @param type  类型
    * @param state  状态: true 封
    * @throws ForbiddenUserIdentifyCodeException
    */
   public void saveForbiddenInfo(String identifyCode, Integer type) throws ForbiddenUserIdentifyCodeException;
}