Ignore:
Timestamp:
Nov 10, 2014 11:56:43 PM (11 years ago)
Author:
dungnv
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pro-violet-viettel/sourcecode/application/libraries/vservices.php

    r418 r457  
    5656                if ($this->_userId) $aryParams['userid'] = $this->_userId;
    5757                if (count($aryParams) > 0) $this->_curlObj->post($aryParams);
    58                 return $this->_curlObj->execute();
     58               
     59                $result = $this->_curlObj->execute();
     60               
     61                write_file('log.txt', var_export($result, true)."\n".var_export($this->_apiUrl. $module .'/'.$action, true)."\n".var_export($aryParams, true));
     62               
     63                return $result;
    5964        }
    6065
Note: See TracChangeset for help on using the changeset viewer.