<?php
namespace app\index\controller;
use think\Controller;
use util\Wechat;
class Wechatauth extends Controller
{
public function index(){
截图的那段代码
}
}
然后公众号出现不停的接收到模板消息
我试了这样才停下来
if(session('?send')==false){
$status=$weObj->sendTemplateMessage($data);
session('send',1);
}
请问这个是什么情况呢