Commit 48788b4e authored by Steven杜宇's avatar Steven杜宇

// 添加 日志 key

parent fa231adf
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment