客户接口/代理相关

查询客户列表

post

version=0.0.1 bizType=customer.app.CustomerWebApiService.queryCustomerOfAgentPage 登录之后可以访问

Header parameters
companyIdstringOptionalExample: {{company}}
tokenstringOptionalExample: {{LoginResult.data.token}}
langstringOptionalExample: en-US
tracestringOptionalExample: {{mock_trace}}
versionstringOptionalExample: 0.0.1
Body
currentintegerRequired

当前页

sizeintegerRequired

每页条数

Responses
200Success
application/json
post
/global/customer.app.CustomerWebApiService.queryCustomerOfAgentPage
200Success

客户注册

post

version=0.0.1 bizType=customer.app.CustomerWebApiService.registerOfAgentShareLink 游客可以访问 代理分享链接,客户注册

Header parameters
companyIdstringOptionalExample: {{company}}
langstringOptionalExample: en-US
tracestringOptionalExample: {{mock_trace}}
versionstringOptionalExample: 0.0.1
Body
countrystringRequired

国家

langstringOptional

语言信息,默认en-US

phoneAreastring · max: 15Optional

手机区号

loginNamestring · max: 50Required

账号:邮箱/手机号码,与type配合使用

pwdstringOptional

密码,MD5加密

typeinteger · int32 · min: 1 · max: 2Required

注册方式:1邮箱,2手机号码

registerDevicestringOptional

注册的设备型号

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

thirdServerCodestringRequired

第三方系统唯一编号(传入代理客户编号)

Responses
200Success
application/json
post
/global/customer.app.CustomerWebApiService.registerOfAgentShareLink
200Success

Last updated