From de690679da75b56b4e84e0a09cd8439a5604fde8 Mon Sep 17 00:00:00 2001 From: wangyaqi Date: Fri, 9 Sep 2022 17:17:53 +0800 Subject: [PATCH] docs: update run and debug of uniCloud --- docs/uniCloud/rundebug.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/uniCloud/rundebug.md b/docs/uniCloud/rundebug.md index e87043fd5..69f0b9d0a 100644 --- a/docs/uniCloud/rundebug.md +++ b/docs/uniCloud/rundebug.md @@ -253,7 +253,7 @@ const hour = getOffsetDate(8).getHours() "otherParam": "***", "clientInfo":{ // HBuilderX 3.5.1之前的版本需要传全大写的参数才可以在context内使用context.OS、context.LOCALE等 - "OS": "ios" // 系统类型 ios、android + "OS": "ios", // 系统类型 ios、android "PLATFORM": "web", // 客户端类型 app、web、mp-weixin、mp-alipay等 "DEVICEID": "", // 设备id "APPID": "", // 应用DCloud AppId -- GitLab