master
huanghai 5 years ago
parent cd1bfce316
commit 3c60880f2a

@ -264,3 +264,8 @@ func BindWxUser(identityId string, personId string, openid string) (bool, error)
return true, nil
}
}
//解除微信绑定的用户
func UnBindWxUser(identityId string, personId string) (bool, error) {
return BindWxUser(identityId, personId, "")
}

Loading…
Cancel
Save