wangliang 2 лет назад
Родитель
Сommit
d916c2ca42

+ 1 - 1
cas/src/main/java/com/qmth/teachcloud/cas/mq/gdpu/api/GdpuMqController.java

@@ -51,7 +51,7 @@ public class GdpuMqController {
     public JSONObject syncAffairInfo(@ApiParam(value = "appid", required = true) @RequestHeader String appid,
                                      @ApiParam(value = "签名串", required = true) @RequestHeader String secret,
                                      @ApiParam(value = "流程id", required = true) @RequestHeader String orunId) {
-        log.info("appid:{},secret:{},orunId:{}", appid, secret, orunId);
+        log.info("getbacklog appid:{},secret:{},orunId:{}", appid, secret, orunId);
         if (Objects.isNull(appid) || Objects.equals(appid.trim(), "")) {
             throw ExceptionResultEnum.PARAMS_ERROR.exception("appid为空");
         }