ソースを参照

流程消息改造

wangliang 2 年 前
コミット
e4a0776c50

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

@@ -48,7 +48,7 @@ public class GdpuMqController {
     @RequestMapping(value = SystemConstant.PREFIX_URL_GDPU_GET_BACK_LOG, method = RequestMethod.POST)
     @ApiOperation(value = "获取流程事项信息")
     @ApiResponses({@ApiResponse(code = 200, message = "常规信息", response = ResultUtil.class)})
-    public JSONObject syncAffairInfo(@ApiParam(value = "appid", required = true) @RequestHeader String appid,
+    public JSONObject getbacklog(@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("getbacklog appid:{},secret:{},orunId:{}", appid, secret, orunId);