add-api-pay_img

This commit is contained in:
lccsw
2022-04-01 16:35:14 +08:00
parent 1d814e7125
commit edff44b187
4 changed files with 110 additions and 8 deletions
-4
View File
@@ -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);
}
}