Actions
GetTnkSettlement » 이력 » 개정판 2
« 뒤로 |
개정판 2/17
(비교(diff))
| 다음 »
이름없음, 2021/06/04 05:28
getTnkSettlement¶
요청 필드¶
getTnkSettlement(
settlementRequest: SettlementRequest
): SettlementResponse
SettlementRequest
| field | type | description |
| command | String | 응답 Command 유형 (값: "tnkSettlement") |
| did | String | snplab의 did |
| end | Long! | |
| start | Long! |
SettlementResponse
| field | type | description |
| command | String | 응답 Command 유형 |
| result | [SettlementResult] |
SettlementResult
| field | type | description |
| income | Long | 수입 |
| reward | Long | 리워드 |
| seqId | String | 순서 |
| tiestamp | Long | 시간 |
요청 예시
query{
getTnkSettlement(settlementRequest:{
did:"NfoPEFaG1adkCpijR85L66"
command: "tnkSettlement"
start:-1
end: -1
}){
command
result{
reward
income
seqId
timestamp
}
}
}
응답 예시
{
"data": {
"uploadHtml": {
"command": "uploadHtml",
"result": [
{
"originalFilename": "aaa.html",
"fullUrlPath": "https://cdn.myd.world/cec283c40561141e910b094a5469ed24/html/g14Ofo/aaa.html"
}
]}
}
}
이름없음이(가) 4년 이상 전에 변경 · 2 revisions