- Timestamp:
- Nov 10, 2014 11:56:43 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-violet-viettel/sourcecode/application/libraries/vservices.php
r418 r457 56 56 if ($this->_userId) $aryParams['userid'] = $this->_userId; 57 57 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; 59 64 } 60 65
Note: See TracChangeset
for help on using the changeset viewer.