Commit a9aeeec1 by liwotian name

brargain interface add staordid

parent bd5f7adb
...@@ -28,7 +28,7 @@ interface BargainInterface ...@@ -28,7 +28,7 @@ interface BargainInterface
* @return mixed * @return mixed
*/ */
public function getgoodsinfo( public function getgoodsinfo(
int $stordId, int $bargain_id int $stordId,int $bargain_id
); );
} }
\ No newline at end of file
...@@ -39,8 +39,8 @@ interface LimitTimeBuyInterface ...@@ -39,8 +39,8 @@ interface LimitTimeBuyInterface
int $selected_num, int $selected_num,
int $order_type, int $order_type,
int $goods_id, int $goods_id,
string $reservation_time = ''); string $reservation_time );
/** /**
* 获取限时购商品的 商品信息 * 获取限时购商品的 商品信息
* @param int $limit_id * @param int $limit_id
......
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