/// <summary> /// 设置接口 /// </summary> /// <param name="m">接口模型</param> public void Set(ApiConfig m) { m.Change(); RegexDict.AddOrSet(m.Path, m); }