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