|
|
@ -454,7 +454,6 @@ public class LoginController extends BaseController {
|
|
|
|
@PostMapping(value = "/scanOrConfirm")
|
|
|
|
@PostMapping(value = "/scanOrConfirm")
|
|
|
|
@GlobalInterceptor(checkAppUserLogin = true)
|
|
|
|
@GlobalInterceptor(checkAppUserLogin = true)
|
|
|
|
@ApiImplicitParams({
|
|
|
|
@ApiImplicitParams({
|
|
|
|
@ApiImplicitParam(name = "authorization", value = "Authorization", required = true),
|
|
|
|
|
|
|
|
@ApiImplicitParam(name = "token", value = "扫码获得的code", required = true),
|
|
|
|
@ApiImplicitParam(name = "token", value = "扫码获得的code", required = true),
|
|
|
|
@ApiImplicitParam(name = "type", value = "type 1-扫码 2-确认", required = true)})
|
|
|
|
@ApiImplicitParam(name = "type", value = "type 1-扫码 2-确认", required = true)})
|
|
|
|
public Result<Void> scanOrConfirm(
|
|
|
|
public Result<Void> scanOrConfirm(
|
|
|
|