1
0
mirror of synced 2025-12-18 22:08:01 +08:00

🎨 修复ComplaintDetailResult里的userTagList字段注释

This commit is contained in:
2023-02-02 15:59:52 +00:00
committed by Binary Wang
parent 71334bf630
commit bef154020f

View File

@@ -318,10 +318,9 @@ public class ComplaintDetailResult implements Serializable {
/**
* <pre>
* 字段名:用户投诉次数
* 字段名:用户标签列表
* 是否必填:否
* 描述:用户标签列表
* TRUSTED可信此类用户满足极速退款条件
* 描述: TRUSTED可信此类用户满足极速退款条件
* OTHERS其它此类用户不满足极速退款条件
* 示例值:[TRUSTED]
* </pre>