We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0e79a7 commit 00ad172Copy full SHA for 00ad172
src/main/java/com/tencent/xinge/bean/ClickAction.java
@@ -14,7 +14,7 @@ public class ClickAction {
14
15
@JsonProperty(value = "action_type", required = true, defaultValue = "1")
16
@ApiModelProperty(notes = "动作类型,1,打开activity或app本身;2,打开浏览器;3,打开Intent")
17
- private int action_type = ActionType.OPEN_ACTIVITY_OR_APP.getType();
+ private int action_type = ActionType.OPEN_ACTIVITY_BY_CLASS_NAME.getType();
18
19
@JsonProperty(value = "activity", required = true, defaultValue = "")
20
@ApiModelProperty(notes = "MyActivityClassName")
0 commit comments