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
3fb741b3
Commit
3fb741b3
authored
Aug 17, 2018
by
feixiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
订单
parent
4fc31e97
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
0 deletions
+15
-0
src/Order/Enum/OrderEnum.php
+1
-0
src/Order/Enum/ValueAddedServiceEnum.php
+14
-0
No files found.
src/Order/Enum/OrderEnum.php
View file @
3fb741b3
...
...
@@ -27,6 +27,7 @@ class OrderEnum
const
TYPE_CUT_PRICE
=
1
;
//砍价订单
const
TYPE_LIMIT
=
2
;
//限时购订单
const
TYPE_COLLECTION
=
3
;
//拼团
const
TYPE_VALUE_ADDED_SERVICE
=
4
;
//增值服务
//对账状态
const
BALANCE_STATE_FALSE
=
0
;
//未对账
...
...
src/Order/Enum/ValueAddedServiceEnum.php
0 → 100644
View file @
3fb741b3
<?php
/**
* Created by PhpStorm.
* User: Administrator
* Date: 2018/8/17
* Time: 9:37
*/
namespace
Hdll\Services\Order\Enum
;
class
ValueAddedServiceEnum
{
const
VIP
=
1
;
//vip服务
}
\ 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