update md
This commit is contained in:
@@ -13,5 +13,7 @@ weixin4j-base
|
||||
|
||||
`HttpClient的实现`
|
||||
|
||||
`微信支付的实现`
|
||||
|
||||
[更新LOG](./CHANGE.md)
|
||||
---------------------
|
||||
|
||||
@@ -45,7 +45,7 @@ public class Article implements Serializable {
|
||||
|
||||
@JSONCreator
|
||||
public Article(@JSONField(name = "title") String title,
|
||||
@JSONField(name = "description") String desc,
|
||||
@JSONField(name = "desc") String desc,
|
||||
@JSONField(name = "picUrl") String picUrl,
|
||||
@JSONField(name = "url") String url) {
|
||||
this.title = title;
|
||||
|
||||
Reference in New Issue
Block a user