This commit is contained in:
邹宗楠
2022-10-18 10:30:37 +08:00
parent c0d92f612e
commit 03069ce0fe
19 changed files with 187 additions and 19 deletions

View File

@@ -230,3 +230,8 @@ func (u *UserLogin) GetJxc4Token() (string, error) {
Jxc4UserToken["expirationTime"] = utils.Int64ToStr(time.Now().Unix() + 5*24*60*60)
return user.Token, nil
}
// GetAppJupLink 获取小程序跳转短连接
func (u *UserLogin) GetAppJupLink() (string, error) {
return api.WeixinMiniAPI.MiniProgramSortLink()
}