|
@@ -79,9 +79,7 @@ type CommonPhrasesQueryReq {
|
|
|
AppId string `header:"appId"`
|
|
|
}
|
|
|
type KeywordListReq {
|
|
|
- // Query string `json:"query"`
|
|
|
- // EntId int64 `header:"entId"` //企业id
|
|
|
- AppId string `header:"appId"`
|
|
|
+ AppId string `header:"appId,optional"`
|
|
|
}
|
|
|
service knowledge-api {
|
|
|
@handler knowledgeAdd
|