Update Push.php

This commit is contained in:
Anyon 2020-06-16 17:07:00 +08:00
parent b8a2ded908
commit 0a9c6f0fe7

View File

@ -93,7 +93,7 @@ class Push extends Controller
public function index()
{
try {
if ($this->request->has('json', 'post') && WechatService::instance()->getType() === 'thr') {
if (WechatService::instance()->getType() === 'thr') {
$this->forceJson = true; // 强制回复 JSON 到 SERVICE
$this->forceCustom = false; // 强制使用客服消息模式推送
$this->appid = $this->request->post('appid', '', null);