We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fef9ca commit ef235eaCopy full SHA for ef235ea
docker-compose.yml
@@ -13,7 +13,7 @@ services:
13
image: ppolariss/advanced_web_backend:latest
14
restart: unless-stopped
15
environment:
16
- - DB_URL=user:password@tcp(db-service:3306)/advanced_web?charset=utf8mb4&parseTime=True
+ - DB_URL=user:password@tcp(db-service:3306)/advanced_web?charset=utf8mb4&parseTime=True&loc=Local
17
- MOSS_URL=${MOSS_URL}
18
- MOSS_API_KEY=${MOSS_API_KEY}
19
- TZ=Asia/Shanghai
driving/model/model.go
@@ -28,6 +28,7 @@ type Data struct {
28
//}
29
30
type Chat struct {
31
+ ToID string `json:"to_id"`
32
ID string `json:"id"`
33
RoomID string `json:"roomID"`
34
Type string `json:"type"`
0 commit comments