简要描述:

  • 获取客户类型

接口版本:

版本号 制定人 制定日期 修订日期
1.0.0 朱小乾 2022-02-28 -

请求URL:

  • /api/MyTiJianGuideView/GetExameeTags

请求方式:

  • Get

请求头:

参数名 是否必须 类型 说明
Content-Type string 请求类型: application/json

请求参数:

参数名 是否必须 类型 说明

返回示例:

正确时返回:

  1. {
  2. "code": "1",
  3. "message": "",
  4. "data": [
  5. {
  6. "id": 1,
  7. "name": "普通",
  8. "color": "black",
  9. "showText": "普通",
  10. "isShow": 0
  11. },
  12. {
  13. "id": 2,
  14. "name": "VIP",
  15. "color": "red",
  16. "showText": "VIP",
  17. "isShow": 1
  18. }
  19. ]
  20. }

错误时返回:

返回参数说明:

参数名 类型 说明
id int 主键id
name string 名称
color string 颜色
showText string 显示文本
isShow int 是否显示

备注:

-

文档更新时间: 2022-06-08 17:56