Commit 3c9e87ba by 王召彬

rpc:给托管的小程序发送订阅消息

parent f4f97e57
......@@ -54,6 +54,18 @@ interface EntrustedInterface
public function getNoticeTemplate(int $storeId, int $tid);
/**
* 给托管的小程序发送订阅消息
*
* @param integer $tid
* @param integer $storeId
* @param string $openId
* @param array $tplData
* @param array $pageParams
* @return void
*/
public function sendSubscribeMessage(int $tid, int $storeId, string $openId, array $tplData, array $pageParams=[]);
/**
* 根据店铺id和商户平台id获取对应的支付证书
*
* @param int $storeId
......
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