兼容修改
This commit is contained in:
parent
b81560b0a7
commit
edb0ab5a7c
|
|
@ -199,7 +199,9 @@ class WuyouController extends BaseController
|
|||
public function notify()
|
||||
{
|
||||
try {
|
||||
$params = $this->request->post();
|
||||
|
||||
$json = file_get_contents('php://input');
|
||||
$params = json_decode($json, true);
|
||||
Log::info("无忧支付回调,入参: " . json_encode($params));
|
||||
$signData = [
|
||||
'callbacks' => $params['callbacks'],
|
||||
|
|
|
|||
Loading…
Reference in New Issue