示例#1
0
 public static function getSMSList($handled, $first_id, $timestamp_last_update)
 {
     $sms = new SMS(array());
     $limit_paging = 20;
     $messages = $sms->getList($handled, $first_id, $timestamp_last_update, $limit_paging);
     return $messages;
 }