Commit 724bb0b4 by feixiang

卖家订单参数精简

parent 3c701d32
...@@ -55,16 +55,12 @@ interface OrderInterface ...@@ -55,16 +55,12 @@ interface OrderInterface
public function sellerCreateOrder( public function sellerCreateOrder(
int $sellerId, int $sellerId,
int $storeId, int $storeId,
int $consigneeId,
int $itemId, int $itemId,
int $selectedNum, int $selectedNum,
int $orderType, int $orderType,
float $total, float $total,
float $goodsPrice, float $goodsPrice,
string $goodsName, string $goodsName
string $goodsImage,
string $activityName,
string $reservationTime = ''
); );
public function getOrderInfo(int $storeId,int $orderId); public function getOrderInfo(int $storeId,int $orderId);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment