lgy 2 weeks ago
parent
commit
961f0e74bb
1 changed files with 2 additions and 1 deletions
  1. 2 1
      jcjyhr/app/common/controller/ApiController.php

+ 2 - 1
jcjyhr/app/common/controller/ApiController.php

@@ -75,7 +75,8 @@ class ApiController extends Api
 
     public function makeEncryptData($data)
     {
-        $key = Config::get('gm.key');
+//        $key = Config::get('gm.key');
+        $key = 'zLxapoeqWYpoeqWY';
         $info = Gm::encrypt($key,(base64_encode(json_encode($data))));
         return $info;
     }