Skip to content

Commit

Permalink
Merge branch 'v1.7.16'
Browse files Browse the repository at this point in the history
  • Loading branch information
bububa committed Jun 23, 2022
2 parents 3447997 + 597ec55 commit efc8ac0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions marketing-api/model/conversion/request.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,12 @@ type ContextDevice struct {
Idfa string `json:"idfa,omitempty"`
// Oaid 归因上的设备的 oaid 的原值
Oaid string `json:"oaid,omitempty"`
// PhoneNumberBlurred 下单用户的模糊手机号,目前支持以下3种类型:
// PhoneNumBlurred 下单用户的模糊手机号,目前支持以下3种类型:
// 1. (新)仅后四位:例如*******1234,前七位需要用星号表示;当上传此手机号格式时,receiver_province、receiver_city必填,否则无法上报和正确归因
// 2. 省略中间四位:例如130****1234,中间四位需用星号表示
// 3. 原始手机号sha256后的结果,64位字符串
// 【注意】手机号的加密步骤仅在能获取明文手机号情况下,使用sha256加密,其他两种手机号形式切勿加密!否则会导致归因为0
PhoneNumberBlurred string `json:"phone_number_blurred,omitempty"`
PhoneNumBlurred string `json:"phone_num_blurred,omitempty"`
}

// Properties 附加属性
Expand Down

0 comments on commit efc8ac0

Please sign in to comment.