edit-qyrobot4

This commit is contained in:
lccsw
2022-08-08 17:43:57 +08:00
parent 2c51430cc9
commit c4c9de3ef8
5 changed files with 6 additions and 12 deletions
-6
View File
@@ -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;
}
}