GET api/MyCenterOther?openid={openid}&temptime={temptime}&sign={sign}&txt={txt}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| openid | string |
Required |
|
| temptime | string |
Required |
|
| sign | string |
Required |
|
| txt | string |
Required |
Body Parameters
None.
Response Information
Resource Description
C_Mes| Name | Description | Type | Additional information |
|---|---|---|---|
| res | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"res": "sample string 1"
}