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
7034b648
Commit
7034b648
authored
Mar 18, 2020
by
xmy
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/test' into test
parents
301f8365
3a23200f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
0 deletions
+14
-0
UPGRADE_2.x.md
+3
-0
src/Common/Config/CfgCenter.php
+1
-0
src/CustomerProfiles/Lib/ProfileInterface.php
+10
-0
No files found.
UPGRADE_2.x.md
View file @
7034b648
# 2.0.57
-
顾客档案添加接口getProfile
# 2.0.56
# 2.0.56
-
oem vip 套餐
-
oem vip 套餐
...
...
src/Common/Config/CfgCenter.php
View file @
7034b648
...
@@ -23,6 +23,7 @@ class CfgCenter
...
@@ -23,6 +23,7 @@ class CfgCenter
const
PAY_YUNMAI_ISP
=
'pay_yunmai_isp'
;
//云脉的支付服务商配置,用于托管子商户
const
PAY_YUNMAI_ISP
=
'pay_yunmai_isp'
;
//云脉的支付服务商配置,用于托管子商户
const
PAY_ZHIMEI
=
'pay_zhimei'
;
//致美的支付配置
const
PAY_ZHIMEI
=
'pay_zhimei'
;
//致美的支付配置
const
PAY_TRANSFER
=
'pay_transfer'
;
//提现打款专用的支付配置
const
PAY_TRANSFER
=
'pay_transfer'
;
//提现打款专用的支付配置
const
PAY_YUNMAIKEJI
=
'pay_yunmaikeji'
;
// 云脉科技支付
const
SELLER_DISTRIBUTION
=
'seller_distribution'
;
//卖家分销配置
const
SELLER_DISTRIBUTION
=
'seller_distribution'
;
//卖家分销配置
const
MP_ZHIMEI
=
'mp_zhimei'
;
//致美的公众号配置
const
MP_ZHIMEI
=
'mp_zhimei'
;
//致美的公众号配置
const
MP_OEMADM
=
'mp_oemadm'
;
// OEM机构管理员公众号后台,使用云脉科技公众号
const
MP_OEMADM
=
'mp_oemadm'
;
// OEM机构管理员公众号后台,使用云脉科技公众号
...
...
src/CustomerProfiles/Lib/ProfileInterface.php
View file @
7034b648
...
@@ -18,6 +18,7 @@ use Swoft\Core\ResultInterface;
...
@@ -18,6 +18,7 @@ use Swoft\Core\ResultInterface;
*
*
* @method ResultInterface deferAddOrder($storeId, $orderId, $goodsId, $goodsName, $orderPrice, $orderType, $orderTime, $consigneeName, $consigneePhone, $buyerId,$activityName)
* @method ResultInterface deferAddOrder($storeId, $orderId, $goodsId, $goodsName, $orderPrice, $orderType, $orderTime, $consigneeName, $consigneePhone, $buyerId,$activityName)
* @method ResultInterface deferSinceAddVisitor(int $storeId, int $buyerId, int $time)
* @method ResultInterface deferSinceAddVisitor(int $storeId, int $buyerId, int $time)
* @method ResultInterface deferGetProfile($storeId, $buyerId)
*/
*/
interface
ProfileInterface
interface
ProfileInterface
{
{
...
@@ -42,4 +43,12 @@ interface ProfileInterface
...
@@ -42,4 +43,12 @@ interface ProfileInterface
*/
*/
public
function
sinceAddVisitor
(
int
$storeId
,
int
$buyerId
,
int
$time
);
public
function
sinceAddVisitor
(
int
$storeId
,
int
$buyerId
,
int
$time
);
/**
* 获取买家信息
* @param $storeId // 店铺id
* @param $buyerId // 卖家id
* @return mixed
*/
public
function
getProfile
(
$storeId
,
$buyerId
);
}
}
\ 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