GET api/GetGlobalSetting?paramName={paramName}
获取系统全局参数的取值
请求信息
URI参数
| Name | Description | Type | Additional information |
|---|---|---|---|
| paramName | string |
Required |
窗体参数
None.
回复信息
资源描述
获取系统全局参数的取值
string回复格式
Test application/json, text/json
Sample:
"sample string 1"
Test application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>