This commit is contained in:
laodaming
2023-06-08 19:33:30 +08:00
parent f3e9916b37
commit 78e5b2cc59
3 changed files with 3 additions and 3 deletions

View File

@@ -42,5 +42,5 @@ type UploadQrcodeReq {
}
type UploadQrcodeRsp {
Link string `json:"link"`
D string `json:"d"`
Data string `json:"d"`
}