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