hu hao 4 år sedan
förälder
incheckning
8362caa6ea
1 ändrade filer med 5 tillägg och 5 borttagningar
  1. 5 5
      tests/Services/LogisticAliJiSuApiService/QueryTest.php

+ 5 - 5
tests/Services/LogisticAliJiSuApiService/QueryTest.php

@@ -28,11 +28,11 @@ class QueryTest extends TestCase
      */
      */
     public function prod_test()
     public function prod_test()
     {
     {
-//       $response = $this->service->query('4280174475389');
-//       if ($response->status==0){
-//           $this->assertNotEmpty($response->result);
-//           $this->assertEquals($response->result->number,'4280174475389');
-//       }
+       $response = $this->service->query('4280174475389');
+       if ($response->status==0){
+           $this->assertNotEmpty($response->result);
+           $this->assertEquals($response->result->number,'4280174475389');
+       }
         $this->assertTrue(true);
         $this->assertTrue(true);
     }
     }
 }
 }