|
@@ -29,6 +29,10 @@ class TestIndex extends TestCase
|
|
|
{
|
|
|
$resp = http_request('http://host.docker.internal:8080/CheckOrder',['order_sn' => '123456'],'GET');
|
|
|
}
|
|
|
+ public function testHttps()
|
|
|
+ {
|
|
|
+ $resp = http_request('https://www.baidu.com',['order_sn' => '123456'],'GET');
|
|
|
+ }
|
|
|
|
|
|
public function testOpenBox()
|
|
|
{
|