Commit 9b58be03 by 王洁

Merge branch 'frontmoney' into test

parents 80fb9584 e2a19f1b
...@@ -47,7 +47,7 @@ interface FrontMoneyInterface ...@@ -47,7 +47,7 @@ interface FrontMoneyInterface
string $reservation_time); string $reservation_time);
/** /**
* 获取限时购商品的 商品信息 * 获取定金商品的 商品信息
* @param int $front_id * @param int $front_id
* @return { * @return {
* "name" 名称 * "name" 名称
...@@ -59,7 +59,7 @@ interface FrontMoneyInterface ...@@ -59,7 +59,7 @@ interface FrontMoneyInterface
public function getFrontGoods(int $storeId, int $frontId); public function getFrontGoods(int $storeId, int $frontId);
/** /**
* 通过商品id 获取是否 有限时购活动 * 通过商品id 获取是否 有定金活动
* @param int $storeId * @param int $storeId
* @param int $goodsId * @param int $goodsId
* @return bool * @return bool
...@@ -80,7 +80,7 @@ interface FrontMoneyInterface ...@@ -80,7 +80,7 @@ interface FrontMoneyInterface
public function payStatus(string $store_id,int $front_id,int $status, int $orderId); public function payStatus(string $store_id,int $front_id,int $status, int $orderId);
/** /**
* 获取限时购活动总个数 和正在进行的个数 * 获取定金活动总个数 和正在进行的个数
* *
* @return mixed * @return mixed
*/ */
......
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