|
@@ -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;
|
|
|
}
|