diff --git a/dsDataexV1.1/MyService/Auth/AuthService/AuthService.go b/dsDataexV1.1/MyService/Auth/AuthService/AuthService.go index d8a95627..7f99b92f 100644 --- a/dsDataexV1.1/MyService/Auth/AuthService/AuthService.go +++ b/dsDataexV1.1/MyService/Auth/AuthService/AuthService.go @@ -67,7 +67,7 @@ func CheckToken(systemID string,authToken string) (bool, string,string){ if myToken==authToken{ - return true,"接入系统票据验证成功",data["id"].(string) + return true,"接入系统票据验证成功",data["app_code"].(string) }else { return false,"接入系统票据验证失败",""