Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

获取卡头

接口描述:
获取卡头信息,用于展示给客户查看。


请求URL:
${baseUrl}/op/card/L/head
${baseUrl}/op/card/L/head/en

请求方式:
POST

请求头部:
Content-Type: application/json


返回示例

{
    "data": [
        {
            "ChatGPT": [
                {
                    "美国": [
                        {
                            "VISA": [
                                "440872",
                                "489607",
                                "491090",
                                "485997"
                            ]
                        },
                        {
                            "万事达": [
                                "559292",
                                "556371"
                            ]
                        }
                    ]
                }
            ],
            "电商消费": [
                {
                    "美国": [
                        {
                            "VISA": [
                                "491090",
                                "489607",
                                "485997"
                            ]
                        },
                        {
                            "万事达": [
                                "559292",
                                "556371",
                                "556167",
                                "553437"
                            ]
                        }
                    ],
                    "中国香港": [
                        {
                            "VISA": [
                                "438357",
                                "493193"
                            ]
                        }
                    ]
                }
            ],
            "广告投放": [
                {
                    "美国": [
                        {
                            "VISA": [
                                "491090",
                                "489607",
                                "483317"
                            ]
                        },
                        {
                            "万事达": [
                                "559292",
                                "556371"
                            ]
                        }
                    ],
                    "中国香港": [
                        {
                            "VISA": [
                                "438357",
                                "493193"
                            ]
                        }
                    ]
                }
            ]
        }
    ],
    "msg": "操作成功",
    "status": 200,
    "success": true
}

返回参数说明

参数名称示例参数说明类型
datajsonArray响应数据,卡头信息,展示给客户查看。格式不变,内容不定jsonArray
msg操作成功响应消息string
status200响应码int
successtrue是否成功,true-成功,false-失败boolean