|
|
public static function sendTemplate($cid,$openid, $templateId, array $data, $url = null)
|
|
public static function sendTemplate($cid,$openid, $templateId, array $data, $url = null)
|
|
|
$tempid = TemplateInfo::where('cid',$cid)->where('tempkey', $templateId)->value('tempid');
|
|
$tempid = TemplateInfo::where('cid',$cid)->where('tempkey', $templateId)->value('tempid');
|