启动文字提示,h5调试加入
This commit is contained in:
@@ -231,7 +231,7 @@ H5 → Native 时 data 字典中的 key,以及 Native → H5 callback payload
|
||||
- `sharelogin` 回包中 `Province` 是**大写 P**(不是 `province`)
|
||||
- `OpenurlTitleData` 入参中 `"title "` 末尾**有一个空格**(不是 `"title"`)
|
||||
- `getphoneinfo` 回包用**小写 i**(H5 调用方是 `getphoneInfo` 大写 I)
|
||||
- `appservice` 用字符串 `"1"`(后台)/ `"2"`(前台),不是数字
|
||||
- `appservice` 用字符串 `"2"`(后台)/ `"1"`(前台),不是数字 ⚠️ 值错位沿用 msext WKWebView 路径历史,参 `docs/H5-Native-Contract.md` §3.2 `appservice` 值错位说明
|
||||
- `getlocationinfo` 中 `latitude` / `longitude` 是 **string** 而不是 number(`stringWithFormat:@"%f"` 产生)
|
||||
|
||||
### 3. 参数数据结构
|
||||
|
||||
Reference in New Issue
Block a user