示例#1
0
 public function actionMarkers($district_id)
 {
     print json_encode(Sale::gpsMarkers($district_id));
 }