"document/vscode:/vscode.git/clone" did not exist on "207a72d116c7ed35e1429f030f4da10d882369ab"
Commit 6c3a4cb4 authored by xiaoyu's avatar xiaoyu
Browse files

微信v2回调返回参数

parent ccc0c494
......@@ -125,6 +125,7 @@ public class WxpayChannelNoticeService extends AbstractChannelNoticeService {
channelResult.setChannelOrderId(result.getTransactionId()); //渠道订单号
channelResult.setChannelUserId(result.getOpenid()); //支付用户ID
channelResult.setChannelState(ChannelRetMsg.ChannelState.CONFIRM_SUCCESS);
channelResult.setResponseEntity(textResp("SUCCESS"));
}else if (CS.PAY_IF_VERSION.WX_V3.equals(mchAppConfigContext.getWxServiceWrapper().getApiVersion())) { // V3
// 获取回调参数
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment