消息接口/AllTick

生成TG绑定地址

post

说明:登录客户请求获取TG绑定地址

version=0.0.1
bizType=message.app.CustomerTgBindApiService.createTgQrCode
Header parameters
companyIdstringOptionalExample: {{company}}
langstringOptionalExample: zh-CN
tracestringOptionalExample: {{mock_trace}}
versionstringOptionalExample: 0.0.1
Body
objectOptional
Responses
200Success
application/json
post
/global/message.app.CustomerTgBindApiService.createTgQrCode
200Success

解绑TG账号

post

说明:登录客户解绑已经绑定过的TG账号

version=0.0.1
bizType=message.app.CustomerTgBindApiService.unbindTg
Header parameters
companyIdstringOptionalExample: {{company}}
langstringOptionalExample: zh-CN
tracestringOptionalExample: {{mock_trace}}
versionstringOptionalExample: 0.0.1
Body
chatIdstringRequired
Responses
200Success
application/json
post
/global/message.app.CustomerTgBindApiService.unbindTg
200Success

查询已绑定TG列表

post

说明:登录客户请求获取TG绑定地址

version=0.0.1
bizType=message.app.CustomerTgBindApiService.queryCustomerTgBindList
Header parameters
companyIdstringOptionalExample: {{company}}
langstringOptionalExample: zh-CN
tracestringOptionalExample: {{mock_trace}}
versionstringOptionalExample: 0.0.1
Body
objectOptional
Responses
200Success
application/json
post
/global/message.app.CustomerTgBindApiService.queryCustomerTgBindList
200Success

分页查询已绑定TG列表

post

说明:登录客户请求获取TG绑定地址

version=0.0.1
bizType=message.app.CustomerTgBindApiService.queryCustomerTgBindListByPage
Header parameters
companyIdstringOptionalExample: {{company}}
langstringOptionalExample: zh-CN
tracestringOptionalExample: {{mock_trace}}
versionstringOptionalExample: 0.0.1
Body
sizeinteger · longOptional

默认20

currentinteger · longOptional

默认1

Responses
200Success
application/json
post
/global/message.app.CustomerTgBindApiService.queryCustomerTgBindListByPage
200Success

Last updated