fix:购物车下单

This commit is contained in:
momo
2023-09-20 15:07:12 +08:00
parent 8768588a8f
commit ed5dce9ff0
18 changed files with 572 additions and 51 deletions

View File

@@ -0,0 +1,14 @@
package config
import (
"fusenapi/server/order/internal/types"
"github.com/zeromicro/go-zero/rest"
)
type Config struct {
rest.RestConf
SourceMysql string
Auth types.Auth
SourceRabbitMq string
}