fix:购物车下单

This commit is contained in:
momo
2023-09-18 15:39:59 +08:00
11 changed files with 187 additions and 45 deletions

View File

@@ -251,7 +251,7 @@ func (d *defaultOrder) Create(ctx context.Context, in *CreateReq) (res *CreateRe
return nil
})
if err != nil {
fmt.Println(err)
}
return &CreateRes{
ErrorCode: errorCode,