123
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package com.ruoyi.yunxin.req;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class SetSpecialRelationReq {
|
||||
private String accid;
|
||||
private String targetAcc;
|
||||
private Integer relationType = 1;
|
||||
// 0 取消拉黑或静音;1 加入黑名单或静音
|
||||
private Integer value;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user