Changeset 460 for pro-violet-viettel/sourcecode/application/modules/services/controllers/sendmessage.php
- Timestamp:
- Nov 11, 2014 3:24:40 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-violet-viettel/sourcecode/application/modules/services/controllers/sendmessage.php
r457 r460 18 18 public function testmo() { 19 19 $url = 'http://10.58.38.162/violetservice/soanbai/mo'; 20 //$url = 'http://10.58.38.162/services/viettel'; 20 21 //$url = 'http://viettel.violet.vn/violetservice/soanbai/mo'; 21 22 $aryParams = array( … … 42 43 $client->operation = $operation; 43 44 $result = $client->send($this->_xmlHeader.$xml, $operation); 44 45 45 //$result = $client->call('MOReceiver', $aryParams ,$operator ,$operation); 46 46 … … 102 102 public function topup () 103 103 { 104 $url = $this->config->item('topup_service_url');105 104 $operator = 'TopupService'; 106 105 $operation = 'http://tempuri.org/ITopupService/TopUp';
Note: See TracChangeset
for help on using the changeset viewer.