Compare commits

..

No commits in common. "55fd6c2e02b6f64457b14ce69a87a1aad367754c" and "e1287b22763a68f7dc48830a060af5563f996a4f" have entirely different histories.

2 changed files with 0 additions and 4 deletions

View File

@ -60,8 +60,6 @@ func CheckLogin(provider *api.AccountClientImpl) gin.HandlerFunc {
SubNum: infoRes.SubNum,
NotPassRemarks: infoRes.NotPassRemarks,
Domain: infoRes.Domain,
TelNum: jwt.Phone,
SubscriberNumber: infoRes.SubscriberNumber,
}
ctx.Set("jwtInfo", loginInfo)

View File

@ -25,8 +25,6 @@ type Info struct {
SubNum string `json:"subNum"`
NotPassRemarks string `json:"notPassRemarks"`
Domain string `json:"domain"`
TelNum string `json:"telNum"`
SubscriberNumber string `json:"subscriberNumber"`
}
func GetUserInfoFromC(c *gin.Context) Info {