add-api-pay_img
This commit is contained in:
@@ -11,9 +11,5 @@ class Welcome extends CI_Controller {
|
||||
}
|
||||
|
||||
public function test(){
|
||||
$this->load->library('receiver/orders_v2_entity');
|
||||
$biz_id = 134;
|
||||
$row = $this->orders_v2_entity->get_biz_mchid($biz_id);
|
||||
print_r($row);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user