From 52fe6d04f8dee1bb5009f70260fc2a3bab319f12 Mon Sep 17 00:00:00 2001 From: zhengyongxing Date: Fri, 24 Jul 2020 09:30:07 +0800 Subject: [PATCH] =?UTF-8?q?=E8=81=9A=E5=90=88=E5=85=AC=E5=8F=B8=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E8=AF=A6=E7=BB=86=E7=BD=91=E5=9D=80=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Admin/Controller/CpJuheCompanyController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/Admin/Controller/CpJuheCompanyController.class.php b/Application/Admin/Controller/CpJuheCompanyController.class.php index 1b535a326..4a7e556be 100644 --- a/Application/Admin/Controller/CpJuheCompanyController.class.php +++ b/Application/Admin/Controller/CpJuheCompanyController.class.php @@ -83,7 +83,7 @@ class CpJuheCompanyController extends ThinkController { public function detail() { $_REQUEST['id']?($request['id'] = $_REQUEST['id']):''; - $url = M("kv")->field("value")->where(['key'=>"cp_company_api"])->find(); + $url = M("kv")->field("value")->where(['key'=>"cp_company_detail_api"])->find(); $data = json_decode(curl_post($url['value'],$request),true); $this->assign("data",$data);