Commit bf773fe5 by 王召彬

getNoticeTemplate

parent 0f6fe839
...@@ -46,6 +46,14 @@ interface EntrustedInterface ...@@ -46,6 +46,14 @@ interface EntrustedInterface
public function getEntAccessToken($storeId); public function getEntAccessToken($storeId);
/** /**
* 获取托管小程序的订阅消息模板
* @param int $storeId
* @param int $tid 模板编号,产品原型图上会给出
* @return array
*/
public function getNoticeTemplate(int $storeId, int $tid);
/**
* 根据店铺id和商户平台id获取对应的支付证书 * 根据店铺id和商户平台id获取对应的支付证书
* *
* @param int $storeId * @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