Files
game_server/test_target_score.http

33 lines
681 B
HTTP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

###
#
GET http://localhost:8080/api/link/target-score?codeNo=YOUR_CODE_NO_HERE
Accept: application/json
###
# 使codeNo
# GET http://localhost:8080/api/link/target-score?codeNo=ABC123DEF456
# Accept: application/json
###
#
#
# {
# "success": true,
# "completedPoints": 13750,
# "machineId": "device123",
# "codeNo": "ABC123DEF456",
# "errorMessage": null
# }
#
#
# {
# "success": false,
# "completedPoints": null,
# "machineId": "device123",
# "codeNo": "ABC123DEF456",
# "errorMessage": ""
# }