This commit is contained in:
laodaming
2023-08-29 14:35:04 +08:00
parent e7496fcebb
commit f8a89a7bc6
3 changed files with 32 additions and 22 deletions

View File

@@ -20,6 +20,7 @@ type RenderData struct {
Slogan string `json:"slogan"` //slogan(可选)
Address string `json:"address"` //地址(可选)
Phone string `json:"phone"` //电话(可选)
SizeId int64 `json:"size_id"` //尺寸id(可选)
UserId int64 `json:"user_id"` //用户id(websocket连接建立再赋值)
GuestId int64 `json:"guest_id"` //游客id(websocket连接建立再赋值)
Logo string `json:"logo"` //log资源地址(websocket连接建立再赋值)