|
@@ -42,7 +42,7 @@ public class QwLoginController {
|
|
|
return CommonResponse.success(loginModel.getData());
|
|
|
}
|
|
|
|
|
|
- @PostMapping("/checkQRCode ")
|
|
|
+ @PostMapping("/checkQRCode")
|
|
|
public CommonResponse<String> checkQRCode(@RequestBody QwLoginCheckCode checkCode) {
|
|
|
int ret = qwLoginService.checkQRCode(checkCode);
|
|
|
if(ret == 0) {
|