Request
Body Params application/json
{
"merNo": "104001001",
"sceneName": "test",
"type": "1",
"cycleType": "0",
"maxNum": "10000",
"maxAmount": "100000",
"sign": "e8b6b0b9f0b0f8b0b8b0a0b0c0d0e0f"
}
Request Code Samples
curl --location '/card/addVpaScene' \
--header 'Content-Type: application/json' \
--data '{
"merNo": "104001001",
"sceneName": "test",
"type": "1",
"cycleType": "0",
"maxNum": "10000",
"maxAmount": "100000",
"sign": "e8b6b0b9f0b0f8b0b8b0a0b0c0d0e0f"
}'
Responses
application/json
{
"code": "00000",
"message": "SUCCESS",
"data": "455"
}
Modified at 2026-05-19 09:17:46