Commit c43e4a4e by zhufx

接口修改

parent 236fa03e
......@@ -23,19 +23,21 @@ interface OrderInterface
* 创建订单
* @param string $token
* @param int $consignee_id
* @param int $item_id
* @param array $activity_info
* @param int $selected_num
* @param int $order_type
* @param float $total
* @param array $goods_info,
* @param string $reservation_time
* @return mixed
*/
public function createOrder(
string $token,
int $consignee_id,
int $item_id,
array $activity_info,
int $selected_num,
int $order_type,
float $total,
array $goods_info,
string $reservation_time = '');
}
\ No newline at end of file
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