교환 가능한 코인, 포인트 관계 등록
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"return": 0,
"message": "success"
}curl --location --request POST 'http://{backoffice-domain}/m1.0/backoffice/add/exchange' \
--header 'Content-Type: application/json' \
--data-raw '{
"app_id": 9999,
"coin_id": 9999,
"point_id": 9999,
"is_enabled": true
}'{
"app_id": 9999,
"coin_id": 9999,
"point_id": 9999,
"is_enabled": true
}return
message
desc.
Last updated