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