POST api/business/sendClueBySecond
Request Information
URI Parameters
None.
Body Parameters
CluesSendBySecondModel| Name | Description | Type | Additional information |
|---|---|---|---|
| appid | string |
None. |
|
| sendname | string |
None. |
|
| memberLevel | integer |
None. |
|
| startsecond | integer |
None. |
|
| endsecond | integer |
None. |
|
| clueid | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"appid": "sample string 1",
"sendname": "sample string 2",
"memberLevel": 3,
"startsecond": 4,
"endsecond": 5,
"clueid": 6
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Result| Name | Description | Type | Additional information |
|---|---|---|---|
| success | boolean |
None. |
|
| data | Object |
None. |
|
| error | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"success": true,
"data": {},
"error": "sample string 3"
}