示例#1
0
 public function getRank($programId)
 {
     $point = new Point();
     $points = $point->getProgramRank($programId);
     return $points;
 }