Skip to content

Commit 919e980

Browse files
authored
Merge pull request #13 from xuwening/master
版本接口增加平台判断标识
2 parents a7f7459 + 2e6a248 commit 919e980

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ NSURL *jsCodeLocation = [LDRNDiffUpdate jsBundleUrl:@"LDBusinessEntry"];
6060
appKey: "", //app唯一标识
6161
appVersion: "", //app当前版本
6262
rnVersion: "", //react native集成版本
63+
platform: "", //平台ios android
6364
resBody: {
6465
"LDBizName1": "1.2", //业务名称: 版本号
6566
"LDBizName2": "1.1",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-diff-update",
3-
"version": "1.0.1",
3+
"version": "1.0.3",
44
"description": "React native增量更新,支持多入口多业务。",
55
"main": "js/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)