refactor: rename ios_driver to ios_wda_driver

This commit is contained in:
lilong.129
2024-12-08 11:45:25 +08:00
parent 3cc4c47dfa
commit 9830bf4c07
4 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ type DriverResult struct {
Success bool `json:"success"`
ResponseStatus int `json:"response_status"`
ResponseDuration int64 `json:"response_duration(ms)"` // ms
ResponseBody string `json:"response_body"`
ResponseBody string `json:"response_body,omitempty"`
Error string `json:"error,omitempty"`
}