@@ -227,6 +227,9 @@ class GmService
//SM2Encrypt
public static function SM2Encrypt($data, $pubkey)
{
+ dump($data);
+ dump($pubkey);
+ exit;
//sm2加密
$recode = php_SM2Encrypt($data, $cipher, $pubkey);