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