mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-20 18:15:56 +08:00
短信返回是否成功字段改为布尔对象
This commit is contained in:
parent
a2843b599d
commit
df79c7b69e
@ -15,7 +15,7 @@ public class SmsResult {
|
||||
/**
|
||||
* 是否成功
|
||||
*/
|
||||
private boolean isSuccess;
|
||||
private Boolean isSuccess;
|
||||
|
||||
/**
|
||||
* 响应消息
|
||||
|
||||
Loading…
Reference in New Issue
Block a user