| | |
| | | }catch (WxErrorException wxErrorException){ |
| | | |
| | | } |
| | | |
| | | } |
| | | |
| | | |
| | |
| | | }; |
| | | try { |
| | | TransferToUserResponse response = client.testRun(request); |
| | | |
| | | // TODO: 请求成功,继续业务逻辑 |
| | | System.out.println(JSONObject.toJSONString(response)); |
| | | } catch (WXPayUtility.ApiException e) { |
| | |
| | | } |
| | | }*/ |
| | | String logInfo = ordersLog.getInfo() |
| | | .replace("{param}",orderTypeInfo); |
| | | .replace("{param}",orderTypeInfo) |
| | | .replace("{userName}", org.apache.commons.lang3.StringUtils.isNotBlank(member.getName())?member.getName():"-"); |
| | | this.saveOrderLog(orders,ordersLog, |
| | | logInfo,orders.getReleaseMemberId(),null); |
| | | return orderReleaseVO; |