Commit b821c51c by feixiang

生成卖家签名

parent f6a79859
...@@ -11,10 +11,14 @@ use Swoft\Core\ResultInterface; ...@@ -11,10 +11,14 @@ use Swoft\Core\ResultInterface;
/** /**
* @method ResultInterface deferCreateOrder(int $storeId, int $orderId, int $openId) * @method ResultInterface deferCreateOrder(int $storeId, int $orderId, int $openId)
* @method ResultInterface deferGenerateSellerSign(int $storeId, int $orderId, string $openId)
*
* Interface PayInterface * Interface PayInterface
* @package Hdll\Services\Pay\Lib * @package Hdll\Services\Pay\Lib
*/ */
interface PayInterface interface PayInterface
{ {
public function generateSign(int $storeId, int $orderId, string $openId); public function generateSign(int $storeId, int $orderId, string $openId);
public function generateSellerSign(int $storeId, int $orderId, string $openId);
} }
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