修改橱窗信息

javascript 复制代码
WXAPI.chuchuanSettingModify({
  token: '000'
})
  • token 当前用户登录凭证
  • name 橱窗名称
json 复制代码
{
  code: 0,
  msg: 'success'
}