增加短信日志

This commit is contained in:
lijiarao
2021-11-01 10:58:22 +08:00
parent c793f80e61
commit 7de8c7ff0d
@@ -251,7 +251,7 @@ public class HuaWeiSmsUtil {
String code = JSON.parseObject(result).getString("code");
String description = JSON.parseObject(result).getString("description");
if (!"000000".equals(code) || !"Success".equals(description)) {
throw new JeroBootException("发送短信失败!");
throw new JeroBootException("发送短信失败!"+result);
}
}
//如果时间为0是通知类短信,不需要存redis