【fix sonar】LoginController文件
This commit is contained in:
+1
-1
@@ -83,7 +83,7 @@ public class LoginController {
|
|||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
@PostMapping(value = "/sms")
|
@PostMapping(value = "/sms")
|
||||||
public Results<String> sms(@RequestBody JSONObject jsonObject) {
|
public Results<JSONObject> sms(@RequestBody JSONObject jsonObject) {
|
||||||
return loginService.sms(jsonObject);
|
return loginService.sms(jsonObject);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user