示例#1
0
文件: Location.php 项目: xinghao/shs
 public static function getLocationIdByCountryId($country_id)
 {
     $refloc = new Refloc();
     return $refloc->getLocationIdByCountryId($country_id);
 }