mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2026-03-10 00:13:40 +08:00
🎨 重构优化部分代码
This commit is contained in:
@@ -38,7 +38,7 @@ public class WxMaSubscribeMessageGsonAdapter implements JsonSerializer<WxMaSubsc
|
||||
return messageJson;
|
||||
}
|
||||
|
||||
for (WxMaSubscribeMessage.Data datum : message.getData()) {
|
||||
for (WxMaSubscribeMessage.MsgData datum : message.getData()) {
|
||||
JsonObject dataJson = new JsonObject();
|
||||
dataJson.addProperty("value", datum.getValue());
|
||||
data.add(datum.getName(), dataJson);
|
||||
|
||||
Reference in New Issue
Block a user