post请求参数数量超出php.ini限制校验

feat/task1-c-wallet
devil_gong 2019-01-15 12:53:08 +08:00
parent 74c2e6d5e8
commit 4d01c64fb2
3 changed files with 3 additions and 0 deletions

View File

@ -75,6 +75,7 @@ class Common extends Controller
*/
private function OtherHandle()
{
// 环境检查
$ret = OtherService::EnvironmentCheck();
if($ret['code'] != 0)
{

View File

@ -76,6 +76,7 @@ class Common extends Controller
*/
private function OtherHandle()
{
// 环境检查
$ret = OtherService::EnvironmentCheck();
if($ret['code'] != 0)
{

View File

@ -80,6 +80,7 @@ class Common extends Controller
*/
private function OtherHandle()
{
// 环境检查
$ret = OtherService::EnvironmentCheck();
if($ret['code'] != 0)
{