修改登录

main
grimm 2025-04-15 16:33:41 +08:00
parent 0f35d13936
commit b794196637
1 changed files with 0 additions and 1 deletions

View File

@ -635,7 +635,6 @@ public class SdkVerfy {
if (jsonObject.getInt("code") == 200) {
return userId;
}
return jsonObject.getString("msg");
} catch (Exception e) {
e.printStackTrace();
}