...
|
...
|
@@ -95,4 +95,20 @@ public class CommonJumpReqVO { |
|
|
public void setUnion_type(String union_type) {
|
|
|
this.union_type = union_type;
|
|
|
}
|
|
|
|
|
|
|
|
|
@Override
|
|
|
public String toString() {
|
|
|
return "CommonJumpReqVO{" +
|
|
|
"client_id='" + client_id + '\'' +
|
|
|
", union_type='" + union_type + '\'' +
|
|
|
", channel_code='" + channel_code + '\'' +
|
|
|
", go_url='" + go_url + '\'' +
|
|
|
", utm_source='" + utm_source + '\'' +
|
|
|
", utm_medium='" + utm_medium + '\'' +
|
|
|
", utm_campaign='" + utm_campaign + '\'' +
|
|
|
", u_id='" + u_id + '\'' +
|
|
|
", union_data='" + union_data + '\'' +
|
|
|
'}';
|
|
|
}
|
|
|
} |
...
|
...
|
|