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
cf6a453f
Commit
cf6a453f
authored
Oct 24, 2018
by
feixiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
去掉优惠券传参
parent
3ff69ad1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
4 deletions
+1
-4
src/Order/Lib/OrderInterface.php
+1
-4
No files found.
src/Order/Lib/OrderInterface.php
View file @
cf6a453f
...
@@ -15,8 +15,7 @@ use Swoft\Core\ResultInterface;
...
@@ -15,8 +15,7 @@ use Swoft\Core\ResultInterface;
/**
/**
* The interface of demo service
* The interface of demo service
*
*
* @method ResultInterface deferCreateOrder(int $buyerId,int $storeId,int $consigneeId,int $itemId,int $selectedNum,int $orderType,int $total,int $activityPrice,string $goodsName,string $goodsImage,string $activityName,int $goodsId,int $goodsPrice,int $couponId = 0,string $message = '');
* @method ResultInterface deferCreateOrder(int $buyerId,int $storeId,int $consigneeId,int $itemId,int $selectedNum,int $orderType,int $total,int $activityPrice,string $goodsName,string $goodsImage,string $activityName,int $goodsId,int $goodsPrice,string $message = ''); * @method ResultInterface deferGetOrderInfoBySn(int $storeId, string $orderSn, array $consigneeFields = [], array $itemFields = [])
* @method ResultInterface deferGetOrderInfoBySn(int $storeId, string $orderSn, array $consigneeFields = [], array $itemFields = [])
* @method ResultInterface deferGetOrderInfo(int $storeId,int $orderId)
* @method ResultInterface deferGetOrderInfo(int $storeId,int $orderId)
* @method ResultInterface deferUpdateInfoById(int $storeId,int $orderId, array $updateInfo)
* @method ResultInterface deferUpdateInfoById(int $storeId,int $orderId, array $updateInfo)
* @method ResultInterface deferGetSimpleList($storeId, $condition, $fields = ['*'])
* @method ResultInterface deferGetSimpleList($storeId, $condition, $fields = ['*'])
...
@@ -44,7 +43,6 @@ interface OrderInterface
...
@@ -44,7 +43,6 @@ interface OrderInterface
* @param string $activityName
* @param string $activityName
* @param int $goodsId
* @param int $goodsId
* @param int $goodsPrice
* @param int $goodsPrice
* @param int $couponId
* @param string $message
* @param string $message
* @return mixed
* @return mixed
*/
*/
...
@@ -62,7 +60,6 @@ interface OrderInterface
...
@@ -62,7 +60,6 @@ interface OrderInterface
string
$activityName
,
string
$activityName
,
int
$goodsId
,
int
$goodsId
,
int
$goodsPrice
,
int
$goodsPrice
,
int
$couponId
=
0
,
string
$message
=
''
string
$message
=
''
);
);
...
...
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