mirror of
https://github.com/dromara/payment-spring-boot.git
synced 2026-03-16 23:13:41 +08:00
优化返回体
This commit is contained in:
@@ -32,6 +32,9 @@ public class WechatResponseEntity<T> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public boolean successful() {
|
public boolean successful() {
|
||||||
|
if (log.isDebugEnabled()) {
|
||||||
|
log.debug("wechat httpStatus {}", this.httpStatus);
|
||||||
|
}
|
||||||
return this.httpStatus == HttpStatus.OK.value();
|
return this.httpStatus == HttpStatus.OK.value();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user