| | |
| | | params.put("bill_desc", productNames); |
| | | params.put("currency", "MYR"); // 默认 MYR |
| | | params.put("vcode", vcode); |
| | | // params.put("returnurl", returnUrl); |
| | | params.put("returnurl", returnUrl); |
| | | |
| | | return new FebsResponse().success().data(params); |
| | | } catch (Exception e) { |
| | |
| | | ValidateEntityUtils.ensureEqual(mallOrderInfo.getAmount().toString(), amount, "订单金额异常"); |
| | | // 更新订单状态 |
| | | if ("00".equals(status)) { |
| | | mallOrderInfo.setPayMethod("FIUU支付"); |
| | | mallOrderInfo.setStatus(OrderStatusEnum.WAIT_SHIPPING.getValue()); |
| | | mallOrderInfo.setPayResult("1"); |
| | | mallOrderInfo.setPayTime(DateUtil.parseDateTime(paydate)); |