基本信息

Item Info
URL /nsc/v1/price-strategies
Method GET

接口输入参数

  • 其他必传参数请参考接口规范
参数名 必选 类型 说明
channel string 渠道,系统会对 channel 和 app_id 做相关性校验
user_id string 用户名,nio 用户传入
channel_user_id string 渠道用户名,企业对接必传
latitude double 目标位置纬度,查询路径规划信息时必传
longitude double 目标位置经度,查询路径规划信息时必传

备注:business 和 service 可以不传,但是如果传入 service 必须要传 business

返回示例

{
    "result_code": "success",
    "data": {
        "strategy_list": [
            {
                "strategy_code": 1,
                "strategy_name": "优惠价",
                "strategy_price": 180,
                "package_code": "cp002",
                "package_sub_type": 1,
                "city_code": "100100",
                "channel_code": "NIO_CHANNEL"
            }
        ]
    }
}

返回参数说明

类型 说明
request_id string 见 API 规范
result_code string 见 API 规范
message string 见 API 规范
data object 见 API 规范
--strategy_list List 策略列表
----strategy_code int 策略编码
----strategy_name string 策略名称
----strategy_price double 策略价格
----package_code string 消费包code
----package_sub_type int 消费子类型,1:系统默认,2:用户指定
----city_code string 策略生效城市
----channel_code String 渠道代码

results matching ""

    No results matching ""