{
  "name": "smop",
  "display_name": "腾讯安心用户运营平台",
  "description": "腾讯安全营销运营平台是一款SaaS级运营工具，可帮助企业快速搭建运营平台，提供积分商城、会员系统、卡券管理系统、活动管理系统等运营过程中所使用的运营工具，帮助企业一键搭建运营平台，快速完成产品运营，收集数据指标，并进行自动化运营，提升产品活跃、留存、新增等关键指标；",
  "domain": "other",
  "api_version": "2020-12-03",
  "endpoint": "smop.tencentcloudapi.com",
  "actions": [
    {
      "name": "SubmitTaskEvent",
      "description": "smop产品下线，接口也一起下线 提交任务事件接口",
      "status": "deprecated",
      "parameters": [
        {
          "name": "AccountId",
          "type": "string",
          "required": true,
          "description": "用户唯一标识，最大长度为64",
          "example": "5Gsl********VfPd"
        },
        {
          "name": "DeviceId",
          "type": "string",
          "required": true,
          "description": "用户设备ID，最大长度为64",
          "example": "oPD5********G0zr"
        },
        {
          "name": "OrderId",
          "type": "string",
          "required": true,
          "description": "任务的唯一订单号，只能是数字、大小写字母，且在同一个产品ID下唯一，最大长度为64",
          "example": "xFUDBDgn4lv403u5"
        },
        {
          "name": "Code",
          "type": "string",
          "required": true,
          "description": "任务事件Code，在腾讯安心用户运营平台下的任务事件列表中设置并获取",
          "example": "addType"
        },
        {
          "name": "Async",
          "type": "integer",
          "required": true,
          "description": "任务结果是否异步通知。0表示任务结果在返回信息中同步返回；1表示任务结果通过回调结果异步通知。",
          "example": "0"
        },
        {
          "name": "ProductId",
          "type": "integer",
          "required": true,
          "description": "产品ID，可在腾讯安心用户运营平台的企业管理中获取",
          "example": "7999"
        },
        {
          "name": "NotifyURL",
          "type": "string",
          "required": false,
          "description": "异步接收任务结果通知的回调地址。在Async为1的时候，会将任务结果通过该回调地址进行通知。",
          "example": "https://gmall.m.qq.com/api/ReceiveTaskNotify"
        }
      ],
      "required": [
        "AccountId",
        "DeviceId",
        "OrderId",
        "Code",
        "Async",
        "ProductId"
      ]
    }
  ]
}