mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2024-12-02 03:48:47 +08:00
支付日志记录,输入参数使用原始参数
This commit is contained in:
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
Block a user