Merge branch 'refs/heads/feature/REQ-2924' into release-20241028
This commit is contained in:
commit
902a8609b7
@ -244,8 +244,8 @@ public class ComplexInvokeClient implements Client {
|
||||
// at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
|
||||
// at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
|
||||
// 只设置为字符串会报错,恢复为设置成CommonResponse
|
||||
final ByteArrayInputStream inputStream = new ByteArrayInputStream(JSON.toJSONString(CommonResponse.success(HttpStatus.OK.value(), "Send MQ Success", null))
|
||||
.getBytes(UTF_8));
|
||||
final ByteArrayInputStream inputStream = new ByteArrayInputStream(JSON.toJSONString(CommonResponse.success(HttpStatus.OK.value(), null, null))
|
||||
.getBytes(UTF_8));
|
||||
|
||||
@Override
|
||||
public Integer length() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user