Commit 63fac684 by zhufx

接口修改

parent db1674c4
......@@ -23,7 +23,7 @@ interface OrderInterface
* 创建订单
* @param string $token
* @param int $consignee_id
* @param int $activity_id
* @param int $item_id
* @param int $selected_num
* @param int $order_type
* @param float $total
......@@ -37,7 +37,7 @@ interface OrderInterface
public function createOrder(
string $token,
int $consignee_id,
int $activity_id,
int $item_id,
int $selected_num,
int $order_type,
float $total,
......
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