|
|
@@ -101,7 +101,7 @@ public class KxsGdServiceImpl implements KxsGdService {
|
|
|
try {
|
|
|
boolean checkSign = GdRsaUtils.checkSign(param, rsaProperties.getGd().getPublicKey());
|
|
|
if(!checkSign) {
|
|
|
-// throw new GlobalCustomerException("广电接收激活数据验证签名失败");
|
|
|
+ throw new GlobalCustomerException("广电接收激活数据验证签名失败");
|
|
|
}
|
|
|
} catch (Exception e) {
|
|
|
throw new GlobalCustomerException("广电接收激活数据验证签名失败");
|