mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-09-24 07:19:46 +08:00
fix 修复 短信功能返回实体 SysSms 序列化问题
This commit is contained in:
@ -24,6 +24,8 @@ public class SmsResult {
|
||||
|
||||
/**
|
||||
* 实际响应体
|
||||
* <p>
|
||||
* 可自行转换为 SDK 对应的 SendSmsResponse
|
||||
*/
|
||||
private Object response;
|
||||
private String response;
|
||||
}
|
||||
|
Reference in New Issue
Block a user