新增APP查询页

This commit is contained in:
2025-03-14 02:56:27 +08:00
parent ece4b5d1b1
commit 0e6cb95499
11 changed files with 209 additions and 33 deletions

View File

@@ -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"`
}