This commit is contained in:
Mrx
2026-05-28 14:54:29 +08:00
parent e2aab6af71
commit 7506ee718b
4 changed files with 37 additions and 57 deletions

View File

@@ -29,7 +29,7 @@ service main {
type (
getHomeDynamicDataReq {
LastId int64 `json:"lastId,optional"`
LastId int64 `form:"lastId,optional"`
}
InquiryRecordItem {
Id int64 `json:"id"`