|
|
@@ -167,6 +167,15 @@ namespace MySystem.Areas.Api.Controllers.v1
|
|
|
}
|
|
|
#endregion
|
|
|
|
|
|
+ #region 更新小程序版本
|
|
|
+ [Route("/api/v1/mini/addver")]
|
|
|
+ public string MiniAddVesion(string id)
|
|
|
+ {
|
|
|
+ RedisDbconn.Instance.AddList("MiniSetVersionQueue", id);
|
|
|
+ return "ok";
|
|
|
+ }
|
|
|
+ #endregion
|
|
|
+
|
|
|
|
|
|
// [Route("/api/v1/{c1}/{c2}")]
|
|
|
// public JsonResult ToApServer(string c1, string c2, string value)
|