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