格式化代码

This commit is contained in:
Binary Wang 2017-04-18 11:17:57 +08:00
parent 5c78a11319
commit 1efec6bc75

View File

@ -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后发放的参数