GET api/M_Learn/GetLearnList?uid={uid}&accessKey={accessKey}&secretKey={secretKey}

学习列表

Request Information

Parameters

NameDescriptionAdditional information
uid
用户id

Define this parameter in the request URI.

accessKey
accessKey

Define this parameter in the request URI.

secretKey
secretKey

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "System.Object": {}
  },
  {
    "System.Object": {}
  },
  {
    "System.Object": {}
  }
]

text/javascript

Sample:
[{"System.Object":{},"System.Object":{},"System.Object":{}},{"System.Object":{},"System.Object":{},"System.Object":{}},{"System.Object":{},"System.Object":{},"System.Object":{}}]