프로젝트

일반

사용자정보

TargetMessage » 이력 » 버전 5

이름없음, 2021/06/10 05:06

1 1 이름없음
h1. TargetMessage
2 2 이름없음
3 4 이름없음
수신 대상에게만 FCM 푸시 메시지를 발송합니다.
4
5 2 이름없음
h2. %{color: #000000;}요청 필드%
6
7
<pre><code class="c">
8
targetMessage(
9
messageTargetRequest: MessageTargetRequest
10
): MessageResponse
11
</code></pre>
12
13
*%{color: #000000;}MessageTargetRequest%*
14
15 5 이름없음
| %{color: #000000;}field% | %{color: #000000;}type% | %{color: #000000;}description% | %{color: #000000;}note%  |
16
| %{color: #000000;}command% | %{color: #000000;}String% | %{color: #000000;}요청 Command 유형% | %{color: #000000;}값: targetMessage%<notextile></notextile>   |
17
| %{color: #000000;}did% | %{color: #000000;}String% | %{color: #000000;}snplab의 did% | %{color: #000000;} % |
18
| message | %{color: #000000;}String% | 메시지 내용 |   |
19
| target | %{color: #000000;}String% | 메시지 수신 대상 |   |
20 2 이름없음
21
*%{color: #000000;}MessageResponse%*
22
23 5 이름없음
| %{color: #000000;}field% | %{color: #000000;}type% | %{color: #000000;}description% | note   |
24
| %{color: #000000;}command% | %{color: #000000;}String% | %{color: #000000;}요청Command 유형% | %{color: #000000;}값: targetMessage% |
25
| %{color: #000000;}result% | %{color: #000000;}String% | %{color: #000000;} % | %{color: #000000;} % |
26 2 이름없음
27
*%{color: #000000;}요청 예시%*
28
29
<pre>
30
mutation{
31
    targetMessage(messageTargetRequest:{
32
        did:"NfoPEFaG1adkCpijR85L66" 
33
        command:"targetMessage" 
34
        target:"did:NfoPEFaG1adkCpijR85L66" 
35
        message:"{\"data\": {\"Command\": 0,\"Notification\": {\"Title\": \"타이틀\",\"Content\": \"상세 메시지\",\"OnGoing\": false,\"Priority\": 0,\"ImageUrl\": \"https://\",\"ShowBadge\": false},\"MoveTo\": 0,\"AppUpdate\": {\"TargetVersion\": 21010601,\"IsMandatory\": true},\"DataUpdate\": {\"Target\": 0},\"DataCollect\": {\"Type\": 1,\"ProposalID\": \"*\"}}}" 
36
    }){
37
        command
38
        result
39
    }
40
}</pre>
41
42
*%{color: #000000;}응답 예시%*
43
예시 없음
클립보드 이미지 추가 (최대 크기: 97.7 MB)