Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
foreign
/
customer-service
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
1f004f4f
authored
Nov 04, 2021
by
杨铁龙
Committed by
Sixong.Zhu
Nov 05, 2021
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
新增action消息类型
parent
9a75d867
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
model/index.ts
model/index.ts
View file @
1f004f4f
...
...
@@ -91,6 +91,7 @@ export const enum MessageType {
Voice
=
"voice"
,
GeneralOrderMsg
=
"general_order_msg"
,
Withdraw
=
"withdraw"
,
Action
=
"action"
}
export
const
enum
MessageHandled
{
...
...
@@ -120,6 +121,7 @@ export interface Message {
update_time
:
number
;
url
:
string
;
handled
?:
MessageHandled
;
modelData
?:
any
;
}
export
type
MessageRequestResult
=
readonly
Message
[];
...
...
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