​​### 简要描述:

  • 选取接口

请求action:

plugin.designer.admin.diy-market.choose

参数:

参数名 是否必须 类型 说明
id int 同步id

正确时返回:

  {
    "result": 1,
    "msg": "选取成功",
    "data": {}

错误时返回:

  {
    "result": 0,
    "msg":"选取失败",
    "data":{}
  }