消息接口/AllTick
说明:登录客户请求获取TG绑定地址
version=0.0.1
bizType=message.app.CustomerTgBindApiService.createTgQrCodeHeader parameters
companyIdstringOptionalExample:
{{company}}langstringOptionalExample:
zh-CNtracestringOptionalExample:
{{mock_trace}}versionstringOptionalExample:
0.0.1Body
objectOptional
Responses
200Success
application/json
post
/global/message.app.CustomerTgBindApiService.createTgQrCodePOST /api/global/message.app.CustomerTgBindApiService.createTgQrCode HTTP/1.1
Host: prewppc-3.cmfbl.com
Content-Type: application/json
Accept: */*
Content-Length: 2
{}200Success
{
"bizCode": "text",
"code": "text",
"msg": "text",
"tm": 1,
"trace": "text",
"msgParams": "text",
"ok": true,
"fail": true,
"data": "text"
}说明:登录客户解绑已经绑定过的TG账号
version=0.0.1
bizType=message.app.CustomerTgBindApiService.unbindTgHeader parameters
companyIdstringOptionalExample:
{{company}}langstringOptionalExample:
zh-CNtracestringOptionalExample:
{{mock_trace}}versionstringOptionalExample:
0.0.1Body
chatIdstringRequired
Responses
200Success
application/json
post
/global/message.app.CustomerTgBindApiService.unbindTgPOST /api/global/message.app.CustomerTgBindApiService.unbindTg HTTP/1.1
Host: prewppc-3.cmfbl.com
Content-Type: application/json
Accept: */*
Content-Length: 17
{
"chatId": "text"
}200Success
{
"bizCode": "text",
"code": "text",
"msg": "text",
"tm": 1,
"trace": "text",
"msgParams": "text",
"ok": true,
"fail": true,
"data": true
}说明:登录客户请求获取TG绑定地址
version=0.0.1
bizType=message.app.CustomerTgBindApiService.queryCustomerTgBindListHeader parameters
companyIdstringOptionalExample:
{{company}}langstringOptionalExample:
zh-CNtracestringOptionalExample:
{{mock_trace}}versionstringOptionalExample:
0.0.1Body
objectOptional
Responses
200Success
application/json
post
/global/message.app.CustomerTgBindApiService.queryCustomerTgBindListPOST /api/global/message.app.CustomerTgBindApiService.queryCustomerTgBindList HTTP/1.1
Host: prewppc-3.cmfbl.com
Content-Type: application/json
Accept: */*
Content-Length: 2
{}200Success
{
"bizCode": "text",
"code": "text",
"msg": "text",
"tm": 1,
"trace": "text",
"msgParams": "text",
"ok": true,
"fail": true,
"data": [
{
"chatId": "text",
"firstName": "text",
"lastName": "text"
}
]
}说明:登录客户请求获取TG绑定地址
version=0.0.1
bizType=message.app.CustomerTgBindApiService.queryCustomerTgBindListByPageHeader parameters
companyIdstringOptionalExample:
{{company}}langstringOptionalExample:
zh-CNtracestringOptionalExample:
{{mock_trace}}versionstringOptionalExample:
0.0.1Body
sizeinteger · longOptional
默认20
currentinteger · longOptional
默认1
Responses
200Success
application/json
post
/global/message.app.CustomerTgBindApiService.queryCustomerTgBindListByPagePOST /api/global/message.app.CustomerTgBindApiService.queryCustomerTgBindListByPage HTTP/1.1
Host: prewppc-3.cmfbl.com
Content-Type: application/json
Accept: */*
Content-Length: 22
{
"size": 1,
"current": 1
}200Success
{
"bizCode": "text",
"code": "text",
"msg": "text",
"tm": 1,
"trace": "text",
"msgParams": "text",
"ok": true,
"fail": true,
"data": {
"total": 1,
"size": 1,
"current": 1,
"records": [
{
"chatId": "text",
"firstName": "text",
"lastName": "text"
}
]
}
}Last updated