Exemplo n.º 1
0
 function act_getAllAccountList()
 {
     $accountList = omAccountModel::accountListAcc();
     if (!$accountList) {
         self::$errCode = 101;
         self::$errMsg = "没取到账号列表!";
         return;
     }
     return $accountList;
 }