Commit b8eda06c by feixiang

订单服务修改

parent fa0a175d
......@@ -21,7 +21,6 @@ interface OrderInterface
{
/**
* 创建订单
* @param string $token
* @param int $consignee_id
* @param int $item_id
* @param int $selected_num
......@@ -35,7 +34,6 @@ interface OrderInterface
* @return mixed
*/
public function createOrder(
string $token,
int $consignee_id,
int $item_id,
int $selected_num,
......
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