debug
parent
ee52db61b6
commit
6569b2b36d
|
|
@ -36,7 +36,7 @@ class AlipayLifeController extends CommonController
|
|||
{
|
||||
file_put_contents('./gggggg.txt', json_encode($_GET));
|
||||
file_put_contents('./pppppp.txt', json_encode($_POST));
|
||||
file_put_contents('./ffffff.txt', file_get_contents("php://input"));
|
||||
file_put_contents('./ffffff.txt', urldecode(file_get_contents("php://input")));
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ class AlipayLifeService
|
|||
{
|
||||
return M('AlipayLife')->where(['appid'=>$params['appid']])->find();
|
||||
}
|
||||
return '';
|
||||
return null;
|
||||
}
|
||||
}
|
||||
?>
|
||||
Loading…
Reference in New Issue