###1. 卡券资源商品插件id、订单插件id为140
###2. 当请求API链接中有&basic_info=1 切 存在卡券资源插件时:plugin_setting->yz_supply_camilo_resources ###3. 当商品plugin_id = 140 无法加入购物车,只能单独购买
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
is_ios_sell | int | 是否禁售ios 1是0否 |
is_default_order_address | int | 是否开启默认地址1是0否 |
province_id | string | 省id |
province_name | string | 省名称 |
city_id | string | 市id |
city_name | string | 市名称 |
district_id | string | 区id |
district_name | string | 区名称 |
street_id | string | 街道id |
street_name | string | 街道名称 |
username | string | 用户名 |
mobile | string | 手机号 |
address | string | 详细地址 |
商品详情也使用公用API即可 下单系列保持原有API order.goods-buy API 下orders
参数名 | 类型 | 说明 |
---|---|---|
camilo_resources_coupon_type | int | 1直冲2卡券 |
camilo_resources_sub_coupon_type | int | 直冲时:1手机号2qq号3中石化4中石油 |
###order.create API新增传参 提交订单页面 当coupon_type = 1 &&(sub_coupon_type 3||4)时 username,card 其他均是recharge_number 当coupon_type = 2不需要下列参数
参数名 | 类型 | 说明 |
---|---|---|
recharge_number | string | 充值账号 |
username | string | 用户名 |
card | int | 卡号 |
订单列表
参数名 | 类型 | 说明 |
---|---|---|
camilo_resources_coupon_type | int | 1直冲2卡券 |
camilo_resources_sub_coupon_type | int | 直冲时:1手机号2qq号3中石化4中石油 |
camilo_resources_recharge_number | int | 充值账号 |
camilo_resources_card | int | 卡号 |
camilo_resources_username | int | 用户名 |
订单详情字段同上 直冲分为两种情况 当camilo_resources_sub_coupon_type/sub_coupon_type=3 or 4 时是油卡 需要卡号和用户名 当camilo_resources_sub_coupon_type/sub_coupon_type=3 or 4是正常卡 需要一个充值账号