update serializing

This commit is contained in:
matst80
2024-11-08 14:11:26 +01:00
parent 4cc41bcec6
commit a2fd5ad62f
5 changed files with 123 additions and 297 deletions

View File

@@ -58,7 +58,7 @@ func (a *App) HandleAddSku(w http.ResponseWriter, r *http.Request) {
return
}
message := &Message{
Type: 1,
Type: AddRequestType,
Content: &messages.AddRequest{Sku: sku},
}
var reply CartGrain