mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-05-02 11:48:54 +08:00
🎨 #1452 微信支付付款码支付请求类的storeMap方法增加保存分账字段
This commit is contained in:
parent
38959f821a
commit
b9f60cd7c0
@ -274,6 +274,7 @@ public class WxPayMicropayRequest extends BaseWxPayRequest {
|
||||
map.put("time_expire", timeExpire);
|
||||
map.put("auth_code", authCode);
|
||||
map.put("scene_info", sceneInfo);
|
||||
map.put("profit_sharing",profitSharing);
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user