mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 03:25:12 +08:00
汇付基础响应
This commit is contained in:
@@ -663,7 +663,7 @@ public class AdapayService {
|
||||
|
||||
if (response != null) {
|
||||
QueryDrawCashResponse queryDrawCashResponse = JSON.parseObject(JSON.toJSONString(response), QueryDrawCashResponse.class);
|
||||
if (queryDrawCashResponse == null || !StringUtils.equals(queryDrawCashResponse.getStatus(), "succeeded")) {
|
||||
if (queryDrawCashResponse == null || queryDrawCashResponse.isNotSuccess()) {
|
||||
return null;
|
||||
}
|
||||
QueryDrawCashResponse.Cash cash = queryDrawCashResponse.getCashList().get(0);
|
||||
|
||||
Reference in New Issue
Block a user