Skip to content

Commit 4ce7c8d

Browse files
author
Matrix-X
committed
fix(json支持): 修复安全模式下json消息不支持的问题
1 parent 94b4443 commit 4ce7c8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/officialAccount/menu/response/responseMenuCurrentSelf.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ type SelfButton struct {
3232
Name string `json:"name"`
3333
Key string `json:"key"`
3434
Value string `json:"value,omitempty"`
35-
URL string `json:"url,omitempty"`
35+
URL string `json:"url,omitempty"`
3636
SubButtons *SubButton `json:"sub_button"`
3737
}
3838

0 commit comments

Comments
 (0)