wangliang há 3 anos atrás
pai
commit
df72cdcf2a

+ 1 - 1
distributed-print/src/main/java/com/qmth/distributed/print/api/NotifyApiController.java

@@ -80,7 +80,7 @@ public class NotifyApiController {
             log.info("localSign:{}", localSign);
 
             if (!Objects.equals(localSign, sign)) {
-                throw ExceptionResultEnum.ERROR.exception("签名不匹配");
+                throw ExceptionResultEnum.ERROR.exception("回调签名不匹配");
             }
 
             CalculateNotifyResult calculateNotifyResult = JSONObject.toJavaObject(JSONObject.parseObject(decodeJson), CalculateNotifyResult.class);