hu hao há 4 anos atrás
pai
commit
8362caa6ea
1 ficheiros alterados com 5 adições e 5 exclusões
  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()
     {
-//       $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);
     }
 }