|
@@ -75,9 +75,6 @@ class GmService
|
|
|
|
|
|
// echo self::string2hex(base64_decode(self::PUBLIC_KEY));
|
|
|
|
|
|
- dump(function_exists('php_HextoAsc'));
|
|
|
- exit;
|
|
|
-
|
|
|
//初始化转换密钥信息
|
|
|
php_HextoAsc(self::string2hex(base64_decode(self::PRIVATE_KEY)), $k1);
|
|
|
php_HextoAsc(self::string2hex(base64_decode(self::PUBLIC_KEY)), $k2);
|