https://domain/api/customer_service/contact
1.1) request body
name |
type |
necessary |
remark |
|
1.2) response body
name |
type |
remark |
success |
bool |
true/false |
errCode |
string |
error code: 0 is success, Non-zero is error code |
errMsg |
string |
error message when error code is non-zero |
data |
list<T> |
bussiness entity |
content item description
name |
type |
remark |
id |
string |
Customer service contact ID |
nickname |
string |
Tim White |
username |
string |
tim3355 |
appType |
string |
WHATSAPP/TELEGRAM |
link |
string |
Telegram: when click contact button, open the link; if the appType is whatsapp, just invoke whatsapp app. |