更新代码,适配php7.4

This commit is contained in:
2026-03-17 17:22:00 +08:00
parent 4c3e17d851
commit b3f52b21d1
4 changed files with 11 additions and 13 deletions
-7
View File
@@ -6,13 +6,6 @@ use think\facade\Session;
class Index
{
public function index()
{
$url = "http://www.5cctv.net/wp-content/plugins/erphpdown/payment/vmq/notify.php?payId=190717101020112222981&param=order[7876632]&type=1&price=1&reallyPrice=1&sign=2398a2492db0616381a85c1fedc51a11";
return $this->getCurl($url);
//return 'by:vone';
}
public function getReturn($code = 1, $msg = "成功", $data = null)
{