chore(api): 移除 jsontag 依赖
This commit is contained in:
parent
d4ecf29f09
commit
ba83c16fa9
@ -1,5 +1,10 @@
|
||||
# CHANGELOG
|
||||
|
||||
## v1.0.2 (2026-05-09)
|
||||
|
||||
### Changed
|
||||
* **移除第三方依赖**: 移除了对 `jsontag` 模块的依赖,统一使用标准库及自有基础设施对齐,增强了模块的独立性与长期稳定性。
|
||||
|
||||
## v1.0.1 (2026-05-08)
|
||||
|
||||
### Refactoring & Testing
|
||||
|
||||
@ -40,8 +40,8 @@ type HttpRequest struct {
|
||||
|
||||
// Result 定义 API 调用的标准返回结果
|
||||
type Result struct {
|
||||
StatusCode int `json:"statusCode"`
|
||||
Status string `json:"status"`
|
||||
Headers map[string]string `json:"headers"`
|
||||
Data any `json:"data"`
|
||||
StatusCode int
|
||||
Status string
|
||||
Headers map[string]string
|
||||
Data any
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user