Changeset 552


Ignore:
Timestamp:
Nov 18, 2014 11:18:04 AM (11 years ago)
Author:
namnd
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pro-violet-viettel/sourcecode/application/modules/ajax/controllers/user.php

    r472 r552  
    3131                $aryParams = array();
    3232                parse_str($user, $aryParams);
    33                 $us = $this->us_model->search_by_id($id);
    34                 return array("userId" => $id, "userLevel" => 1, "userPhone" => $phone, "userMoney" =>$us['acc_balanced'], "appUserName" => $fullname, "appAddress" => $school, "licType" => "SBG", "licCustomer" => $username, "licCreate" => $us['created_time'], "licExpire" => $us['expire_date']);
     33                $us = $this->us_model->search_by_id($aryParams['id']);
     34                return array("userId" => $aryParams['id'], "userLevel" => 1, "userPhone" => $aryParams['phone'], "userMoney" =>$us['acc_balanced'], "appUserName" => $aryParams['fullname'], "appAddress" => $aryParams['school'], "licType" => "SBG", "licCustomer" => $aryParams['username'], "licCreate" => $us['created_time'], "licExpire" => $us['expire_date']);
    3535        }
    3636}
Note: See TracChangeset for help on using the changeset viewer.