Commit 34d235a5 by 王召彬

添加返回小微商户信息的rpc接口

parent 41df3452
# 2.0.33
- 添加返回小微商户信息的rpc接口
# 2.0.32
- 支付来源添加枚举
......
......@@ -19,6 +19,7 @@ use Swoft\Core\ResultInterface;
* @method ResultInterface deferGetEntrustedDataByMchid(int $mchid, array $fields = [])
* @method ResultInterface deferGetEntAccessToken($storeId)
* @method ResultInterface deferGetWxpayCerts(int $storeId, $mchid)
* @method ResultInterface deferGetMicroMchData(int $storeId)
*/
interface EntrustedInterface
{
......@@ -62,4 +63,12 @@ interface EntrustedInterface
*/
public function getEntrustedDataByMchid(int $mchid, array $fields = []);
/**
* 根据店铺id获取小微商户信息
*
* @param int $storeId
* @return bool
*/
public function getMicroMchData(int $storeId);
}
\ 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