@@ -228,6 +228,8 @@ class GmService
//SM2Encrypt
public static function SM2Encrypt($data, $pubkey)
{
+ dump(1112131);
+ exit;
//sm2加密
php_SM2Encrypt($data, $cipher, $pubkey);
//php_SM2Encrypt接口返回的密文值是c1c3c2格式,以下示例转DER编码