mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 18:03:27 +08:00
小程序端onlogin增加redis锁。
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
|
||||
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using CoreCms.Net.Model.Entities;
|
||||
|
||||
namespace CoreCms.Net.Model.FromBody
|
||||
@@ -20,8 +21,9 @@ namespace CoreCms.Net.Model.FromBody
|
||||
public class FMWxPost
|
||||
{
|
||||
/// <summary>
|
||||
/// 页面编码
|
||||
/// 用户前端编码
|
||||
/// </summary>
|
||||
[Required(ErrorMessage = "请提交合法数据")]
|
||||
public string code { get; set; }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user