POST api/Config/GetH5Url
返回H5的Url
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
H5Url| Name | Description | Type | Additional information |
|---|---|---|---|
| Shopurl |
兑换店铺Url |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Shopurl": "sample string 1"
}
application/xml, text/xml
Sample:
<H5Url xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OpenApi.Models.DTO"> <Shopurl>sample string 1</Shopurl> </H5Url>