启动文字提示,h5调试加入

This commit is contained in:
joywayer
2026-06-24 21:20:05 +08:00
parent 1d231a52ef
commit 06b7686e17
12 changed files with 70 additions and 29 deletions
+1 -1
View File
@@ -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. 参数数据结构