Commit d69c7f30 by xuzhenhao

增加了token的授权

1 parent bb25f079
Showing with 1 additions and 1 deletions
...@@ -158,7 +158,7 @@ func GetUserAccessToken(userName string) (result string, err error) { ...@@ -158,7 +158,7 @@ func GetUserAccessToken(userName string) (result string, err error) {
if err != nil { if err != nil {
return "104002", err return "104002", err
} }
return "", nil return uuid, nil
} }
//验证授权 //验证授权
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!