新增APP查询页
This commit is contained in:
@@ -21,6 +21,7 @@ type (
|
||||
Product string `path:"product"`
|
||||
Data string `json:"data" validate:"required"`
|
||||
AgentIdentifier string `json:"agent_identifier,optional"`
|
||||
App bool `json:"app,optional"`
|
||||
}
|
||||
QueryServiceResp {
|
||||
id string `json:"id"`
|
||||
@@ -121,6 +122,6 @@ type QuerySingleTestReq {
|
||||
|
||||
type QuerySingleTestResp {
|
||||
Data interface{} `json:"data"`
|
||||
Api string `json:"api"`
|
||||
Api string `json:"api"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user