Commit 8ce2e16a by feixiang

Merge remote-tracking branch 'origin/master'

parents f4c7f688 e22c25f5
......@@ -23,4 +23,14 @@ interface GroupBookingInterface{
public function hasActivity($storeId,$goodsId);
/**
* 关闭拼团
* @param $storeId
* @param $buyerId
* @param $orderId
* @return mixed
* @author Administrator
*/
public function closeRecord($storeId, $buyerId, $orderId);
}
\ 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