更新 SMSController.java
parent
8a6b228e5a
commit
f4f3c14d80
|
|
@ -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()) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue