作者 郭文星

123

@@ -145,10 +145,7 @@ class Index extends Api @@ -145,10 +145,7 @@ class Index extends Api
145 'touser' => $openid, // 145 'touser' => $openid, //
146 'template_id' => 'zQaLnhEOQxdGOKJlDUAfEoNY4NTmNWy9a9vYzkZjGn8', //模板消息id 必须修改 146 'template_id' => 'zQaLnhEOQxdGOKJlDUAfEoNY4NTmNWy9a9vYzkZjGn8', //模板消息id 必须修改
147 'url' => $tourl, //点击链接 147 'url' => $tourl, //点击链接
148 - "miniprogram" => [  
149 - "appid" => $ywt_appid,  
150 - "pagepath" => $pagepath  
151 - ], 148 + "miniprogram" => [],
152 'topcolor' => "#173177", 149 'topcolor' => "#173177",
153 'data' => $info 150 'data' => $info
154 ); 151 );