[+] 媒体信令
This commit is contained in:
@@ -49,6 +49,15 @@ public class Message implements Cloneable, Serializable {
|
||||
@Schema(title = "请求响应主体", description = "请求响应主体")
|
||||
private Object body;
|
||||
|
||||
/**
|
||||
* 覆盖
|
||||
*
|
||||
* @param code 状态编码
|
||||
*/
|
||||
public void setCode(String code) {
|
||||
this.code = code;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param code 状态编码
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user