Skip to content

Commit

Permalink
Revert "fix: 统一服务信息,公众号消息模板字段bug (silenceper#547)"
Browse files Browse the repository at this point in the history
This reverts commit 8fe9e6d.
  • Loading branch information
shfc authored Sep 5, 2022
1 parent 88fc646 commit 719c8ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miniprogram/subscribe/subscribe.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ type UniformMessage struct {
URL string `json:"url"`
Miniprogram struct {
Appid string `json:"appid"`
Pagepath string `json:"page"`
Pagepath string `json:"pagepath"`
} `json:"miniprogram"`
Data map[string]*DataItem `json:"data"`
} `json:"mp_template_msg"`
Expand Down

0 comments on commit 719c8ee

Please sign in to comment.