chore: update memo create activity (#903)

This commit is contained in:
boojack
2023-01-03 23:49:11 +08:00
committed by GitHub
parent d50ad9433f
commit f16123a624
3 changed files with 32 additions and 4 deletions

View File

@@ -87,6 +87,11 @@ type ActivityUserAuthSignUpPayload struct {
IP string `json:"ip"`
}
type ActivityMemoCreatePayload struct {
Content string `json:"content"`
Visibility string `json:"visibility"`
}
type ActivityShortcutCreatePayload struct {
Title string `json:"title"`
Payload string `json:"payload"`