Sign in

梁美英 / programming · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • programming
  • src
  • js
  • data.json
  • 多文件
    caaa441b
    Keystion authored
    2017-01-20 18:49:20 +0800  
    Browse Code »
data.json 551 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
{
    "token": "用户生成的token",
    "timestamp": "客户端时间戳",
    "langId": "编译语言",
    "body": {
        "node": {
            "type": "folder"
            ,"name": "folder1"
            ,"content": ""
            ,"childNodes": [
                {
                    "type": "file",
                    "name": "ClassTestA.java",
                    "content": ""
                }
            ]
        }
    },
    "runtimeArgus": "",
    "rand": "随机数(用与token加密使用)",
    "testCase": "测试用例"
}