Esempio n. 1
0
 /**
  * 获取投资轮次
  */
 public function round()
 {
     $round = InvestRoundConfig::get()->toArray();
     return return_rest('1', compact('round'), '投资轮次列表');
 }