Skip to content

Commit d6ce8dd

Browse files
author
user
committed
Edit README
1 parent a8e7be3 commit d6ce8dd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ CRRouteNode *routeNode = [CRRouteNode routeNodeWithURLScheme:@"cr" URLHost:@"goo
5151
[temp addEntriesFromDictionary:originParams];
5252
return temp;
5353
}];
54-
55-
5654
```
5755

5856
So,对于我们内部仍然可以通过`cr://goods/goodsDetail?goodsId=12389`来调用,而第三方通过`cr://goods/goodsDetail?p1=12389`也可以调用到相应的模块

0 commit comments

Comments
 (0)