Commit 1a79c2a9 by liwotian name

add limit getLimitgoods

parent 66779c5a
......@@ -40,4 +40,15 @@ interface LimitTimeBuyInterface
int $order_type,
int $goods_id,
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