mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-17 05:39:50 +08:00
update
This commit is contained in:
@@ -604,8 +604,7 @@ public class MemberService {
|
|||||||
if (response != null && !response.isEmpty()) {
|
if (response != null && !response.isEmpty()) {
|
||||||
JSONObject jsonObject = JSONObject.parseObject(response.get("expend").toString());
|
JSONObject jsonObject = JSONObject.parseObject(response.get("expend").toString());
|
||||||
JSONObject pay_info = jsonObject.getJSONObject("pay_info");
|
JSONObject pay_info = jsonObject.getJSONObject("pay_info");
|
||||||
Map<String, Object> resultMap = JSONObject.parseObject(pay_info.toJSONString(), new TypeReference<Map<String, Object>>() {});
|
return JSONObject.parseObject(pay_info.toJSONString(), new TypeReference<Map<String, Object>>() {});
|
||||||
return resultMap;
|
|
||||||
}
|
}
|
||||||
} catch (BaseAdaPayException e) {
|
} catch (BaseAdaPayException e) {
|
||||||
log.error("汇付-获取支付对象发生异常", e);
|
log.error("汇付-获取支付对象发生异常", e);
|
||||||
|
|||||||
Reference in New Issue
Block a user