Commit 8b452805 by wilse

fix

parent 48b9cf4d
......@@ -46,7 +46,7 @@ public class WxPayConfig {
public static WxPayService wxPayService(Integer brandId){
//测试
if(brandId == 1){
brandId = 99;
brandId = 99;
}
if(MapUtils.isNotEmpty(brandMap) && brandMap.containsKey(brandId)) {
MiniappBrandConfig config = brandMap.get(brandId);
......
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