Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
9e2c3476
authored
Mar 22, 2023
by
puhui999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add: 短信日志vue2迁移到vue3,使用ts改写
parent
496862e1
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
17 deletions
+18
-17
src/api/system/sms/smsLog/index.ts
+18
-17
src/views/system/sms/smsLog/index.vue
+0
-0
No files found.
src/api/system/sms/smsLog/index.ts
View file @
9e2c3476
import
request
from
'@/config/axios'
import
request
from
'@/config/axios'
export
interface
SmsLogVO
{
export
interface
SmsLogVO
{
id
:
number
id
:
number
|
null
channelId
:
number
channelId
:
number
|
null
channelCode
:
string
channelCode
:
string
templateId
:
number
templateId
:
number
|
null
templateCode
:
string
templateCode
:
string
templateType
:
number
templateType
:
number
|
null
templateContent
:
string
templateContent
:
string
templateParams
:
Map
<
string
,
object
>
templateParams
:
Map
<
string
,
object
>
|
null
apiTemplateId
:
string
mobile
:
string
mobile
:
string
userId
:
number
userId
:
number
|
null
userType
:
number
userType
:
number
|
null
sendStatus
:
number
sendStatus
:
number
|
null
sendTime
:
Date
sendTime
:
Date
|
null
sendCode
:
number
sendCode
:
number
|
null
sendMsg
:
string
sendMsg
:
string
apiSendCode
:
string
apiSendCode
:
string
apiSendMsg
:
string
apiSendMsg
:
string
apiRequestId
:
string
apiRequestId
:
string
apiSerialNo
:
string
apiSerialNo
:
string
receiveStatus
:
number
receiveStatus
:
number
|
null
receiveTime
:
Date
receiveTime
:
Date
|
null
apiReceiveCode
:
string
apiReceiveCode
:
string
apiReceiveMsg
:
string
apiReceiveMsg
:
string
createTime
:
Date
createTime
:
Date
|
null
}
}
export
interface
SmsLogPageReqVO
extends
PageParam
{
export
interface
SmsLogPageReqVO
extends
PageParam
{
channelId
?:
number
channelId
?:
number
|
null
templateId
?:
number
templateId
?:
number
|
null
mobile
?:
string
mobile
?:
string
sendStatus
?:
number
sendStatus
?:
number
|
null
sendTime
?:
Date
[]
sendTime
?:
Date
[]
receiveStatus
?:
number
receiveStatus
?:
number
|
null
receiveTime
?:
Date
[]
receiveTime
?:
Date
[]
}
}
export
interface
SmsLogExportReqVO
{
export
interface
SmsLogExportReqVO
{
...
...
src/views/system/sms/smsLog/index.vue
View file @
9e2c3476
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment