mirror of
https://gitee.com/dromara/RuoYi-Cloud-Plus.git
synced 2026-04-23 02:48:34 +08:00
fix 修复 远程调用短信功能返回实体 SysSms 序列化报错问题
This commit is contained in:
@@ -26,7 +26,9 @@ public class SysSms implements Serializable {
|
||||
|
||||
/**
|
||||
* 实际响应体
|
||||
* <p>
|
||||
* 可自行转换为 SDK 对应的 SendSmsResponse
|
||||
*/
|
||||
private Object response;
|
||||
private String response;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user