更新 SMSController.java

master
wangsiyuan 2023-12-05 19:00:16 +08:00
parent 8a6b228e5a
commit f4f3c14d80
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ public class SMSController {
if(accessToken == null){
return ServerResponseEntity.fail("accessToken cannot be empty.");
}
if (!smsInfo.isNullString()){
if (smsInfo.isNullString()){
return ServerResponseEntity.fail("json body value error.");
}
if (smsInfo == null || !smsInfo.validateFields()) {