| | |
| | | private static final Logger logger = LoggerFactory.getLogger(FuiouPayAdapt.class); |
| | | |
| | | //微信支付 |
| | | public static final String PAY_UNIFIED_ORDER_URL = "https://aipay.fuioupay.com/aggregatePay/wxPreCreate"; |
| | | public static final String PAY_UNIFIED_ORDER_URL = "https://fundwx.fuiou.com/preCreate"; |
| | | |
| | | |
| | | private static final String VERSION = "1.0"; |
| | |
| | | |
| | | String systemName = MappingCache.getValue(WechatConstant.WECHAT_DOMAIN, WechatConstant.PAY_GOOD_NAME); |
| | | String orderPre = CommunitySettingFactory.getValue(smallWeChatDto.getObjId(), "FUIOU_ORDER_PRE"); |
| | | |
| | | JSONObject paramMap = new JSONObject(); |
| | | paramMap.put("version", VERSION); |
| | | paramMap.put("mchnt_cd", smallWeChatDto.getMchId()); // 富友分配给二级商户的商户号 |