lkl_sdk/model
maguodong 0aa9bc80ec refactor(model):优化分账相关模型结构体字段类型
- 将 ApplyBindReqData 中 Attachments 字段类型改为 []*ApplyBindAttachment- 新增 ApplyBindAttachment 结构体统一附件信息定义
- 将 ApplyLedgerMerReqData 中 Attachments 字段类型改为 []*ApplyBindAttachment- 将 ApplyLedgerReceiver 中 AttachList 字段类型改为 []*ApplyBindAttachment- 将 PreorderResponse 中 ReqData 字段指针化避免拷贝
- 将 ReqData 中 AccRespFields 字段指针化提升性能
- 将 QueryLedgerMerResponse 中 BindRelations 字段类型改为 []*BindRelation
- 调整字段注释格式增强可读性- 统一结构体字段命名风格提高一致性
2025-10-09 17:56:31 +08:00
..
applyBind.go refactor(model):优化分账相关模型结构体字段类型 2025-10-09 17:56:31 +08:00
applyLedgerMer.go refactor(model):优化分账相关模型结构体字段类型 2025-10-09 17:56:31 +08:00
applyLedgerReceiver.go refactor(model):优化分账相关模型结构体字段类型 2025-10-09 17:56:31 +08:00
balanceQuery.go first commit 2025-10-09 15:56:47 +08:00
baseModel.go first commit 2025-10-09 15:56:47 +08:00
mergePreorder.go first commit 2025-10-09 15:56:47 +08:00
orderSplitLedger.go first commit 2025-10-09 15:56:47 +08:00
preorder.go refactor(model):优化分账相关模型结构体字段类型 2025-10-09 17:56:31 +08:00
queryLedgerMer.go refactor(model):优化分账相关模型结构体字段类型 2025-10-09 17:56:31 +08:00
refund.go first commit 2025-10-09 15:56:47 +08:00
separate.go first commit 2025-10-09 15:56:47 +08:00
splitBalanceQuery.go first commit 2025-10-09 15:56:47 +08:00
tradeQuery.go first commit 2025-10-09 15:56:47 +08:00
uploadFile.go first commit 2025-10-09 15:56:47 +08:00
withdraw.go first commit 2025-10-09 15:56:47 +08:00