From ce967f0b7a57783930932a421b07c612db6332f8 Mon Sep 17 00:00:00 2001 From: tpingzhang <635929049@qq.com> Date: Fri, 25 Oct 2019 14:58:19 +0800 Subject: [PATCH] test --- Application/Callback/Controller/BaseController.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Application/Callback/Controller/BaseController.class.php b/Application/Callback/Controller/BaseController.class.php index dd8dc5f4..da186ceb 100644 --- a/Application/Callback/Controller/BaseController.class.php +++ b/Application/Callback/Controller/BaseController.class.php @@ -5,7 +5,7 @@ use Think\Controller; use Common\Api\GameApi; use Org\UcenterSDK\Ucservice; use Think\Log; -use Sdk\Controller\BaseController; +use Sdk\Controller\BaseController as sdk; /** * 支付回调控制器 * @author 小纯洁 @@ -13,7 +13,7 @@ use Sdk\Controller\BaseController; class BaseController extends Controller { protected function _initialize(){ C(api('Config/lists')); - C(BaseController::get_tool()); + C(sdk::get_tool()); } /**