Skip to content

Commit 00ad172

Browse files
author
ablecao
committed
add ActionType.java
1 parent b0e79a7 commit 00ad172

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/tencent/xinge/bean/ClickAction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public class ClickAction {
1414

1515
@JsonProperty(value = "action_type", required = true, defaultValue = "1")
1616
@ApiModelProperty(notes = "动作类型,1,打开activity或app本身;2,打开浏览器;3,打开Intent")
17-
private int action_type = ActionType.OPEN_ACTIVITY_OR_APP.getType();
17+
private int action_type = ActionType.OPEN_ACTIVITY_BY_CLASS_NAME.getType();
1818

1919
@JsonProperty(value = "activity", required = true, defaultValue = "")
2020
@ApiModelProperty(notes = "MyActivityClassName")

0 commit comments

Comments
 (0)