简要描述:
请求URL:
- /api/team/requestlocation
请求参数:
参数名 |
是否必须 |
类型 |
说明 |
teamId |
是 |
int32 |
团号Id |
入参示例:
https://localhost:6001/api/team/requestlocation?teamId=1
返回示例:
正确时返回:
{
"code": 200,
"success": true,
"message": "",
"result": null
}
错误时返回:
返回参数说明:
Data数据说明
参数名 |
类型 |
说明 |
result |
string |
请求发送结果 |
备注:
-