Skip to content

付款码支付没有将分账字段profitSharing加入签名参数 #1452

Closed
@yzuzhanghui

Description

@yzuzhanghui

付款码支付请求WxPayMicropayRequest的storeMap方法没有将分账字段profitSharing包含在内

@XStreamAlias("profit_sharing")
private String profitSharing;

@OverRide
protected void checkConstraints() {
//do nothing
}

@OverRide
protected void storeMap(Map<String, String> map) {
map.put("version", version);
map.put("body", body);
map.put("detail", detail);
map.put("attach", attach);
map.put("out_trade_no", outTradeNo);
map.put("total_fee", totalFee.toString());
map.put("fee_type", feeType);
map.put("spbill_create_ip", spbillCreateIp);
map.put("goods_tag", goodsTag);
map.put("limit_pay", limitPay);
map.put("time_start", timeStart);
map.put("time_expire", timeExpire);
map.put("auth_code", authCode);
map.put("scene_info", sceneInfo);
}

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions