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
3019280c
Commit
3019280c
authored
Jun 28, 2020
by
xmy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:外卖
parent
6ea0cb81
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
12 deletions
+15
-12
src/Logistics/Lib/LogisticsInterface.php
+15
-12
No files found.
src/Logistics/Lib/LogisticsInterface.php
View file @
3019280c
...
@@ -46,18 +46,20 @@ interface LogisticsInterface
...
@@ -46,18 +46,20 @@ interface LogisticsInterface
public
function
getImReceiver
(
$id
,
$storeId
);
public
function
getImReceiver
(
$id
,
$storeId
);
/**
/**
* @param $storeId
* @param $storeId
* @param $buyerId
* @param $buyerId
* @param $orderSn 订单号
* @param array $receiver 收货人信息
* @param $items 商品信息
* @param $orderSn 订单号
* [
* @param $items 商品信息
* ['name'=>'商品名称','image'=>'shang_pin_tu_pian'],
* [
* ['name'=>'商品名称','image'=>'shang_pin_tu_pian'],
* ['name'=>'商品名称','image'=>'shang_pin_tu_pian'],
* ]
* ['name'=>'商品名称','image'=>'shang_pin_tu_pian'],
* @param $price 商品总价
* ]
* @param $poiSeq 流水号
* @param $price 商品总价
* @param $deliveryCode 配送服务代码 不同配送公司自定义, 顺丰和达达不填
* @param $poiSeq 流水号
* @param $deliveryCode 配送服务代码 不同配送公司自定义, 顺丰和达达不填
* @return mixed
* @return mixed
* @throws RpcException
*/
*/
public
function
preOrder
(
$storeId
,
$buyerId
,
$orderSn
,
$items
,
$price
,
$poiSeq
,
$deliveryCode
=
null
);
public
function
preOrder
(
$storeId
,
$buyerId
,
array
$receiver
,
$orderSn
,
$items
,
$price
,
$poiSeq
,
$deliveryCode
=
null
);
}
}
\ 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