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