|
|
@@ -1265,6 +1265,18 @@ export default {
|
|
|
reqType: {} as LngFromLog对象,
|
|
|
resType: {} as any,
|
|
|
},
|
|
|
+ /** 优惠叠加配置 */
|
|
|
+ adjust: {
|
|
|
+ realUrl: '/strategy/man/carrier_config/adjust',
|
|
|
+ reqType: {} as CarrierRebateVO,
|
|
|
+ resType: {} as any,
|
|
|
+ },
|
|
|
+ /** 物流优惠参与配置查询 */
|
|
|
+ list_30: {
|
|
|
+ realUrl: '/strategy/man/carrier_config/list',
|
|
|
+ reqType: {} as IPageParams<CarrierRebateVO>,
|
|
|
+ resType: {} as CarrierRebateVO,
|
|
|
+ },
|
|
|
/** 新增物流线上特价 */
|
|
|
add_15: {
|
|
|
realUrl: '/strategy/man/carrier_rebate/add',
|
|
|
@@ -1272,7 +1284,7 @@ export default {
|
|
|
resType: {} as any,
|
|
|
},
|
|
|
/** 调价物流线上特价 */
|
|
|
- adjust: {
|
|
|
+ adjust_1: {
|
|
|
realUrl: '/strategy/man/carrier_rebate/adjust',
|
|
|
reqType: {} as MManPriceCarrierRebateAdjust对象,
|
|
|
resType: {} as any,
|
|
|
@@ -1308,7 +1320,7 @@ export default {
|
|
|
resType: {} as TruckDriverInfoVO对象,
|
|
|
},
|
|
|
/** 获取物流线上特价列表 */
|
|
|
- list_30: {
|
|
|
+ list_31: {
|
|
|
realUrl: '/strategy/man/carrier_rebate/list',
|
|
|
reqType: {} as IPageParams<ManPriceCarrierRebate对象>,
|
|
|
resType: {} as ManPriceCarrierRebateVO对象,
|
|
|
@@ -1338,7 +1350,7 @@ export default {
|
|
|
resType: {} as any,
|
|
|
},
|
|
|
/** 获取加气站清分列表 */
|
|
|
- list_31: {
|
|
|
+ list_32: {
|
|
|
realUrl: '/strategy/man/profit/list',
|
|
|
reqType: {} as IPageParams<GasstationDateParam>,
|
|
|
resType: {} as 站收益结算规则信息表实体VO类,
|
|
|
@@ -1350,13 +1362,13 @@ export default {
|
|
|
resType: {} as any,
|
|
|
},
|
|
|
/** 调价加气订单满减 */
|
|
|
- adjust_1: {
|
|
|
+ adjust_2: {
|
|
|
realUrl: '/strategy/man/reduce_rebate/adjust',
|
|
|
reqType: {} as ManPriceReduceRebateAdjust对象,
|
|
|
resType: {} as any,
|
|
|
},
|
|
|
/** 获取加气订单满减列表 */
|
|
|
- list_32: {
|
|
|
+ list_33: {
|
|
|
realUrl: '/strategy/man/reduce_rebate/list',
|
|
|
reqType: {} as IPageParams<ManPriceReduceRebate对象>,
|
|
|
resType: {} as ManPriceReduceRebateVO对象,
|
|
|
@@ -1392,7 +1404,7 @@ export default {
|
|
|
resType: {} as any,
|
|
|
},
|
|
|
/** 调价中石化零售价 */
|
|
|
- adjust_2: {
|
|
|
+ adjust_3: {
|
|
|
realUrl: '/strategy/man/snp/adjust',
|
|
|
reqType: {} as ManPriceSnpAdjust对象,
|
|
|
resType: {} as any,
|
|
|
@@ -1403,6 +1415,12 @@ export default {
|
|
|
|
|
|
resType: {} as any,
|
|
|
},
|
|
|
+ /** 根据时间范围获取中石化零售价 */
|
|
|
+ find_date_range: {
|
|
|
+ realUrl: '/strategy/man/snp/find_date_range',
|
|
|
+ reqType: {} as 优惠运营分析查询参数实体类,
|
|
|
+ resType: {} as any,
|
|
|
+ },
|
|
|
/** 获取平台加气订单的中石化零售价 */
|
|
|
find_snp_price: {
|
|
|
realUrl: '/strategy/man/snp/find_snp_price',
|
|
|
@@ -1410,7 +1428,7 @@ export default {
|
|
|
resType: {} as number,
|
|
|
},
|
|
|
/** 获取中石化限价列表 */
|
|
|
- list_33: {
|
|
|
+ list_34: {
|
|
|
realUrl: '/strategy/man/snp/list',
|
|
|
reqType: {} as IPageParams<manPriceSnp对象>,
|
|
|
resType: {} as manPriceSnp对象,
|
|
|
@@ -1452,7 +1470,7 @@ export default {
|
|
|
resType: {} as any,
|
|
|
},
|
|
|
/** 调价长城奥扬标准价 */
|
|
|
- adjust_3: {
|
|
|
+ adjust_4: {
|
|
|
realUrl: '/strategy/man/standard/adjust',
|
|
|
reqType: {} as manPriceStandard对象,
|
|
|
resType: {} as any,
|
|
|
@@ -1482,7 +1500,7 @@ export default {
|
|
|
resType: {} as ManStationCalLog对象,
|
|
|
},
|
|
|
/** 获取长城奥扬标准价列表 */
|
|
|
- list_34: {
|
|
|
+ list_35: {
|
|
|
realUrl: '/strategy/man/standard/list',
|
|
|
reqType: {} as IPageParams<manPriceStandard对象>,
|
|
|
resType: {} as ManPriceStandardVO对象,
|
|
|
@@ -1530,7 +1548,7 @@ export default {
|
|
|
resType: {} as boolean,
|
|
|
},
|
|
|
/** 获取newstation列表 */
|
|
|
- list_35: {
|
|
|
+ list_36: {
|
|
|
realUrl: '/strategy/newstation/list',
|
|
|
reqType: {} as IPageParams<Newstation对象>,
|
|
|
resType: {} as any,
|
|
|
@@ -1560,7 +1578,7 @@ export default {
|
|
|
resType: {} as PlatformPrice对象,
|
|
|
},
|
|
|
/** 获取platform_price列表 */
|
|
|
- list_36: {
|
|
|
+ list_37: {
|
|
|
realUrl: '/strategy/platform_price/list',
|
|
|
reqType: {} as IPageParams<PlatformPrice对象>,
|
|
|
resType: {} as IPage<PlatformPrice对象>,
|
|
|
@@ -1572,7 +1590,7 @@ export default {
|
|
|
resType: {} as boolean,
|
|
|
},
|
|
|
/** 获取platform_price_log列表 */
|
|
|
- list_37: {
|
|
|
+ list_38: {
|
|
|
realUrl: '/strategy/platform_price_log/list',
|
|
|
reqType: {} as IPageParams<PlatformPriceLog对象>,
|
|
|
resType: {} as IPage<PlatformPriceLog对象>,
|
|
|
@@ -1608,7 +1626,7 @@ export default {
|
|
|
resType: {} as any,
|
|
|
},
|
|
|
/** 获取平台挂牌价列表 */
|
|
|
- list_38: {
|
|
|
+ list_39: {
|
|
|
realUrl: '/strategy/price_config/list',
|
|
|
reqType: {} as IPageParams<PriceConfig对象>,
|
|
|
resType: {} as any,
|
|
|
@@ -1620,13 +1638,13 @@ export default {
|
|
|
resType: {} as any,
|
|
|
},
|
|
|
/** 获取price_config_gway 当前价列表 */
|
|
|
- list_39: {
|
|
|
+ list_40: {
|
|
|
realUrl: '/strategy/price_config_gway/list',
|
|
|
reqType: {} as IPageParams<PriceConfigGway对象>,
|
|
|
resType: {} as any,
|
|
|
},
|
|
|
/** 获取调价记录列表 */
|
|
|
- list_40: {
|
|
|
+ list_41: {
|
|
|
realUrl: '/strategy/price_config_gway_log/list',
|
|
|
reqType: {} as IPageParams<组合支付分页查询参数>,
|
|
|
resType: {} as any,
|
|
|
@@ -1644,7 +1662,7 @@ export default {
|
|
|
resType: {} as any,
|
|
|
},
|
|
|
/** 获取调价管理列表 */
|
|
|
- list_41: {
|
|
|
+ list_42: {
|
|
|
realUrl: '/strategy/price_config_gway_plan/list',
|
|
|
reqType: {} as IPageParams<PriceConfigGwayPlan对象>,
|
|
|
resType: {} as any,
|
|
|
@@ -1668,7 +1686,7 @@ export default {
|
|
|
resType: {} as any,
|
|
|
},
|
|
|
/** 获取price_config_log列表 */
|
|
|
- list_42: {
|
|
|
+ list_43: {
|
|
|
realUrl: '/strategy/price_config_log/list',
|
|
|
reqType: {} as IPageParams<PriceConfigLog对象>,
|
|
|
resType: {} as any,
|
|
|
@@ -1710,7 +1728,7 @@ export default {
|
|
|
resType: {} as any,
|
|
|
},
|
|
|
/** 获取加气站售卖价列表 */
|
|
|
- list_43: {
|
|
|
+ list_44: {
|
|
|
realUrl: '/strategy/price_config_market/list',
|
|
|
reqType: {} as IPageParams<PriceConfigMarket对象>,
|
|
|
resType: {} as any,
|
|
|
@@ -1746,7 +1764,7 @@ export default {
|
|
|
resType: {} as any,
|
|
|
},
|
|
|
/** 获取标准差价列表 */
|
|
|
- list_44: {
|
|
|
+ list_45: {
|
|
|
realUrl: '/strategy/price_config_market_diff/list',
|
|
|
reqType: {} as IPageParams<PriceConfigMarketDiff对象>,
|
|
|
resType: {} as any,
|
|
|
@@ -1776,7 +1794,7 @@ export default {
|
|
|
resType: {} as any,
|
|
|
},
|
|
|
/** 获取非标差价列表 */
|
|
|
- list_45: {
|
|
|
+ list_46: {
|
|
|
realUrl: '/strategy/price_config_market_undiff/list',
|
|
|
reqType: {} as IPageParams<PriceConfigMarketDiffUnstd对象>,
|
|
|
resType: {} as any,
|
|
|
@@ -1812,7 +1830,7 @@ export default {
|
|
|
resType: {} as any,
|
|
|
},
|
|
|
/** 获取中石化调价记录列表 */
|
|
|
- list_46: {
|
|
|
+ list_47: {
|
|
|
realUrl: '/strategy/price_config_snp_log/list',
|
|
|
reqType: {} as IPageParams<组合支付分页查询参数>,
|
|
|
resType: {} as any,
|
|
|
@@ -1824,7 +1842,7 @@ export default {
|
|
|
resType: {} as any,
|
|
|
},
|
|
|
/** 获取调价管理列表 */
|
|
|
- list_47: {
|
|
|
+ list_48: {
|
|
|
realUrl: '/strategy/price_config_snp_plan/list',
|
|
|
reqType: {} as IPageParams<PriceConfigSnpPlan对象>,
|
|
|
resType: {} as any,
|
|
|
@@ -1848,7 +1866,7 @@ export default {
|
|
|
resType: {} as any,
|
|
|
},
|
|
|
/** 获取profit_quota_log列表 */
|
|
|
- list_48: {
|
|
|
+ list_49: {
|
|
|
realUrl: '/strategy/profit_quota_log/list',
|
|
|
reqType: {} as IPageParams<ProfitQuotaLogParam>,
|
|
|
resType: {} as any,
|
|
|
@@ -1968,7 +1986,7 @@ export default {
|
|
|
resType: {} as any,
|
|
|
},
|
|
|
/** 获取计划列表(运营端) */
|
|
|
- list_49: {
|
|
|
+ list_50: {
|
|
|
realUrl: '/strategy/purchase/list',
|
|
|
reqType: {} as IPageParams<PurchasePageParam>,
|
|
|
resType: {} as any,
|
|
|
@@ -2040,7 +2058,7 @@ export default {
|
|
|
resType: {} as any,
|
|
|
},
|
|
|
/** 获取计划提报限制详列表 */
|
|
|
- list_50: {
|
|
|
+ list_51: {
|
|
|
realUrl: '/strategy/purchase_limit_config/list',
|
|
|
reqType: {} as PurchaseLimitConfig对象,
|
|
|
resType: {} as any,
|
|
|
@@ -2058,7 +2076,7 @@ export default {
|
|
|
resType: {} as any,
|
|
|
},
|
|
|
/** 获取计划提报限制详细配置分页列表 */
|
|
|
- list_51: {
|
|
|
+ list_52: {
|
|
|
realUrl: '/strategy/purchase_limit_config_log/list',
|
|
|
reqType: {} as IPageParams<PurchaseLimitConfigLog对象>,
|
|
|
resType: {} as any,
|
|
|
@@ -2076,7 +2094,7 @@ export default {
|
|
|
resType: {} as any,
|
|
|
},
|
|
|
/** 获取订单变更记录 */
|
|
|
- list_52: {
|
|
|
+ list_53: {
|
|
|
realUrl: '/strategy/purchase_operate/list',
|
|
|
reqType: {} as IPageParams<PurchaseOperate对象>,
|
|
|
resType: {} as any,
|
|
|
@@ -2106,7 +2124,7 @@ export default {
|
|
|
resType: {} as any,
|
|
|
},
|
|
|
/** 获取返利优惠列表 */
|
|
|
- list_53: {
|
|
|
+ list_54: {
|
|
|
realUrl: '/strategy/rebate_config/list',
|
|
|
reqType: {} as IPageParams<RebateConfig对象>,
|
|
|
resType: {} as any,
|
|
|
@@ -2118,13 +2136,13 @@ export default {
|
|
|
resType: {} as any,
|
|
|
},
|
|
|
/** 获取返利优惠变更记录列表 */
|
|
|
- list_54: {
|
|
|
+ list_55: {
|
|
|
realUrl: '/strategy/rebate_log/list',
|
|
|
reqType: {} as IPageParams<RebateLog对象>,
|
|
|
resType: {} as any,
|
|
|
},
|
|
|
/** 返利优惠变更记录详细日志 */
|
|
|
- list_55: {
|
|
|
+ list_56: {
|
|
|
realUrl: '/strategy/rebate_log_detail/list',
|
|
|
reqType: {} as IPageParams<RebateLogDetail对象>,
|
|
|
resType: {} as any,
|
|
|
@@ -2139,7 +2157,7 @@ export default {
|
|
|
|
|
|
},
|
|
|
/** 获取申请变更记录列表 */
|
|
|
- list_56: {
|
|
|
+ list_57: {
|
|
|
realUrl: '/strategy/release_detail/list',
|
|
|
reqType: {} as IPageParams<ReleaseDetail对象>,
|
|
|
resType: {} as any,
|
|
|
@@ -2169,7 +2187,7 @@ export default {
|
|
|
resType: {} as any,
|
|
|
},
|
|
|
/** 获取发布申请列表 */
|
|
|
- list_57: {
|
|
|
+ list_58: {
|
|
|
realUrl: '/strategy/release_manage/list',
|
|
|
reqType: {} as IPageParams<ReleaseManage对象>,
|
|
|
resType: {} as any,
|
|
|
@@ -2186,11 +2204,11 @@ export default {
|
|
|
reqType: {} as ReleaseManage对象,
|
|
|
resType: {} as any,
|
|
|
},
|
|
|
- /** 获取所有的站信息列表 */
|
|
|
- list_58: {
|
|
|
+ /** 按条件获取站信息列表 */
|
|
|
+ list_59: {
|
|
|
realUrl: '/strategy/station_map/list',
|
|
|
-
|
|
|
- resType: {} as StationMap对象,
|
|
|
+ reqType: {} as StationMap对象,
|
|
|
+ resType: {} as Array<StationMap对象>,
|
|
|
},
|
|
|
/** 添加库存变动日志 */
|
|
|
add_33: {
|
|
|
@@ -2259,7 +2277,7 @@ export default {
|
|
|
resType: {} as any,
|
|
|
},
|
|
|
/** 获取库存变动日志列表 */
|
|
|
- list_59: {
|
|
|
+ list_60: {
|
|
|
realUrl: '/strategy/stock_log/list',
|
|
|
reqType: {} as IPageParams<StockLog对象>,
|
|
|
resType: {} as any,
|
|
|
@@ -2313,7 +2331,7 @@ export default {
|
|
|
resType: {} as any,
|
|
|
},
|
|
|
/** 获取system_config_log列表 */
|
|
|
- list_60: {
|
|
|
+ list_61: {
|
|
|
realUrl: '/strategy/system_config_log/list',
|
|
|
reqType: {} as IPageParams<SystemConfigLog对象>,
|
|
|
resType: {} as any,
|
|
|
@@ -2343,7 +2361,7 @@ export default {
|
|
|
resType: {} as any,
|
|
|
},
|
|
|
/** 获取tag列表 */
|
|
|
- list_61: {
|
|
|
+ list_62: {
|
|
|
realUrl: '/strategy/tag/list',
|
|
|
reqType: {} as Tag对象,
|
|
|
resType: {} as any,
|
|
|
@@ -2718,7 +2736,7 @@ export default {
|
|
|
resType: {} as any,
|
|
|
},
|
|
|
/** 卡车列表 */
|
|
|
- list_62: {
|
|
|
+ list_63: {
|
|
|
realUrl: '/strategy/truck/list',
|
|
|
reqType: {} as IPageParams<Truck对象>,
|
|
|
resType: {} as AnyObject,
|
|
|
@@ -2844,7 +2862,7 @@ export default {
|
|
|
resType: {} as Array<TruckComContract对象>,
|
|
|
},
|
|
|
/** 获取truck_com_contract列表 */
|
|
|
- list_63: {
|
|
|
+ list_64: {
|
|
|
realUrl: '/strategy/truck_com_contract/list',
|
|
|
reqType: {} as IPageParams<TruckComContract对象>,
|
|
|
resType: {} as any,
|
|
|
@@ -2940,7 +2958,7 @@ export default {
|
|
|
resType: {} as any,
|
|
|
},
|
|
|
/** 获取truck_driver_log列表 */
|
|
|
- list_64: {
|
|
|
+ list_65: {
|
|
|
realUrl: '/strategy/truck_driver_log/list',
|
|
|
reqType: {} as IPageParams<TruckDriverLog对象>,
|
|
|
resType: {} as any,
|
|
|
@@ -2958,7 +2976,7 @@ export default {
|
|
|
resType: {} as any,
|
|
|
},
|
|
|
/** 获取truck_log列表 */
|
|
|
- list_65: {
|
|
|
+ list_66: {
|
|
|
realUrl: '/strategy/truck_log/list',
|
|
|
reqType: {} as IPageParams<TruckLog对象>,
|
|
|
resType: {} as any,
|