From 49564fa066394fdb01c590ffa78db19c8bf319f8 Mon Sep 17 00:00:00 2001 From: wangshuai Date: Tue, 26 Jan 2021 14:56:58 +0800 Subject: [PATCH] 'commit' --- dsDataexV1.1/MyService/Auth/AuthService/AuthService.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,"接入系统票据验证失败",""