Commit f1541fa5 by huluobin

dashboard 请求头

parent c1604a7c
...@@ -25,6 +25,6 @@ public class GetStoreListApiRequest extends AdminPageRequest { ...@@ -25,6 +25,6 @@ public class GetStoreListApiRequest extends AdminPageRequest {
@JsonProperty("user_store_ids") @JsonProperty("user_store_ids")
private List<Integer> userStoreIds; private List<Integer> userStoreIds;
private Integer brand_id = 1; private Integer api_brand_id = 1;
} }
...@@ -27,5 +27,5 @@ public class GetStoreTrendApiRequest { ...@@ -27,5 +27,5 @@ public class GetStoreTrendApiRequest {
@JsonProperty("user_store_ids") @JsonProperty("user_store_ids")
private List<Integer> userStoreIds; private List<Integer> userStoreIds;
private Integer brand_id = 1; private Integer api_brand_id = 1;
} }
...@@ -22,6 +22,6 @@ public class PreStorageSumApiRequest { ...@@ -22,6 +22,6 @@ public class PreStorageSumApiRequest {
@JsonProperty("user_store_ids") @JsonProperty("user_store_ids")
private List<Integer> userStoreIds; private List<Integer> userStoreIds;
private Integer brand_id = 1; private Integer api_brand_id = 1;
} }
...@@ -22,6 +22,6 @@ public class RevenueServiceListApiRequest { ...@@ -22,6 +22,6 @@ public class RevenueServiceListApiRequest {
@JsonProperty("user_store_ids") @JsonProperty("user_store_ids")
private List<Integer> userStoreIds; private List<Integer> userStoreIds;
private Integer brand_id = 1; private Integer api_brand_id = 1;
} }
...@@ -19,6 +19,6 @@ public class RevenueSumApiRequest { ...@@ -19,6 +19,6 @@ public class RevenueSumApiRequest {
@JsonProperty("date_utc") @JsonProperty("date_utc")
private List<String> dateUtc; private List<String> dateUtc;
private Integer brand_id = 1; private Integer api_brand_id = 1;
} }
...@@ -19,6 +19,6 @@ public class RevenueSumByTypeApiRequest { ...@@ -19,6 +19,6 @@ public class RevenueSumByTypeApiRequest {
@JsonProperty("date_utc") @JsonProperty("date_utc")
private List<String> dateUtc; private List<String> dateUtc;
private Integer brand_id = 1; private Integer api_brand_id = 1;
} }
...@@ -22,6 +22,6 @@ public class RevenueTypeListRequest { ...@@ -22,6 +22,6 @@ public class RevenueTypeListRequest {
@JsonProperty("user_store_ids") @JsonProperty("user_store_ids")
private List<Integer> userStoreIds; private List<Integer> userStoreIds;
private Integer brand_id = 1; private Integer api_brand_id = 1;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment