[+] 媒体信令

This commit is contained in:
acgist
2023-02-04 23:20:09 +08:00
parent a8aea2548e
commit 790666b221
8 changed files with 233 additions and 27 deletions

View File

@@ -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 状态编码
*