feat: 短信日志
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { request } from "@umijs/max";
|
||||
|
||||
export interface SmsLogVO {
|
||||
id: number | null;
|
||||
id: number;
|
||||
channelId: number | null;
|
||||
channelCode: string;
|
||||
templateId: number | null;
|
||||
@@ -29,7 +29,7 @@ export interface SmsLogVO {
|
||||
// 查询短信日志列表
|
||||
|
||||
export async function getSmsLogPage(params: PageParam) {
|
||||
return request("/system/sms-channel/page", {
|
||||
return request("/system/sms-log/page", {
|
||||
method: "GET",
|
||||
params,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user