Commit e2a19f1b by 王洁

接口

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