# Renovation Experience Edition

# Dxplaination of Interface Call Request

http 请求方式:POST
https://api.weixin.qq.com/product/decoration/decoration_service_experience

# Example of request parameters

{
    "service_id" : 2
}

# Examples of back-up

{
    "errcode": 0,
    "errmsg":""
}

# Dxplaination of request parameters

参数 type Is it compulsory? Introductions
service_id number yes Service id

# Dxplaination of callback parameters

参数 type Introductions
errcode number Error code
errmsg string Error message

# Note

  • Default Small Shop All those involved can open the Experience Small Shop.
  • Developers can use the JSAPI to determine the current running environment in the plug-in.
  • The experience version has no cache and will not affect the online version.