Browse Source

添加参数mchId

lyhzzz 2 years ago
parent
commit
dac68b4f08
1 changed files with 4 additions and 2 deletions
  1. 4 2
      vr场景统计结果接口文档.md

+ 4 - 2
vr场景统计结果接口文档.md

@@ -21,7 +21,7 @@
  | type          | 类型(0:日,1:周,2:月,3:自定义时间段)默认0    |  false   |   int      |0    |
  | startDay          | 开始天数 (当type 为3时,不为空)   |  false   |   string      |2022-06-18   |
  | endDay          | 结束天数 (当type 为3时,不为空)    |  false   |   string      |2022-06-30  |
-
+  | mchId          | 店铺Id (新增)  |  true   |   string      |604163192 |
  
  
  
@@ -61,6 +61,7 @@
  | ------------ | -----------   | -------- | -------     | -----    |
  | startDay          | 开始天数,不为空   |  true   |   string      |2022-06-18   |
  | endDay          | 结束天数 ,不为空    |  true   |   string      |2022-09-18 |
+  | mchId          | 店铺Id (新增)  |  true   |   string      |604163192 |
 
  
  
@@ -103,7 +104,8 @@
  
   ```json
 {
-    "days": ["2022-06-18","2022-06-19","2022-09-14"]
+    "days": ["2022-06-18","2022-06-19","2022-09-14"],
+   "mchId": 604163192
 }
   ```