liurunyu
5 天以前 be67a2e0d516b4bde98d180630e6f90efa90f4e8
pipIrr-platform/pipIrr-web/pipIrr-web-wechat/src/main/java/com/dy/pipIrrWechat/client/ClientSv.java
@@ -73,4 +73,14 @@
    public VoClientWechat getSimpleClientInfo(Long sessionId, String openId) {
        return seClientMapper.getSimpleClientInfo(sessionId, openId);
    }
    /**
     * 解绑农户与微信的绑定,根据sessionId删除绑定记录
     * @param sessionId
     * @return
     */
    public Integer unbindWechat(Long sessionId) {
        return seOpenIdMapper.deleteByPrimaryKey(sessionId);
    }
}