# Decoration experience version

# Interface call request specification

http Request method: POST
https://api.weixin.qq.com/product/decoration/decoration_service_experience

# Request Parameter Sample

{
    " service_id" : 2
}

# Return Package Example

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

# Request Parameter Dxplaination

parameter type Required Required Introductions
service_id number yes Service id

# Return parameter specification

parameter type Introductions
Errcode number Error code
errmsg string Error message

# Note

  • Default Mini Store All relevant people can open the experience version Mini Store.
  • Developers can use theJSAPIDetermine the current running environment.
  • The demo version is not cached and does not affect the online version.