GET api/wechatmini/addHistoryCity?areaId={areaId}&groupchatRootTypeId={groupchatRootTypeId}&areaName={areaName}&userId={userId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| areaId | integer |
Required |
|
| groupchatRootTypeId | string |
Required |
|
| areaName | string |
Required |
|
| userId | integer |
Required |
Body Parameters
None.
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"
}