Commit 3fa860bd authored by zw's avatar zw

验证autoken

parent 58df8fa2
......@@ -294,6 +294,14 @@ class Shop extends Basic
return $this->response("200", 'request success', $result);
}
/**
* 返回楼盘id
* @param $landlord_phone
* @return string
* @throws \think\db\exception\DataNotFoundException
* @throws \think\db\exception\ModelNotFoundException
* @throws \think\exception\DbException
*/
private function returnHouseId($landlord_phone)
{
$houseExtModel = new GHousesExt();
......@@ -308,6 +316,16 @@ class Shop extends Basic
return $ids;
}
/**
* 返回盘方楼盘id
* @param $p_district_name
* @param $p_store_name
* @param $p_agent_name
* @return false|null|\PDOStatement|string|\think\Collection
* @throws \think\db\exception\DataNotFoundException
* @throws \think\db\exception\ModelNotFoundException
* @throws \think\exception\DbException
*/
private function returnHouseIdByPanParty($p_district_name, $p_store_name, $p_agent_name)
{
$agentModel = new AAgents();
......
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