Compare commits
No commits in common. "55fd6c2e02b6f64457b14ce69a87a1aad367754c" and "e1287b22763a68f7dc48830a060af5563f996a4f" have entirely different histories.
55fd6c2e02
...
e1287b2276
@ -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)
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user