앱에서 사용하는 코인 등록
POST http://{backoffice-domain}/m1.0/add/app/coin
Headers
Name
Type
Description
Content-Type*
String
application/json
Request Body
Name
Type
Description
app_id*
int64
앱 ID
coin_id*
int64
코인 ID
{
"return": 0,
"message": "success"
}curl --location --request POST 'http://{backoffice-domain}/m1.0/backoffice/add/app/coin' \
--header 'Content-Type: application/json' \
--data-raw '{
"app_id": 9999,
"coin_id": 9999
}'{
"app_id": 9999,
"coin_id": 9999
}return
message
desc.
0
success
성공
19000
Internal DB error
내부 DB 에러
Last updated