瀏覽代碼

add name to schema

portersupport 4 年之前
父節點
當前提交
1798c4c291
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      api/types/user.go

+ 1 - 0
api/types/user.go

@@ -66,4 +66,5 @@ type WelcomeWebhookRequest struct {
 	IsCompany bool   `json:"isCompany" schema:"isCompany"`
 	Company   string `json:"company" schema:"company"`
 	Role      string `json:"role" schema:"role"`
+	Name      string `json:"name" schema:"name"`
 }