curl --location --request GET '/payTopUp/api/findPayTopId?id='
{
"code": 0,
"msg": "string",
"data": {
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"id": 0,
"userId": 0,
"topUpCode": "string",
"topUpAmount": 0,
"discountAmount": 0,
"practicalAmount": 0,
"discountsId": 0,
"discountsName": "string",
"payType": 0,
"topStatus": 0,
"isDelete": 0,
"userName": "string",
"userPhone": "string"
}
}