UpdateCurrencyRate.php
authorEdward <edward@roojs.com>
Mon, 20 Oct 2014 06:43:07 +0000 (14:43 +0800)
committerEdward <edward@roojs.com>
Mon, 20 Oct 2014 06:43:07 +0000 (14:43 +0800)
UpdateCurrencyRate.php

index 749d960..cf63a67 100644 (file)
@@ -44,6 +44,10 @@ class Pman_Core_UpdateCurrencyRate extends Pman
 //            SUBMIT:Get Table
         );
         
+        $response = $this->curl($this->actionUrl, $params, 'POST');
+        
+        print_r($response);exit;
+        
     }
     
     function curl($url, $request = array(), $method = 'GET')