Skip to content

Commit

Permalink
fix(json支持): 修复安全模式下json消息不支持的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Matrix-X committed Sep 7, 2024
1 parent 94b4443 commit 4ce7c8d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ type SelfButton struct {
Name string `json:"name"`
Key string `json:"key"`
Value string `json:"value,omitempty"`
URL string `json:"url,omitempty"`
URL string `json:"url,omitempty"`
SubButtons *SubButton `json:"sub_button"`
}

Expand Down

0 comments on commit 4ce7c8d

Please sign in to comment.