Authorization: Bearer ********************curl --location --request GET '/api/pay/allPayInfo/list' \
--header 'Authorization: Bearer <token>'{
"success": false,
"errCode": "",
"errMsg": "",
"traceId": "",
"data": {
"id": 0,
"owner": 0,
"paramKey": "",
"paramValue": "",
"remark": "",
"status": 0,
"creator": "",
"createTime": "",
"modifier": "",
"modifyTime": "",
"typeName": "",
"typeId": 0
}
}