fix version 1

This commit is contained in:
2026-09-22 21:15:34 +08:00
parent 9f86366638
commit d63d7e8b3a
277 changed files with 9959 additions and 1514 deletions

View File

@@ -4,6 +4,7 @@ import (
pb "bsm/full/module/ec/market/pb"
"context"
"git.apinb.com/bsm-sdk/core/errcode"
"git.apinb.com/bsm-sdk/core/service"
)
@@ -15,9 +16,6 @@ func Overview(ctx context.Context, in *pb.Empty) (reply *pb.OverviewReply, err e
return nil, err
}
// TODO: valid code
// TODO: add your logic code & delete this line.
return
// 尚未实现,显式返回未实现错误,避免调用方误判为“成功但无数据”
return nil, errcode.ErrUnimplemented
}