refactor: 修改SecId字段名,添加上传工具进度展示和映射更改
This commit is contained in:
@@ -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"`
|
||||
|
Reference in New Issue
Block a user