Browse Source

test Kdniao

lionared 6 years ago
parent
commit
353c5ec6b8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/TestKdniao.php

+ 1 - 1
test/TestKdniao.php

@@ -53,7 +53,7 @@ class kdn_helper
             'DataType' => '2',
             'DataSign' => self::encrypt($requestData, self::AppKey)
         );
-        $result = http_post_data(self::TRACEAPI, $datas);
+        $result = http_post_data(self::ReqURL, $datas);
         return $result;
     }