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