path(BASE_ROOT_PATH . '/application/')->initialize(); } public function testCheckOrder() { $resp = http_request('http://host.docker.internal:8080/CheckOrder',['order_sn' => '123456'],'GET'); } }