feat(app): update

This commit is contained in:
Yangtao
2025-11-19 14:24:13 +08:00
parent 1eac66d7fd
commit 0c34585649
329 changed files with 10760 additions and 281 deletions

View File

@ -94,9 +94,9 @@ func (client *YiDunClient) OneClickApi(params map[string]string) (mobile string,
//{"code":200,"msg":"ok","data":{"phone":"13079217909","resultCode":"0"}}
var resultDTO struct {
Code int64 `json:"code"`
Msg string `json:"msg"`
Data map[string]interface{} `json:"data"`
Code int64 `json:"code"`
Msg string `json:"msg"`
Data map[string]any `json:"data"`
}
err2 := json.Unmarshal([]byte(result), &resultDTO)