Skip to content

Commit

Permalink
fix: sendTime is not supported in saas (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
styluo authored Nov 29, 2023
1 parent 6c2b035 commit 9d3aa76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/server/Java SDK.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ private static GrowingAPI project = new GrowingAPI.Builder().setProjectKey("your

| 参数名称 | 类型 | 是否必填 | 说明 |
| :-------------- | :---------------------------: | :--------------: | ------------------ |
| eventTime | long || 事件发生时间(毫秒);<br/>需要开启“自定义event_time上报”功能方可生效,请联系技术支持确认 |
| eventTime | long || 事件发生时间(毫秒);<br/>需要开启“自定义event_time上报”功能方可生效,请联系技术支持确认(仅支持OP版本,SaaS版本暂不支持) |
| eventKey | string || 埋点事件标识 |
| domain | string || APP包名或H5域名 |
| urlScheme | string || 链接协议 |
Expand Down

0 comments on commit 9d3aa76

Please sign in to comment.