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
9fdbd151
Commit
9fdbd151
authored
Jul 08, 2020
by
xmy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:即时配送
parent
f2a2ba17
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
src/Logistics/Lib/LogisticsInterface.php
+4
-2
No files found.
src/Logistics/Lib/LogisticsInterface.php
View file @
9fdbd151
...
...
@@ -55,12 +55,13 @@ interface LogisticsInterface
* ['name'=>'商品名称','image'=>'shang_pin_tu_pian'],
* ['name'=>'商品名称','image'=>'shang_pin_tu_pian'],
* ]
* @param $unique
* @param $orderSn 订单号
* @param $price 商品总价
* @param $deliveryCode 配送服务代码 不同配送公司自定义, 顺丰和达达不填
* @return mixed
*/
public
function
preOrder
(
$storeId
,
$buyerId
,
array
$receiver
,
$items
,
$orderSn
,
$price
,
$deliveryCode
=
null
);
public
function
preOrder
(
$storeId
,
$buyerId
,
array
$receiver
,
$items
,
$
unique
,
$
orderSn
,
$price
,
$deliveryCode
=
null
);
/**
...
...
@@ -68,11 +69,12 @@ interface LogisticsInterface
* @param $storeId
* @param $buyerId
* @param array $receiver 收货人信息
* @param $unique
* @param $orderSn 订单号
* @param $deliveryCode 配送服务代码 不同配送公司自定义, 顺丰和达达不填
* @return mixed
*/
public
function
order
(
$storeId
,
$buyerId
,
array
$receiver
,
$orderSn
,
$deliveryCode
=
null
);
public
function
order
(
$storeId
,
$buyerId
,
array
$receiver
,
$
unique
,
$
orderSn
,
$deliveryCode
=
null
);
/**
...
...
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