wupengfei 3 år sedan
förälder
incheckning
a7bbecf759

+ 1 - 1
application/api/controller/General.php

@@ -34,7 +34,7 @@ class General extends Base
         $phone = input('post.phone');
         if(empty($phone)) $this ->error('参数错误');
         $code = rand(0,9).rand(0,9).rand(0,9).rand(0,9).rand(0,9).rand(0,9);
-        AlibabaCloud::accessKeyClient('LTAI5tKnhba7CnSMAouhSvyJ', 'jpkVeY8aoAGjtJgWqaG61YzvRyg5Ur')
+        AlibabaCloud::accessKeyClient('LTAI5tBXvrwQybX23Uuj3K2G', 'sG2ZZeiB22CTG0I93fdEfNC8WK9nEV')
             ->regionId('cn-hangzhou')->asDefaultClient();
         try {
             $result = AlibabaCloud::rpc()

+ 1 - 1
application/api/controller/Qc.php

@@ -29,7 +29,7 @@ class Qc extends Base {
         $phone = input('post.phone');
         if(empty($phone)) $this ->error('参数错误');
         $code = rand(0,9).rand(0,9).rand(0,9).rand(0,9).rand(0,9).rand(0,9);
-        AlibabaCloud::accessKeyClient('LTAI5tKnhba7CnSMAouhSvyJ', 'jpkVeY8aoAGjtJgWqaG61YzvRyg5Ur')
+        AlibabaCloud::accessKeyClient('LTAI5tBXvrwQybX23Uuj3K2G', 'sG2ZZeiB22CTG0I93fdEfNC8WK9nEV')
             ->regionId('cn-hangzhou')->asDefaultClient();
         try {
             $result = AlibabaCloud::rpc()

+ 1 - 1
application/common.php

@@ -135,7 +135,7 @@ function user_certification($id_card,$name){
     $host = "http://checkone.market.alicloudapi.com";
     $path = "/chinadatapay/1882";
     $method = "POST";
-    $appcode = "30be8bdcc65842919980a8276ffc4995";
+    $appcode = "17fd1c7d9b1a439e8007f3675450c454";
     $headers = array();
     array_push($headers, "Authorization:APPCODE " . $appcode);
     //根据API的要求,定义相对应的Content-Type