1.修改获取开场白接口的返回结构
2.添加获取评论接口
This commit is contained in:
@@ -24,13 +24,6 @@ public class AiTemplate {
|
||||
@ApiModelProperty(value="主键")
|
||||
private Integer id;
|
||||
|
||||
/**
|
||||
* 语言
|
||||
*/
|
||||
@TableField(value = "`language`")
|
||||
@ApiModelProperty(value="语言")
|
||||
private String language;
|
||||
|
||||
/**
|
||||
* 具体话术
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user