@@ -211,7 +211,7 @@ public class ChengTaiRequestApiComponents {
*/
private void verificationResponseCode(String responseCode, boolean flag, String responseMsg) {
if (!flag){
- throw new SystemException(responseMsg);
+ throw new SystemException("验签失败");
}
if (!ResponseCode.R_000.getCode().equals(responseCode)) {
throw new SystemException(responseMsg);