This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
server
/
wxJava-final
Watch
6
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
🎨
#1452
微信支付付款码支付请求类的storeMap方法增加保存分账字段
dev1
Binary Wang
5 years ago
parent
38959f821a
commit
b9f60cd7c0
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/request/WxPayMicropayRequest.java
+ 1
- 0
weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/request/WxPayMicropayRequest.java
View File
@@ -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);
}
}
Write
Preview
Loading…
Cancel
Save