聚合公司详情详细网址修改

master
zhengyongxing 5 years ago
parent 4325ed23ee
commit 52fe6d04f8

@ -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);

Loading…
Cancel
Save