【fix sonar】ILoginService文件

This commit is contained in:
梁琦涛
2023-04-04 10:34:48 +08:00
parent 7f4ca5c16a
commit 23d8b8b912
@@ -59,7 +59,7 @@ public interface ILoginService{
* @param jsonObject
* @return
*/
public Results<String> sms(JSONObject jsonObject);
public Results<JSONObject> sms(JSONObject jsonObject);
/**
* 手机号登录接口