优化咨询客服

This commit is contained in:
yml2213
2026-05-29 10:15:21 +08:00
parent 2966b59c90
commit 2346f2e064
16 changed files with 202 additions and 32 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ type Principal struct {
type ConversationDTO struct {
ID uint64 `json:"id"`
OrderID uint64 `json:"order_id"`
OrderID *uint64 `json:"order_id"`
Type string `json:"type"`
Title string `json:"title"`
Status string `json:"status"`