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
764a8736
Commit
764a8736
authored
Jan 10, 2019
by
liwotian
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://git.dev.2b3.cn/tencent/services
into test
parents
64aa0ab7
b1165c09
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
33 additions
and
0 deletions
+33
-0
UPGRADE.md
+4
-0
src/Buyer/Lib/FansInterface.php
+8
-0
src/Leaflet/Enum/LeafletEnum.php
+19
-0
src/Order/Enum/OrderEnum.php
+2
-0
No files found.
UPGRADE.md
View file @
764a8736
# 1.0.50
-
添加获取主门店信息的接口
# 1.0.49
-
添加配置读取类
# 1.0.48
-
添加卖家关系保存接口
# 1.0.47
...
...
src/Buyer/Lib/FansInterface.php
0 → 100644
View file @
764a8736
<?php
namespace
Hdll\Services\Buyer\Lib
;
interface
FansInterface
{
public
function
get
(
string
$unionId
);
}
\ No newline at end of file
src/Leaflet/Enum/LeafletEnum.php
0 → 100644
View file @
764a8736
<?php
/**
* Created by PhpStorm.
* User: Administrator
* Date: 2018/9/28
* Time: 14:50
*/
namespace
Hdll\Services\Leaflet\Enum
;
class
LeafletEnum
{
const
STATE_WAITING
=
1
;
const
STATE_SUCCESS
=
2
;
const
FLAT_USER
=
1
;
const
FLAT_SELLER
=
2
;
}
\ No newline at end of file
src/Order/Enum/OrderEnum.php
View file @
764a8736
...
...
@@ -29,6 +29,7 @@ class OrderEnum
const
TYPE_CUT_PRICE
=
1
;
//砍价订单
const
TYPE_LIMIT
=
2
;
//限时购订单
const
TYPE_COLLECTION
=
3
;
//拼团
const
TYPE_CARD
=
4
;
//储值卡购买订单
//对账锁定
...
...
@@ -39,6 +40,7 @@ class OrderEnum
self
::
TYPE_CUT_PRICE
,
self
::
TYPE_LIMIT
,
self
::
TYPE_COLLECTION
,
self
::
TYPE_CARD
,
];
//可以直接预约的订单类型
...
...
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