edit-qyrobot4
This commit is contained in:
@@ -11,11 +11,5 @@ class Welcome extends CI_Controller {
|
||||
}
|
||||
|
||||
public function test(){
|
||||
$oid = $this->input->get('oid');
|
||||
$this->load->library('qyrobot');
|
||||
$params['test'] = 1;
|
||||
$qy = new Qyrobot($params);
|
||||
$res = $qy->deposit_notify_v3($oid);
|
||||
var_dump($res);exit;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user