curl --location --request GET '/api/withdraw/withdrawType' \
--header 'token: 59e092db6ec6acbe31669c6b8620ee89'{
"code": 1,
"show": 0,
"msg": "",
"data": [
{
"id": 1,
"title": "支付宝",
"image": "http://www.php-gtp.localhost/resource/image/api/default/ali.png"
},
{
"id": 2,
"title": "微信零钱",
"image": "http://www.php-gtp.localhost/resource/image/api/default/wechat.png"
},
{
"id": 3,
"title": "微信收款码",
"image": "http://www.php-gtp.localhost/resource/image/api/default/wechat_qrcode.png"
},
{
"id": 4,
"title": "支付宝收款码",
"image": "http://www.php-gtp.localhost/resource/image/api/default/ali_qrcode.png"
}
]
}