mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 17:43:26 +08:00
制作自定义交易组件用户前端售后,微信内取消售后操作
This commit is contained in:
@@ -1107,7 +1107,12 @@ namespace CoreCms.Net.Configuration
|
||||
/// 审核拒绝
|
||||
/// </summary>
|
||||
[Description("审核拒绝")]
|
||||
Refuse = 3
|
||||
Refuse = 3,
|
||||
/// <summary>
|
||||
/// 用户取消
|
||||
/// </summary>
|
||||
[Description("用户取消")]
|
||||
Cancel = 4
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user