Commit 2164e2cb by zhufx

订单接口修改

parent a85bfb4b
...@@ -26,6 +26,7 @@ interface OrderInterface ...@@ -26,6 +26,7 @@ interface OrderInterface
* @param int $item_id * @param int $item_id
* @param int $selected_num * @param int $selected_num
* @param int $order_type * @param int $order_type
* @param float $total
* @param string $reservation_time * @param string $reservation_time
* @return mixed * @return mixed
*/ */
...@@ -35,5 +36,6 @@ interface OrderInterface ...@@ -35,5 +36,6 @@ interface OrderInterface
int $item_id, int $item_id,
int $selected_num, int $selected_num,
int $order_type, int $order_type,
float $total,
string $reservation_time = ''); 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