|
@ -1093,7 +1093,7 @@ public class WlyyLoginEndpoint extends AbstractEndpoint {
|
|
}
|
|
}
|
|
|
|
|
|
@RequestMapping(value = "/oauth/test", method = RequestMethod.GET)
|
|
@RequestMapping(value = "/oauth/test", method = RequestMethod.GET)
|
|
@ApiOperation("test")
|
|
|
|
|
|
@ApiOperation("test dd")
|
|
public ObjEnvelop test()throws Exception{
|
|
public ObjEnvelop test()throws Exception{
|
|
return ObjEnvelop.getSuccess("success",oauthSsoService.getAuthCode());
|
|
return ObjEnvelop.getSuccess("success",oauthSsoService.getAuthCode());
|
|
}
|
|
}
|