Commit 21097777 by wilse

update

parent cb9fd15a
......@@ -45,9 +45,6 @@ public class WxPayConfig {
@SneakyThrows
public static WxPayService wxPayService(Integer brandId){
//测试
if(brandId == 1){
brandId = 99;
}
if(MapUtils.isNotEmpty(brandMap) && brandMap.containsKey(brandId)) {
MiniappBrandConfig config = brandMap.get(brandId);
com.github.binarywang.wxpay.config.WxPayConfig payConfig = new com.github.binarywang.wxpay.config.WxPayConfig();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment