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
cbb28fbd
Commit
cbb28fbd
authored
Jul 01, 2020
by
xmy
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/test' into test
parents
afdbf14e
c89ac3f9
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
15 additions
and
12 deletions
+15
-12
UPGRADE_2.x.md
+6
-0
src/Auth/Enum/AuthEnum.php
+2
-1
src/Common/Config/CfgCenter.php
+1
-0
src/Order/Lib/OrderInterface.php
+2
-2
src/Store/Enum/StoreEnum.php
+4
-0
src/Store/Lib/SettingsInterface.php
+0
-9
No files found.
UPGRADE_2.x.md
View file @
cbb28fbd
# 2.0.72
-
移除updateMainOrderByPid
# 2.0.71
-
订单支付回调
# 2.0.70
# 2.0.70
-
划卡收益明细优化上线
-
划卡收益明细优化上线
...
...
src/Auth/Enum/AuthEnum.php
View file @
cbb28fbd
...
@@ -41,7 +41,8 @@ class AuthEnum
...
@@ -41,7 +41,8 @@ class AuthEnum
const
AUTH_TYPE_TRAFFIC_SELLER
=
208
;
// 流量平台的商家
const
AUTH_TYPE_TRAFFIC_SELLER
=
208
;
// 流量平台的商家
const
AUTH_TYPE_SHARER_TALENT
=
209
;
// 流量平台的分享达人
const
AUTH_TYPE_SHARER_TALENT
=
209
;
// 流量平台的分享达人
const
APP_TYPE_REGISTER
=
1
;
// 店铺注册专用小程序
const
APP_TYPE_CATERING
=
2
;
// 餐饮行业店铺管理小程序
...
...
src/Common/Config/CfgCenter.php
View file @
cbb28fbd
...
@@ -31,6 +31,7 @@ class CfgCenter
...
@@ -31,6 +31,7 @@ class CfgCenter
const
TRAFFIC_BACKEND_WEAPP
=
'traffic_backend_weapp'
;
//流量平台业务员端小程序
const
TRAFFIC_BACKEND_WEAPP
=
'traffic_backend_weapp'
;
//流量平台业务员端小程序
const
TRAFFIC_FRONTEND_WEAPP
=
'traffic_frontend_weapp'
;
//流量平台买家端小程序
const
TRAFFIC_FRONTEND_WEAPP
=
'traffic_frontend_weapp'
;
//流量平台买家端小程序
const
CATERING_WEAPP
=
'catering_weapp'
;
//餐饮小程序
const
CATERING_WEAPP
=
'catering_weapp'
;
//餐饮小程序
const
REGISTER_WEAPP
=
'register_weapp'
;
// 注册店铺专用小程序
/**
/**
* 根据用户token获取配置, 优先使用此方法读取配置
* 根据用户token获取配置, 优先使用此方法读取配置
...
...
src/Order/Lib/OrderInterface.php
View file @
cbb28fbd
...
@@ -141,7 +141,7 @@ interface OrderInterface
...
@@ -141,7 +141,7 @@ interface OrderInterface
public
function
updateInfoByPids
(
int
$storeId
,
array
$pIds
,
array
$updateInfo
);
public
function
updateInfoByPids
(
int
$storeId
,
array
$pIds
,
array
$updateInfo
);
/**
/**
*
根据主订单ID更新订单信息
*
订单支付回调
*
*
* @param integer $storeId
* @param integer $storeId
* @param integer $pId
* @param integer $pId
...
@@ -149,7 +149,7 @@ interface OrderInterface
...
@@ -149,7 +149,7 @@ interface OrderInterface
* @param array $subData
* @param array $subData
* @return bool
* @return bool
*/
*/
public
function
updateMainOrderByPid
(
int
$storeId
,
int
$pId
,
array
$mainData
,
array
$subData
=
[]);
public
function
payCallback
(
int
$storeId
,
int
$pId
,
array
$mainData
,
array
$subData
=
[]);
/**
/**
* 获取未入账统计
* 获取未入账统计
...
...
src/Store/Enum/StoreEnum.php
View file @
cbb28fbd
...
@@ -9,4 +9,7 @@ class StoreEnum
...
@@ -9,4 +9,7 @@ class StoreEnum
const
VIP_TYPE_TY
=
'ty'
;
// 特殊VIP类型:免费体验
const
VIP_TYPE_TY
=
'ty'
;
// 特殊VIP类型:免费体验
const
INDUSTRY_BEAUTY
=
1
;
//店铺行业:美业
const
INDUSTRY_CATERING
=
2
;
//店铺行业:餐饮
const
INDUSTRY_ESHOP
=
3
;
//店铺行业:电商
}
}
\ No newline at end of file
src/Store/Lib/SettingsInterface.php
View file @
cbb28fbd
...
@@ -29,15 +29,6 @@ interface SettingsInterface
...
@@ -29,15 +29,6 @@ interface SettingsInterface
public
function
getSettings
(
int
$storeId
);
public
function
getSettings
(
int
$storeId
);
/**
/**
* 获取餐饮行业店铺的设置
*
* @Number(name="storeId")
* @param int $storeId
* @return array
*/
public
function
getCateringSettings
(
int
$storeId
);
/**
* 获取消息通知的开关设置项
* 获取消息通知的开关设置项
*
*
* @param int $storeId
* @param int $storeId
...
...
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