mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2026-03-10 00:13:40 +08:00
#1110 微信营销回传数据接口新增leads_type参数
This commit is contained in:
@@ -25,6 +25,7 @@ public class WxMpUserAction implements Serializable {
|
||||
private String url;
|
||||
private Integer actionTime;
|
||||
private String actionType;
|
||||
private String leadsType;
|
||||
private String clickId;
|
||||
private Integer actionParam;
|
||||
|
||||
@@ -44,6 +45,7 @@ public class WxMpUserAction implements Serializable {
|
||||
if (this.actionParam != null) {
|
||||
JsonObject actionParamJson = new JsonObject();
|
||||
actionParamJson.addProperty("value", actionParam);
|
||||
actionParamJson.addProperty("leads_type", leadsType);
|
||||
json.add("action_param", actionParamJson);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user