Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
yzuzhanghui opened this issue Mar 19, 2020 · 3 comments
Closed

Comments

@yzuzhanghui
Copy link

付款码支付请求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);
}

@binarywang
Copy link
Member

稍后加上

@binarywang
Copy link
Member

其实这种简单的问题可以直接提交PR了

@binarywang
Copy link
Member

3.7.3.B 版本已修复,欢迎使用新版本

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants