Commit 44acc7af authored by christ's avatar christ

test

parent fde8a3fb
...@@ -467,10 +467,15 @@ class AddressServiceModel extends \Business\AbstractModel { ...@@ -467,10 +467,15 @@ class AddressServiceModel extends \Business\AbstractModel {
if($fromWx){ if($fromWx){
$citList = $areaDao->getCityListWithoutCounty(); $citList = $areaDao->getCityListWithoutCounty();
}else{ }else{
if($_POST['data']['debug']==1){
echo "开始时间:".microtime()."\r\n";
}
\Our\Log::getInstance()->write(microtime(),'/data/log/applogtest');
$citList = $areaDao->getCityList(); $citList = $areaDao->getCityList();
\Our\Log::getInstance()->write(microtime(),'/data/log/applogtest'); if($_POST['data']['debug']==1){
echo "结束时间:".microtime()."\r\n";
}
} }
if($citList){ if($citList){
return $citList; return $citList;
......
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