Commit 75ad0a26 by feixiang

seller顶单增加defer方法

parent 2442a8d7
...@@ -7,6 +7,15 @@ ...@@ -7,6 +7,15 @@
*/ */
namespace Hdll\Services\Order\Lib; namespace Hdll\Services\Order\Lib;
use Swoft\Core\ResultInterface;
/**
* @method ResultInterface deferSellerCreateOrder(int $sellerId,int $storeId,int $itemId,int $selectedNum,int $orderType,float $total,float $goodsPrice,string $goodsName)
* @method ResultInterface deferGetOrderInfoBySn(int $storeId, string $orderSn)
* @method ResultInterface deferUpdateInfoById(int $storeId,int $orderId, array $updateInfo)
* Interface SellerOrderInterface
* @package Hdll\Services\Order\Lib
*/
interface SellerOrderInterface interface SellerOrderInterface
{ {
public function sellerCreateOrder( public function sellerCreateOrder(
......
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