elf 2 weeks ago
parent 9e92af3343
commit fd072566a6

@ -3,6 +3,7 @@
namespace Callback\Controller; namespace Callback\Controller;
use Base\Service\PayService; use Base\Service\PayService;
use Base\Tool\Log as ToolLog;
use Org\UcenterSDK\Ucservice; use Org\UcenterSDK\Ucservice;
use Org\SwiftpassSDK\Swiftpass; use Org\SwiftpassSDK\Swiftpass;
use Think\Log; use Think\Log;
@ -973,7 +974,7 @@ class NotifyController extends BaseController
public function outer_callback() { public function outer_callback() {
$params = file_get_contents('php://input'); $params = file_get_contents('php://input');
OuterApi::log('NOTIFY_INPUT:' . $params); ToolLog::write('params:' . $params, Log::INFO, 'outer_callback');
$data = json_decode($params, true); $data = json_decode($params, true);

Loading…
Cancel
Save