Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
galaxy-iOS
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
mobile-group
galaxy-iOS
Commits
48788b4e
Commit
48788b4e
authored
Oct 29, 2024
by
Steven杜宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
// 添加 日志 key
parent
fa231adf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
+16
-0
YHAliYunLogManager.swift
...Classes/Modules/AliYunLog(阿里云日志)/YHAliYunLogManager.swift
+16
-0
No files found.
galaxy/galaxy/Classes/Modules/AliYunLog(阿里云日志)/YHAliYunLogManager.swift
View file @
48788b4e
...
...
@@ -9,6 +9,22 @@
import
UIKit
import
AliyunLogProducer
enum
YHAliYunLogKey
:
String
{
case
moduleNameNetworkDataType
=
"moduleName-networkDataType"
// 网络数据
case
moduleNameH5InteractionType
=
"moduleName-h5InteractionType"
// 与H5交互相关
case
moduleNameClickType
=
"moduleName-clickType"
// 用户点点击事件
case
mobile
=
"mobile"
// 当前登录用户的手机号码
case
remark
=
"remark"
// 可以随意上传内容
case
timestamp
=
"timestamp"
// 时间戳
case
app_platform
=
"app_platform"
// 系统、平台
case
app_version
=
"app_version"
// app版本号
case
app_channel
=
"app_channel"
case
app_phoneModel
=
"app_phoneModel"
// 手机型号
case
os_version_name
=
"os_version_name"
// 操作系统版本号
}
class
YHAliYunLogManager
{
static
let
SLS_ENDPOINT
=
"cn-shenzhen.log.aliyuncs.com"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment