|
@@ -682,8 +682,10 @@ public class WeixinServiceImpl implements WeixinService {
|
|
|
|
|
|
/**
|
|
|
* 获取支付配置
|
|
|
+ *
|
|
|
* @param storeId
|
|
|
* @param platform
|
|
|
+ * @return
|
|
|
* */
|
|
|
private WxPayApiConfig getApiConfig(Integer storeId, String platform) throws BusinessCheckException {
|
|
|
WxPayApiConfig apiConfig;
|
|
@@ -720,6 +722,7 @@ public class WeixinServiceImpl implements WeixinService {
|
|
|
}
|
|
|
}
|
|
|
WxPayApiConfigKit.setThreadLocalWxPayApiConfig(apiConfig);
|
|
|
+ logger.info("微信支付参数:{}", JsonUtil.toJSONString(apiConfig));
|
|
|
return apiConfig;
|
|
|
}
|
|
|
}
|