Commit 724bb0b4 by feixiang

卖家订单参数精简

parent 3c701d32
......@@ -55,16 +55,12 @@ interface OrderInterface
public function sellerCreateOrder(
int $sellerId,
int $storeId,
int $consigneeId,
int $itemId,
int $selectedNum,
int $orderType,
float $total,
float $goodsPrice,
string $goodsName,
string $goodsImage,
string $activityName,
string $reservationTime = ''
string $goodsName
);
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