示例#1
0
 public function get()
 {
     echo json_encode(["url" => GlobalHelper::getforeCastMap($this->input->post("country"))]);
     exit;
 }