🐛 fix(mall): 修正店铺权限查询接口路径#13
Open
bestK wants to merge 3 commits into
Open
Conversation
-【缺陷修复】将 Permission 请求路径改为 bg.open.accesstoken.info.get -【缺陷修复】同步更新 baseUrl 中的接口路由映射,移除过期 global 路径 -【测试调试】在 client_test 初始化时启用 slog Debug 日志输出 -【开发环境】新增 VS Code 的 Go 构建、调试和测试配置
-【字段】将 ParentShippingTime 从 int64 改为 null.Int -【兼容】适配接口返回空值时的反序列化结果 -【原因】避免父单未发货场景下时间字段为空导致解析异常
-【类型修正】将 EarliestTimeBuyShippingLabel 和 EarliestTimeGetShippingDocument 改为 null.Int -【类型修正】将 OrderShippingTime 从 null.Time 改为 null.Int, 按秒级时间戳解析 -【类型修正】将 OrderCreateTime 从 bool 改为 int64, 将 QualificationUploadEndTime 改为 null.Int -【结构调整】移除 IsShipmentConsolidatedByMainMall 字段 -【目的】对齐接口实际返回结构,避免订单数据解析错误
hiscaler
approved these changes
Apr 21, 2026
hiscaler
reviewed
Apr 21, 2026
Owner
hiscaler
left a comment
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

-【缺陷修复】将 Permission 请求路径改为 bg.open.accesstoken.info.get -【缺陷修复】同步更新 baseUrl 中的接口路由映射,移除过期
global 路径
-【测试调试】在 client_test 初始化时启用 slog Debug 日志输出
-【开发环境】新增 VS Code 的 Go 构建、调试和测试配置