Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
services
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tencent
services
Commits
1eb9dfb3
Commit
1eb9dfb3
authored
Sep 03, 2019
by
zhangsong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加顾客cmp常量文件
parent
753136ec
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
+20
-0
src/CustomerProfiles/Enum/CustomerCmq.php
+20
-0
No files found.
src/CustomerProfiles/Enum/CustomerCmq.php
0 → 100644
View file @
1eb9dfb3
<?php
/**
* Created by PhpStorm.
* User: mac
* Date: 2019-01-10
* Time: 09:58
*/
namespace
Hdll\Services\CustomerProfiles\Enum
;
class
CustomerCmq
{
const
TOPIC
=
'customer'
;
const
ORDER_ADD
=
'addOrder'
;
// 顾客下单记录
const
ORDER_STATUS
=
'payStatus'
;
// 顾客订单状态修改回调
const
ORDER_PRICE
=
'upPrice'
;
// 顾客订单价格修改
const
PROFILE_ADD
=
'addProfile'
;
// 顾客信息添加或修改
}
\ No newline at end of file
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