客户注册
version=0.0.1 bizType=customer.app.CustomerWebApiService.register 游客可访问
Header parameters
versionstringRequiredExample:
版本号
0.0.1companyIdstringRequiredExample:
公司ID,通过环境变量获取
{{company}}tracestringRequiredExample:
随机跟踪码UUID
{{mock_trace}}langstringRequiredExample:
语言
zh-CNX-Forwarded-ForstringRequired
Body
countrystringRequired
国家
langstringOptional
语言信息,默认en-US
loginNamestringRequired
账号:邮箱/手机号码,与type配合使用
phoneAreastringOptional
手机区号,与注册方式配合使用,默认+86
typeinteger · int32 · min: 1 · max: 3Required
注册方式:1邮箱,2手机号码
registerDevicestringOptional
注册的设备型号
verifyCodestringRequired
验证码
sendTokenstringRequired
验证码发送票据
registerSourceinteger · int32 · min: 1Required
注册来源:1=移动端web:H5,2=pcweb:PC_Web,3=系统&后台注册:System,4=安卓原生app:Android,5=苹果原生app:iOS,6=鸿蒙OS:HOS,7=pc windows客户端:PC_Win,8=pc mac客户端:PC_Mac,9=不属于以上的:其他
utmSourcestringOptional
广告来源(开户链接参数source)
utmMediumstringOptional
广告媒介(开户链接参数medium)
utmCampaignstringOptional
广告系列(开户链接参数campaign)
utmContentstringOptional
广告组(开户链接参数content)
utmTermstringOptional
关键词(开户链接参数term)
customerGroupIdinteger · int64Optional
客户组ID
openAccountTypeinteger · int32Optional
开户类型:0.个人 1.企业 ,默认个人
pwdstringOptional
密码,MD5加密
thirdServerCodestringOptional
第三方系统唯一编号
thirdServerSourcestringOptional
第三方系统来源,如:代理=agent
Responses
200
成功
application/json
post
/register/customer.app.CustomerWebApiService.register200
成功
Last updated