简要描述:
获取优惠券插件配置信息
请求域名:
- https://dev4.yunzmall.com/
请求URL:
GET/plugin.gift-coupon-fee.frontend.CouponFee.getConfig
返回示例:
{
"result": 1,
"msg": "ok",
"data": {
"switch": "0",
"protocol_name": "1116546",
"protocol_content": "<p>222<br/></p>"
}
}
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
switch | string | 1开启,0关闭 |
protocol_name | string | 说明 |
protocol_content | string | 内容 |
备注:
- 更多返回错误代码请看首页的错误代码描述