Authored by 戴强

Merge branch 'patch-8' into 'master'

Update rn_v2.md



See merge request !10
... ... @@ -54,6 +54,18 @@ os=0&uid=5605595&app_ver=4.8.1&uid=966662&udid=528ecdf34da9585784be579163a19fec4
| mid.pp |开启品牌RN模块, 默认关 | string, 0 是关闭, 1是打开 | 'pp':'0' |
| mid.gz |开启关注RN模块, 默认关 | string, 0 是关闭, 1是打开 | 'gz':'0' |
| mid.hrdp |开启红人店铺开关的RN模块, 默认开 | string, 0 是关闭, 1是打开 | 'hrdp':'1' |
| mid.mxyc |开启明星原创开关的RN模块, 默认开 | string, 0 是关闭, 1是打开 | 'mxyc':'1' |
| mid.mine |开启个人中心的RN模块, 默认关 | string, 0 是关闭, 1是打开 | 'mine':'0' |
| mid.home |开启首页的RN模块, 默认关 | string, 0 是关闭, 1是打开 | 'home':'0' |
| mid.guanglist |开启逛列表的RN模块, 默认开 | string, 0 是关闭, 1是打开 | 'guanglist':'1' |
| mid.productCollection |开启商品收藏的RN模块, 默认开 | string, 0 是关闭, 1是打开 | 'productCollection':'1' |
| mid.redperson |开启红人店铺的RN模块, 默认关 | string, 0 是关闭, 1是打开 | 'redperson':'0' |
| mid.logout |开启用户注销的RN模块, 默认开 | string, 0 是关闭, 1是打开 | 'logout':'1' |
| mid.brandCollection |开启品牌收藏的RN模块, 默认开 | string, 0 是关闭, 1是打开 | 'brandCollection':'1' |
| mid.guangdetail |开启逛详情的RN模块, 默认开 | string, 0 是关闭, 1是打开 | 'guangdetail':'1' |
| mid.browseRecord |开启浏览记录的RN模块, 默认开 | string, 0 是关闭, 1是打开 | 'browseRecord':'1' |
| mid.student |开启学生认证的RN模块, 默认关 | string, 0 是关闭, 1是打开 | 'student':'0' |
| mid.new |开启新品到着的RN模块, 默认关 | string, 0 是关闭, 1是打开 | 'new':'0' |
**JSON格式:**
... ... @@ -65,11 +77,29 @@ os=0&uid=5605595&app_ver=4.8.1&uid=966662&udid=528ecdf34da9585784be579163a19fec4
"patchv":"100",
"filecode":"",
"minv":"4.1.0",
"mid":{
"clyx":"0",
"mid":{
"dp":"1",
"community":"0",
"qrscan":"0"
}
"new":"0",
"student":"0",
"browseRecord":"1",
"lqzx":"1",
"guangdetail":"1",
"brandCollection":"1",
"logout":"1",
"redperson":"0",
"gz":"1",
"productCollection":"1",
"guanglist":"1",
"pl":"0",
"home":"0",
"ms":"1",
"mine":"0",
"hrdp":"1",
"pp":"0",
"mxyc":"1",
"clyx":"1"
},
}
```
... ...