|
@@ -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)
|