java110
2020-08-08 a03ffe74c02c9fd14e5805743e2c94c6e398f976
service-front/src/main/java/com/java110/front/smo/AppAbstractComponentSMO.java
@@ -129,7 +129,7 @@
    private Map<String, String> java110UnifieldOrder(RestTemplate outRestTemplate, String feeName, String orderNum,
                                                     String tradeType, double payAmount, String openid,
                                                     SmallWeChatDto smallWeChatDto) throws Exception {
//封装参数
        SortedMap<String, String> paramMap = new TreeMap<String, String>();
        paramMap.put("appid", smallWeChatDto.getAppId());
        paramMap.put("mch_id", smallWeChatDto.getMchId());