简要描述:
- 获取国家代码
请求URL:
- /api/common/ZegoParameter
请求参数:
- 无
入参示例:
https://localhost:6001/api/common/ZegoParameter
返回示例:
正确时返回:
{
"code": 200,
"success": true,
"message": null,
"result": {
"appId": "181234554",
"appSign": "0xb3,0x1d,0x46,0x26,0xa1,0x4c,0x60,0x21,0x7f,0xf0,0x8a,0xda,0xdc,0xa0,0xc6,0x33,0x2d,0x3b,0x5f,0x7c,0x74,0xac,0xa6,0xcd,0x16,0x63,0x37,0x1b,0x76,0xfd,0x8b,0x2e"
}
}
错误时返回:
返回参数说明:
Data数据说明
参数名 | 类型 | 说明 |
---|---|---|
appId | string | AppId |
appSign | string | AppSign |
备注:
-