Procházet zdrojové kódy

优化公众号支付

java110 před 5 roky
rodič
revize
f9ae587cdf

+ 1 - 1
service-front/src/main/java/com/java110/front/smo/AppAbstractComponentSMO.java

@@ -129,7 +129,7 @@ public abstract class AppAbstractComponentSMO extends AbstractComponentSMO {
     private Map<String, String> java110UnifieldOrder(RestTemplate outRestTemplate, String feeName, String orderNum,
     private Map<String, String> java110UnifieldOrder(RestTemplate outRestTemplate, String feeName, String orderNum,
                                                      String tradeType, double payAmount, String openid,
                                                      String tradeType, double payAmount, String openid,
                                                      SmallWeChatDto smallWeChatDto) throws Exception {
                                                      SmallWeChatDto smallWeChatDto) throws Exception {
-//封装参数
+
         SortedMap<String, String> paramMap = new TreeMap<String, String>();
         SortedMap<String, String> paramMap = new TreeMap<String, String>();
         paramMap.put("appid", smallWeChatDto.getAppId());
         paramMap.put("appid", smallWeChatDto.getAppId());
         paramMap.put("mch_id", smallWeChatDto.getMchId());
         paramMap.put("mch_id", smallWeChatDto.getMchId());