文档
测试

获取我的客服

GET
http://vip2.wan911.com/api/action/?_handle=CustomerServicePage&_method=GetService&uid=19421&token=3b173c9b8b2aa4b457c807ec7584038d0987c4f13b61d7fb2

请求参数

参数名
类型
描述
必填
_handle
string
示例:CustomerServicePage
必填
_method
string
示例:GetService
必填
uid
int
示例:19421
必填
token
string
示例:3b173c9b8b2aa4b457c807ec7584038d0987c4f13b61d7fb2
必填

响应参数

参数名
类型
描述
必填
code
int
示例:1
必填
msg
string
示例:
必填
data
object
数据字典
必填
xy_cs_name
string
示例:平台客服
必填
xy_cs_phone
string
示例:19831431381
必填
xy_cs_qq
string
示例:1731767277
必填
xy_cs_wechat
string
示例:ss1731767277
必填
xy_cs_work
string
示例:5
必填
xy_cs_address
string
示例:6
必填

说明 / 示例

# 客服管理 - 作者 - 刘尚乾 ## 获取我的客服 ### 请求地址 ``` url /api/action/ ``` ### 请求参数 | 参数名称 | 默认值 | 说明 | | -------- | ------------------- | ---- | | \_handle | CustomerServicePage | | | \_method | GetService | | | uid | |当前登录账户id | |token | | 当前登录cookie| ### 请求响应 ``` json { "code":1, "msg":null, "data":{ "xy_cs_name":"客服名称", "xy_cs_phone":"客服电话", "xy_cs_qq":"客服qq", "xy_cs_wechat":"客服微信" "xy_cs_work":"工作时间-字符串", "xy_cs_address":"工作地址" } } ```