Commit 76557188 authored by hujun's avatar hujun

//

parent 78d2a3e1
......@@ -55,7 +55,7 @@ class AppointmentTime extends Basic
public function addAppointmentSeeShop()
{
$params = $this->params;
$params = array(
/* $params = array(
"user_id" => 116,
"house_id" => 49,
"house_title" => "楼盘1",
......@@ -63,7 +63,7 @@ class AppointmentTime extends Basic
"phone" => "13817616312",
"expect_time" => time() + 1000,
"other_require" => "没有其他要求"
);
);*/
//todo 验证楼盘信息
if (isset($params["house_id"]) && isset($params["house_title"])) {
......
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