Commit 187b67c7 by xmy

支付回调

parent 12210833
...@@ -19,7 +19,7 @@ use Swoft\Core\ResultInterface; ...@@ -19,7 +19,7 @@ use Swoft\Core\ResultInterface;
interface GroupBookingInterface{ interface GroupBookingInterface{
public function paySuccess($orderId); public function paySuccess($orderId,$storeId);
public function hasActivity($storeId,$goodsId); public function hasActivity($storeId,$goodsId);
......
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