|
@@ -169,6 +169,7 @@ public class SSOLoginLogoutController {
|
|
@ApiOperation(".登录接口(sso)——从IoTedge链接跳转登录")
|
|
@ApiOperation(".登录接口(sso)——从IoTedge链接跳转登录")
|
|
@RequestMapping(value = "/tzlogin", method = RequestMethod.POST)
|
|
@RequestMapping(value = "/tzlogin", method = RequestMethod.POST)
|
|
public LoginResult tzlogin(HttpServletRequest request, HttpServletResponse response){
|
|
public LoginResult tzlogin(HttpServletRequest request, HttpServletResponse response){
|
|
|
|
+
|
|
String eiToken = "";
|
|
String eiToken = "";
|
|
String wisEUser = "";
|
|
String wisEUser = "";
|
|
|
|
|