mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-07-17 01:46:20 +08:00
格式化代码
This commit is contained in:
parent
5c78a11319
commit
1efec6bc75
@ -196,8 +196,7 @@ public class WxPayServiceImpl implements WxPayService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Map<String, String> payInfo = new HashMap<>();
|
Map<String, String> payInfo = new HashMap<>();
|
||||||
if ("NATIVE".equals(request.getTradeType()))
|
if ("NATIVE".equals(request.getTradeType())) {
|
||||||
{
|
|
||||||
payInfo.put("codeUrl", unifiedOrderResult.getCodeURL());
|
payInfo.put("codeUrl", unifiedOrderResult.getCodeURL());
|
||||||
} else if ("APP".equals(request.getTradeType())) {
|
} else if ("APP".equals(request.getTradeType())) {
|
||||||
// APP支付绑定的是微信开放平台上的账号,APPID为开放平台上绑定APP后发放的参数
|
// APP支付绑定的是微信开放平台上的账号,APPID为开放平台上绑定APP后发放的参数
|
||||||
|
Loading…
Reference in New Issue
Block a user