# Decoration services

# Decoration and Marketing Plug-in Development Guide

Click to view

# Interface call request specification

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

# Request Parameter Sample

{
    "switch_status" : 1,
    " service_id" : 2
}

# Return Package Example

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

# Request Parameter Dxplaination

parameter type Required Required Introductions
switch_status number yes 1 is enabled, 2 is deactivated
service_id number yes Service id

# Return parameter specification

parameter type Introductions
Errcode number Error code
errmsg string Error message

# Note

  • After calling this API, WeChat will send a template message to the Mini Store administrator, and the Mini Store administrator will confirm it before release.