Skip to content

Latest commit

 

History

History
50 lines (31 loc) · 531 Bytes

[하트] 하트 충전 요청.md

File metadata and controls

50 lines (31 loc) · 531 Bytes

하트 충전 요청

하트를 충전해 달라는 요청을 보냅니다.

  • URL

    /heart/recharge

  • Method:

    | GET |

  • URL Params

    Required:

    N/A

    Optional:

    N/A

  • Data Params

      {
        "amount": 30000
      }
  • Success Response:

    • Code: 200
      Content:
          {
             "okay": true,
             "id" : 30
          }
  • Error Response:

    N/A

  • Sample Call:

  • Notes: