Commit 4aa8b0e7 by liwotian name

默认的

parent 747ab446
...@@ -40,4 +40,15 @@ interface LimitTimeBuyInterface ...@@ -40,4 +40,15 @@ interface LimitTimeBuyInterface
int $order_type, int $order_type,
int $goods_id, int $goods_id,
string $reservation_time = ''); string $reservation_time = '');
/**
* 获取限时购商品的 商品信息
* @param int $limit_id
* @return mixed
*/
public function getLimitgoods(
int $limit_id
);
} }
\ 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