支付日志记录,输入参数使用原始参数
parent
659931e588
commit
5888a369b1
|
|
@ -42,7 +42,11 @@ class PayRequestLogService
|
|||
$behavior_obj = new \base\Behavior();
|
||||
|
||||
// 输入参数
|
||||
$params = MyInput();
|
||||
$params = input();
|
||||
if(empty($params))
|
||||
{
|
||||
$params = file_get_contents("php://input");
|
||||
}
|
||||
|
||||
// 日志主数据
|
||||
$data = [
|
||||
|
|
|
|||
Loading…
Reference in New Issue