Commit 9c39053e by feixiang

生成签名,openId参数类型修改

parent 3e9ee613
...@@ -16,5 +16,5 @@ use Swoft\Core\ResultInterface; ...@@ -16,5 +16,5 @@ use Swoft\Core\ResultInterface;
*/ */
interface PayInterface interface PayInterface
{ {
public function generateSign(int $storeId, int $orderId, int $openId); public function generateSign(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