Commit db37fe39 by 王召彬

Merge branch 'ft-catering' into test

parents 44f3b51a d0ffad98
......@@ -58,12 +58,12 @@ interface EntrustedInterface
*
* @param integer $tid
* @param integer $storeId
* @param string $openId
* @param integer $buyerId
* @param array $tplData
* @param array $pageParams
* @return void
*/
public function sendSubscribeMessage(int $tid, int $storeId, string $openId, array $tplData, array $pageParams=[]);
public function sendSubscribeMessage(int $tid, int $storeId, int $buyerId, array $tplData, array $pageParams=[]);
/**
* 根据店铺id和商户平台id获取对应的支付证书
......
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