edit-api-biz_company

This commit is contained in:
lccsw
2022-04-01 10:36:21 +08:00
parent b6063f0e3f
commit 3f02f2bf63
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -11,5 +11,9 @@ 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);
}
}