"feat(socket): 添加跨域请求处理并集成enum依赖,优化TCP连接数据注入"

This commit is contained in:
1
2025-06-22 00:50:40 +00:00
parent ef3ce43a14
commit 8c9fbbb3a8
38 changed files with 728 additions and 409 deletions

View File

@@ -0,0 +1,10 @@
package serialize
type ArraySerialize struct {
OrderId int64 `v:"order-exist"`
ProductName string
Amount int64
// ...
}
var paddedContent byte=0//长度不足时填充的内容, 默认填充0