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
fd2d06ae
Commit
fd2d06ae
authored
Jan 18, 2019
by
liwotian
Browse files
Options
Browse Files
Download
Plain Diff
修正最后
parents
d38f0a49
71f17b18
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletions
+10
-1
UPGRADE.md
+3
-0
src/Vip/Enum/VipEnum.php
+7
-1
No files found.
UPGRADE.md
View file @
fd2d06ae
# 1.0.53
-
vip试用类型
# 1.0.52
-
添加储值卡的回款接口
# 1.0.51
...
...
src/Vip/Enum/VipEnum.php
View file @
fd2d06ae
...
...
@@ -7,7 +7,8 @@
*/
namespace
Hdll\Services\Vip\Enum
;
class
VipEnum
{
class
VipEnum
{
const
VIP_TOTAL_FEE
=
69800
;
//价格
...
...
@@ -20,4 +21,8 @@ class VipEnum{
const
STATUS_PAID
=
20
;
//已支付
const
VIP_QUEUE_KEY
=
'vip:queue'
;
const
VIP_TYPE_NORMAL
=
"1"
;
//普通
const
VIP_TYPE_TRY
=
"2"
;
//试用
}
\ 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