Commit 20795690 authored by 黄奎's avatar 黄奎

页面修改

parent 3572dd5f
......@@ -16,9 +16,15 @@ namespace Mall.Common.API
/// 用户ID
/// </summary>
public string uid { get; set; }
/// <summary>
/// 请求消息
/// </summary>
public ApiRequestFromEnum requestFrom { get; set; }
/// <summary>
/// 集团编号
/// </summary>
public int groupId { get; set; }
}
}
......@@ -23,6 +23,12 @@ namespace Mall.Common.Enum
/// erp
/// </summary>
[EnumField("erp")]
ERP = 3,
ERP = 3,
/// <summary>
/// Mall【生成Token使用】
/// </summary>
[EnumField("Mall")]
Mall = 7,
}
}
\ No newline at end of file
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