家中门店运营
    • 获取最新数据日期
      GET
    • 获取运中列表
      POST
    • 获取门店名称或编码
      POST
    • 获取门店属性列表
      POST
    • 销售规模-运中
      POST
    • 获取所属商户名称或编码
      POST
    • 销售规模-门店
      POST
    • 获客能力-门店-线上
      POST
    • 获客能力-运中-线上
      POST
    • 获客能力-门店-线下
      POST
    • 获客能力-运中-线下
      POST
    • 门店维度-门店客资管理
      POST
    • 运中维度-门店客资管理
      POST
    • 设计工具-门店
      POST
    • 设计工具-运中
      POST
    • 学习培训-门店
      POST
    • 学习培训-运中
      POST
    • 客单能力-门店
      POST
    • 客单能力-运中
      POST
    • 运营能力分析-门店
      POST
    • 运营能力分析-运中
      POST
    • 得分分布
      POST
    • 一级大类评分概览
      POST
    • 运中维度概览
      POST
    • 销售规模-运中导出
      POST
    • 销售规模-门店导出
      POST
    • 获客能力-线上-门店导出
      POST
    • 获客能力-线上-运中导出
      POST
    • 获客能力-线下-门店导出
      POST
    • 获客能力-线下-运中导出
      POST
    • 获客能力-门店留资-门店导出
      POST
    • 获客能力-门店留资-运中导出
      POST
    • 设计工具-门店导出
      POST
    • 设计工具-运中导出
      POST
    • 学习培训-门店导出
      POST
    • 学习培训-运中导出
      POST
    • 客单能力-门店导出
      POST
    • 客单能力-运中导出
      POST
    • 运营能力分析-门店导出
      POST
    • 运营能力分析-运中导出
      POST

      获取运中列表

      开发中
      POST
      /channel360/jzStoreOperation/getOprtCntrNames

      请求参数

      Header 参数

      Body 参数application/json

      示例
      {
          "beginDate": "string",
          "endDate": "string",
          "searchValue": "string"
      }

      请求示例代码

      Shell
      JavaScript
      Java
      Swift
      Go
      PHP
      Python
      HTTP
      C
      C#
      Objective-C
      Ruby
      OCaml
      Dart
      R
      请求示例请求示例
      Shell
      JavaScript
      Java
      Swift
      curl --location --request POST '/channel360/jzStoreOperation/getOprtCntrNames' \
      --header 'x-iotservice-mip: ex_denghd1' \
      --header 'Content-Type: application/json' \
      --data-raw '{
          "beginDate": "string",
          "endDate": "string",
          "searchValue": "string"
      }'

      返回响应

      🟢200成功
      application/json
      Body

      示例
      {}
      修改于 2025-07-16 02:22:14
      上一页
      获取最新数据日期
      下一页
      获取门店名称或编码
      Built with