Commit 5d7bbe40 authored by esf's avatar esf

测试

parent 05267b6d
......@@ -181,6 +181,9 @@ class realHouse extends MY_Controller {
$this->load->model('zsb_api_model');
$info = $this->zsb_api_model->getRequrstData('realInfo');
if($_COOKIE['ZKG']){
var_dump($info);die;
}
$data = $info['data'];
$unReportResult = $data['unReportResult'];
$remitCount = $data['remitCount'];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment