hrjy 2 years ago
parent
commit
d855be69b4
1 changed files with 2 additions and 2 deletions
  1. 2 2
      crmeb/services/GmService.php

+ 2 - 2
crmeb/services/GmService.php

@@ -41,10 +41,10 @@ class GmService
     public function __construct()
     public function __construct()
     {
     {
         // 初始化加密扩展
         // 初始化加密扩展
-//        echo "--------php_crypto_init 初始化开始--------\n";
+        echo "--------php_crypto_init 初始化开始--------\n";
         $path = "/www/server/php/73/libcryptAPIsm_lnx64.so";
         $path = "/www/server/php/73/libcryptAPIsm_lnx64.so";
         php_crypto_init($path);
         php_crypto_init($path);
-//        echo "--------php_crypto_init 初始化结束-------\n";
+        echo "--------php_crypto_init 初始化结束-------\n";
     }
     }
 
 
     public static function string2hex($string)
     public static function string2hex($string)