|
|
|
@@ -21,7 +21,7 @@ import static me.chanjar.weixin.common.api.WxConsts.*; |
|
|
|
@Service |
|
|
|
public class WxMpManager { |
|
|
|
|
|
|
|
private Map<String, WxMpMessageRouter> myRouterMap = new ConcurrentHashMap<String, WxMpMessageRouter>(); |
|
|
|
private static Map<String, WxMpMessageRouter> myRouterMap = new ConcurrentHashMap<String, WxMpMessageRouter>(); |
|
|
|
|
|
|
|
|
|
|
|
@Autowired |
|
|
|
|