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
f74ddf46
authored
Nov 21, 2023
by
YunaiV
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sms:移除 sendCode、sendMsg 字段
parent
b0b66912
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
5 deletions
+0
-5
src/api/system/sms/smsLog/index.ts
+0
-2
src/views/system/sms/log/SmsLogDetail.vue
+0
-3
No files found.
src/api/system/sms/smsLog/index.ts
View file @
f74ddf46
...
...
@@ -15,8 +15,6 @@ export interface SmsLogVO {
userType
:
number
|
null
sendStatus
:
number
|
null
sendTime
:
Date
|
null
sendCode
:
number
|
null
sendMsg
:
string
apiSendCode
:
string
apiSendMsg
:
string
apiRequestId
:
string
...
...
src/views/system/sms/log/SmsLogDetail.vue
View file @
f74ddf46
...
...
@@ -37,9 +37,6 @@
<el-descriptions-item
label=
"发送时间"
>
{{
formatDate
(
detailData
.
sendTime
)
}}
</el-descriptions-item>
<el-descriptions-item
label=
"发送结果"
>
{{
detailData
.
sendCode
}}
|
{{
detailData
.
sendMsg
}}
</el-descriptions-item>
<el-descriptions-item
label=
"API 发送结果"
>
{{
detailData
.
apiSendCode
}}
|
{{
detailData
.
apiSendMsg
}}
</el-descriptions-item>
...
...
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