Skip to content

Commit 334e53d

Browse files
author
wangshuwen
committed
chore:remove iMethod readme
1 parent 81c2eb4 commit 334e53d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public class TestActivity extends Activity {
7979

8080
//此时对应路由scheme://home/getBookName
8181
@XRoute(module = "home")
82-
public class HomeMethod implements IMethod {
82+
public class HomeMethod{
8383
//同步方法
8484
@XMethod(name = "getBookName")
8585
public static Book getBookName(@XParam(name = "book") Book book) {
@@ -94,6 +94,7 @@ public class HomeMethod implements IMethod {
9494
}
9595
}
9696
```
97+
9798
3.调用
9899
```java
99100
//跳转界面

0 commit comments

Comments
 (0)