Actions
RegisterPush » 이력 » 개정판 2
« 뒤로 |
개정판 2/10
(비교(diff))
| 다음 »
이름없음, 2021/06/04 05:42
RegisterPush¶
요청 필드¶
registerPush(
messageRequest: MessageRegisterPushRequest
): CommandResponse
SettlementRequest
| field | type | description |
| command | String | 요청 Command 유형 (값: "tnkSettlement") |
| did | String | snplab의 did |
| token | String | FCM 토큰 |
CommandResponse
| field | type | description |
| command | String | 요청Command 유형 |
요청 예시
mutation{
registerPush(messageRequest:{
did:"G5rw9qAMbozGxySHkMaztD"
command:"registerPush"
token:"cyw-t50FTbidNTOxVHqUfa:APA91bEC3jwQHvSxJoEl3gqn4kGKDE5pXUu5EK4EpAMKSP1yHVaBXcMYojBvtikPS5Pa-DgSvnMK77EW_xfe0nn23BtUJA7UpKUHmUIsjTg1gmCjRKHK26rwCXEyHGQG3SQIcdjYJ--P"
}){
command
}
}
응답 예시
{ "data": { "registerPush": { "command": "registerPush" } } }
이름없음이(가) 4년 이상 전에 변경 · 2 revisions