refactor: 修改SecId字段名,添加上传工具进度展示和映射更改

This commit is contained in:
2025-09-02 17:01:38 +08:00
parent 5ee4291356
commit 315d43a16e
5 changed files with 37 additions and 93 deletions

View File

@@ -4,7 +4,7 @@ type Data struct {
Token string `form:"token" json:"token"`
Uid string `form:"uid" json:"uid"`
Pid string `form:"pid" json:"pid"`
SecId string `form:"secid" json:"secId"`
SecId string `form:"secid" json:"secid"`
Dyid string `form:"dyid" json:"dyid"`
Key string `form:"key" json:"key"`
CommentId string `form:"comment_id" json:"comment_id"`