refactor: api type
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import request from '@/config/axios'
|
||||
export type SmsLogVO = {
|
||||
|
||||
export interface SmsLogVO {
|
||||
id: number
|
||||
idchannelId: number
|
||||
templateId: number
|
||||
|
Reference in New Issue
Block a user