diff --git a/ruoyi-ui/src/api/system/sms/smsLog.js b/ruoyi-ui/src/api/system/sms/smsLog.js
new file mode 100644
index 000000000..8a9083b71
--- /dev/null
+++ b/ruoyi-ui/src/api/system/sms/smsLog.js
@@ -0,0 +1,20 @@
+import request from '@/utils/request'
+
+// 获得短信日志分页
+export function getSmsLogPage(query) {
+ return request({
+ url: '/system/sms-log/page',
+ method: 'get',
+ params: query
+ })
+}
+
+// 导出短信日志 Excel
+export function exportSmsLogExcel(query) {
+ return request({
+ url: '/system/sms-log/export-excel',
+ method: 'get',
+ params: query,
+ responseType: 'blob'
+ })
+}
diff --git a/ruoyi-ui/src/views/system/sms/smsLog.vue b/ruoyi-ui/src/views/system/sms/smsLog.vue
new file mode 100644
index 000000000..8b3c2db53
--- /dev/null
+++ b/ruoyi-ui/src/views/system/sms/smsLog.vue
@@ -0,0 +1,198 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+
+ 新增
+
+
+ 导出
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ parseTime(scope.row.sendTime) }}
+
+
+
+
+
+
+
+
+
+
+
+ {{ parseTime(scope.row.receiveTime) }}
+
+
+
+
+
+
+ {{ parseTime(scope.row.createTime) }}
+
+
+
+
+ 修改
+
+
+
+
+
+
+
+
+
+
+
+