'', 'pagepath' => '']); /** * 发送小程序订阅消息 * @param $openid * @param $template_id * @param $data * @param string $page * @return mixed */ public function sendSubscribeMessage($openid, $template_id, $data, $page = ''); /** * 获取订阅消息模板 * 为空时,从微信服务器获取全部,否则从本地服务器获取 * @param $forUserType * @return mixed */ public function getSubscribeMessageTempList($forUserType); }