File tree 1 file changed +0
-35
lines changed
1 file changed +0
-35
lines changed Original file line number Diff line number Diff line change 361
361
"type" : " string"
362
362
}
363
363
}
364
- },
365
- "DistributedTokens" : {
366
- "type" : " object" ,
367
- "properties" : {
368
- "article" : {
369
- "type" : " integer"
370
- },
371
- "like" : {
372
- "type" : " integer"
373
- },
374
- "tip" : {
375
- "type" : " integer"
376
- },
377
- "bonus" : {
378
- "type" : " integer"
379
- }
380
- }
381
364
}
382
365
},
383
366
"paths" : {
2222
2205
]
2223
2206
}
2224
2207
},
2225
- "/me/wallet/distributed_tokens" : {
2226
- "get" : {
2227
- "description" : " ログインユーザのトークン付与情報を取得" ,
2228
- "responses" : {
2229
- "200" : {
2230
- "description" : " ログインユーザのトークン付与情報" ,
2231
- "schema" : {
2232
- "$ref" : " #/definitions/DistributedTokens"
2233
- }
2234
- }
2235
- },
2236
- "security" : [
2237
- {
2238
- "cognitoUserPool" : []
2239
- }
2240
- ]
2241
- }
2242
- },
2243
2208
"/me/wallet/tip" : {
2244
2209
"post" : {
2245
2210
"description" : " 投げ銭を行う" ,
You can’t perform that action at this time.
0 commit comments