Path: /api/v2/order/product_coupon/:orderId
Method: GET
接口描述:
路径参数
参数名称 | 示例 | 备注 |
---|---|---|
orderId |
Query
参数名称 | 是否必须 | 示例 | 备注 |
---|---|---|---|
orderId | 是 | wx123213123123 | 订单号 |
名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
---|
Path: /api/user/level/expList
Method: GET
接口描述:
{
"status": 200,
"msg": "ok",
"data": [
{
"id": 42,
"title": "签到奖励",
"number": "20.00",
"add_time": "2020/07/13 20:16"
}
]
}
Query
参数名称 | 是否必须 | 示例 | 备注 |
---|---|---|---|
page | 否 | 1 | 页数 |
limit | 否 | 10 | 每页条数 |
名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
---|---|---|---|---|---|
status | number | 非必须 | |||
msg | string | 非必须 | |||
data | object [] | 非必须 | item 类型: object | ||
├─ id | number | 非必须 | |||
├─ title | string | 非必须 | |||
├─ number | string | 非必须 | |||
├─ add_time | string | 非必须 |
Path: /api/user/level/info
Method: GET
接口描述:
名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
---|---|---|---|---|---|
status | number | 非必须 | |||
msg | string | 非必须 | |||
data | object | 非必须 | |||
├─ level_info | object | 非必须 | 当前用户等级信息 | ||
├─ id | number | 非必须 | |||
├─ level_id | number | 非必须 | |||
├─ add_time | number | 非必须 | |||
├─ discount | number | 非必须 | |||
├─ name | string | 非必须 | |||
├─ money | string | 非必须 | |||
├─ incon | string | 非必须 | |||
├─ is_pay | number | 非必须 | |||
├─ grade | number | 非必须 | |||
├─ exp | string | 非必须 | |||
├─ level_list | object [] | 非必须 | 所有用户等级数据 | item 类型: object | |
├─ id | number | 必须 | |||
├─ grade | number | 必须 | |||
├─ name | string | 必须 | |||
├─ exp_num | string | 必须 | |||
├─ task | object | 非必须 | 等级权益 | ||
├─ invite | number | 非必须 | |||
├─ order | number | 非必须 | |||
├─ sign | number | 非必须 | |||
├─ sign_count | string | 非必须 | |||
├─ user | object | 非必须 | 用户信息 |
Path: /api/user/binding
Method: GET
接口描述:
Query
参数名称 | 是否必须 | 示例 | 备注 |
---|---|---|---|
phone | 是 | 13090089876 | 手机号 |
captcha | 是 | 098789 | 短信验证码 |
step | 否 | 0 |
名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
---|---|---|---|---|---|
status | number | 必须 | |||
msg | string | 必须 | |||
data | string | 必须 |
Path: /api/v2/user/service/record
Method: POST
接口描述:
Headers
参数名称 | 参数值 | 是否必须 | 示例 | 备注 |
---|---|---|---|---|
Content-Type | application/x-www-form-urlencoded | 是 |
Body
参数名称 | 参数类型 | 是否必须 | 示例 | 备注 |
---|---|---|---|---|
uidTo | text | 是 |
Path: /api/v2/get_attr/:id/:type
Method: GET
接口描述:
路径参数
参数名称 | 示例 | 备注 |
---|---|---|
id | 商品id | |
type | 商品分类 |
Path: /api/v2/set_cart_num
Method: POST
接口描述:
Headers
参数名称 | 参数值 | 是否必须 | 示例 | 备注 |
---|---|---|---|---|
Content-Type | application/x-www-form-urlencoded | 是 |
Body
参数名称 | 参数类型 | 是否必须 | 示例 | 备注 |
---|---|---|---|---|
product_id | text | 是 | 商品id | |
num | text | 是 | 数量 | |
unique | text | 是 | sku唯一值 | |
type | text | 是 | 操作类型:-1:直接设置 0:减1:加 |
Path: /api/v2/cart_list
Method: GET
接口描述:
Path: /api/v2/reset_cart
Method: POST
接口描述:
Headers
参数名称 | 参数值 | 是否必须 | 示例 | 备注 |
---|---|---|---|---|
Content-Type | application/x-www-form-urlencoded | 是 |
Body
参数名称 | 参数类型 | 是否必须 | 示例 | 备注 |
---|---|---|---|---|
id | text | 是 | 购物车id | |
unique | text | 是 | 规格唯一值 | |
num | text | 是 | 数量 | |
product_id | text | 是 | 商品id |
名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
---|
Path: /api/v2/index
Method: GET
接口描述:
Path: /api/v2/get_today_coupon
Method: GET
接口描述:
Path: /api/v2/new_coupon
Method: GET
接口描述:
名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
---|---|---|---|---|---|
status | number | 非必须 | |||
msg | string | 非必须 | |||
data | object | 非必须 | |||
├─ list | object [] | 非必须 | item 类型: object | ||
├─ id | number | 非必须 | |||
├─ cid | number | 非必须 | |||
├─ start_time | number | 非必须 | |||
├─ end_time | number | 非必须 | |||
├─ total_count | number | 非必须 | |||
├─ remain_count | number | 非必须 | |||
├─ is_permanent | number | 非必须 | |||
├─ status | number | 非必须 | |||
├─ is_give_subscribe | number | 非必须 | |||
├─ is_full_give | number | 非必须 | |||
├─ full_reduction | string | 非必须 | |||
├─ is_del | number | 非必须 | |||
├─ add_time | number | 非必须 | |||
├─ image | string | 非必须 | 优惠券弹窗背景图 |
Path: /api/v2/coupons
Method: GET
接口描述:
Query
参数名称 | 是否必须 | 示例 | 备注 |
---|---|---|---|
type | 否 | 几种类型 | |
product_id | 否 | 商品id |
Path: /api/v2/user/search_list
Method: GET
接口描述:
Path: /api/v2/user/clean_search
Method: GET
接口描述:
Path: /api/v2/wechat/wx_silence_auth
Method: GET
接口描述:
{
"status": 200,
"msg": "ok",
"data": {
"key": "autokay"
}
}
{
"status": 200,
"msg": "ok",
"data": {
"token": "token" ,
"expires_time":""
}
}
Query
参数名称 | 是否必须 | 示例 | 备注 |
---|---|---|---|
code | 是 | code | |
spread | 否 | 推广人id |
名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
---|---|---|---|---|---|
status | number | 非必须 | |||
msg | string | 非必须 | |||
data | string | 非必须 |
Path: /api/v2/wechat/wx_silence_auth_login
Method: GET
接口描述:
Query
参数名称 | 是否必须 | 示例 | 备注 |
---|---|---|---|
code | 是 | code | |
spread | 否 | 12 | 推广人id |
名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
---|
Path: /api/v2/phone_wx_silence_auth
Method: POST
接口描述:
Headers
参数名称 | 参数值 | 是否必须 | 示例 | 备注 |
---|---|---|---|---|
Content-Type | application/x-www-form-urlencoded | 是 |
Body
参数名称 | 参数类型 | 是否必须 | 示例 | 备注 |
---|---|---|---|---|
phone | text | 是 | 手机号 | |
captcha | text | 是 | 短信验证码 | |
key | text | 是 | 静默授权保存信息key |
名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
---|
Path: /api/v2/wechat/silence_auth
Method: GET
接口描述:
{
"status": 200,
"msg": "ok",
"data": {
"key": "autokay"
}
}
{
"status": 200,
"msg": "ok",
"data": {
"token": "token" ,
"expires_time":""
}
}
Query
参数名称 | 是否必须 | 示例 | 备注 |
---|---|---|---|
code | 是 | code | |
spread_code | 否 | 推广人code | |
spread_spid | 是 | 推广人id |
名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
---|---|---|---|---|---|
status | number | 非必须 | |||
msg | string | 非必须 |
Path: /api/v2/wechat/silence_auth_login
Method: GET
接口描述:
Query
参数名称 | 是否必须 | 示例 | 备注 |
---|---|---|---|
code | 是 | code | |
spread_code | 否 | 推广人code | |
spread_spid | 是 | 推广人id |
名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
---|---|---|---|---|---|
status | number | 非必须 | |||
msg | string | 非必须 |
Path: /api/v2/auth_bindind_phone
Method: POST
接口描述:
Headers
参数名称 | 参数值 | 是否必须 | 示例 | 备注 |
---|---|---|---|---|
Content-Type | application/x-www-form-urlencoded | 是 |
Body
参数名称 | 参数类型 | 是否必须 | 示例 | 备注 |
---|---|---|---|---|
code | text | 是 | 授权code | |
iv | text | 是 | 获取手机号必须参数 | |
encryptedData | text | 是 | 获取手机号必须参数 | |
spread_code | text | 否 | 推广人code | |
spread_spid | text | 否 | 推广人id | |
key | text | 是 | 授权信息保存key |
Path: /api/v2/phone_silence_auth
Method: POST
接口描述:
Headers
参数名称 | 参数值 | 是否必须 | 示例 | 备注 |
---|---|---|---|---|
Content-Type | application/x-www-form-urlencoded | 是 |
Body
参数名称 | 参数类型 | 是否必须 | 示例 | 备注 |
---|---|---|---|---|
code | text | 是 | 授权code | |
spread_code | text | 否 | 推广人code | |
spread_id | text | 否 | 推广人id | |
phone | text | 是 | 手机号 | |
captcha | text | 是 | 短信验证码 |
Path: /api/v2/bind_status
Method: GET
接口描述:
名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
---|---|---|---|---|---|
status | number | 非必须 | |||
msg | string | 非必须 | |||
data | object | 非必须 | |||
├─ status | boolean | 非必须 | 是否强制绑定 |
Path: /v2/subscribe
Method: GET
接口描述:
名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
---|---|---|---|---|---|
status | number | 非必须 | |||
msg | string | 非必须 | |||
data | object | 非必须 | |||
├─ subscribe | boolean | 非必须 | 是否关注 |
Path: /api/binding
Method: POST
接口描述:
Headers
参数名称 | 参数值 | 是否必须 | 示例 | 备注 |
---|---|---|---|---|
Content-Type | application/x-www-form-urlencoded | 是 |
Body
参数名称 | 参数类型 | 是否必须 | 示例 | 备注 |
---|---|---|---|---|
phone | text | 是 | 13572879999 | 手机号 |
captcha | text | 是 | 000000 | 短信验证码 |
key | text | 是 | shakdjshfksjldfhaksdhfkjdshfk | 32位授权信息保存key |
名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
---|
Path: /api/v2/diy/get_diy/:name
Method: GET
接口描述:
路径参数
参数名称 | 示例 | 备注 |
---|---|---|
name | moren | 模版名称 |
名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
---|---|---|---|---|---|
status | number | 非必须 | |||
msg | string | 非必须 | |||
data | object | 非必须 | 数据 |
Path: /api/v2/diy/get_store_status
Method: GET
接口描述:
Path: /api/v2/order/invoice_detail/:uni
Method: GET
接口描述:
路径参数
参数名称 | 示例 | 备注 |
---|---|---|
uni | 订单号 |
Path: /api/v2/invoice/del/:id
Method: GET
接口描述:
路径参数
参数名称 | 示例 | 备注 |
---|---|---|
id | 10 | 发票id |
名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
---|---|---|---|---|---|
status | number | 必须 | |||
msg | string | 必须 | |||
data | object | 必须 |
Path: /api/v2/invoice/detail/:id
Method: GET
接口描述:
路径参数
参数名称 | 示例 | 备注 |
---|---|---|
id | 10 | 发票id |
名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
---|---|---|---|---|---|
status | number | 必须 | |||
msg | string | 必须 | |||
data | object | 必须 |
Path: /api/v2/invoice
Method: GET
接口描述:
Query
参数名称 | 是否必须 | 示例 | 备注 |
---|---|---|---|
page | 否 | 1 | 页数 |
limit | 否 | 10 | 每页条数 |
header_type | 否 | 1 | 抬头类型1:个人2:企业 |
type | 否 | 1 | 发票类型1:普通2:专用 |
名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
---|---|---|---|---|---|
status | number | 必须 | |||
msg | string | 必须 | |||
data | object | 必须 |
Path: /api/v2/order/invoice_list
Method: GET
接口描述:
Path: /api/v2/invoice/save
Method: POST
接口描述:
Headers
参数名称 | 参数值 | 是否必须 | 示例 | 备注 |
---|---|---|---|---|
Content-Type | application/x-www-form-urlencoded | 是 |
Query
参数名称 | 是否必须 | 示例 | 备注 |
---|---|---|---|
id | 否 | 10 | 修改时为必须参数 |
header_type | 是 | 1 | 抬头类型1:个人2:企业 |
type | 是 | 1 | 发票类型1:普通2:专用 |
drawer_phone | 是 | 13572879909 | 开票人手机号 |
name | 是 | 张三(某某技术有限公司) | 名称(发票抬头) |
duty_number | 否 | 税号(个人为非必需,企业是必需参数) | |
tell | 否 | 公司注册电话 | |
address | 否 | 注册地址 | |
bank | 否 | 开户行 | |
card_number | 否 | 银行卡号 | |
is_default | 否 | 0 | 是否默认 |
否 | 123@qq.com | 邮箱 |
名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
---|---|---|---|---|---|
status | number | 必须 | |||
msg | string | 必须 | |||
data | object | 必须 |
Path: /api/v2/invoice/set_default/:id
Method: POST
接口描述:
Headers
参数名称 | 参数值 | 是否必须 | 示例 | 备注 |
---|---|---|---|---|
Content-Type | application/x-www-form-urlencoded | 是 |
路径参数
参数名称 | 示例 | 备注 |
---|---|---|
id |
名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
---|---|---|---|---|---|
status | number | 必须 | |||
msg | string | 必须 | |||
data | object | 必须 |
Path: /api/v2/invoice/get_default/:type
Method: GET
接口描述:
路径参数
参数名称 | 示例 | 备注 |
---|---|---|
type | 1 | 发票类型1:普通2:专用 |
名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
---|---|---|---|---|---|
status | number | 必须 | |||
msg | string | 必须 | |||
data | object | 必须 |
Path: /api/v2/order/make_up_invoice
Method: POST
接口描述:
Headers
参数名称 | 参数值 | 是否必须 | 示例 | 备注 |
---|---|---|---|---|
Content-Type | multipart/form-data | 是 |
Body
参数名称 | 参数类型 | 是否必须 | 示例 | 备注 |
---|---|---|---|---|
order_id | file | 是 | wx20908154455851008 | 订单号 |
invoice_id | text | 是 | 10 | 发票id |
名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
---|---|---|---|---|---|
status | number | 必须 | |||
msg | string | 必须 | |||
data | object | 必须 |
Path: /api/user/member/card/index
Method: GET
接口描述:
名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
---|---|---|---|---|---|
status | number | 必须 | |||
msg | string | 必须 | |||
data | object | 必须 | |||
├─ member_rights | object | 必须 | 会员权益 | ||
├─ consume_integral | object | 必须 | |||
├─ integral_title | string | 必须 | |||
├─ integral_rule_number | string | 必须 | |||
├─ integral_image | string | 必须 | |||
├─ integral_explain | string | 必须 | |||
├─ vip_price | object | 必须 | |||
├─ price_title | string | 必须 | |||
├─ price_explain | string | 必须 | |||
├─ price_image | string | 必须 | |||
├─ express_rebate | object | 必须 | |||
├─ express_title | string | 必须 | |||
├─ express_rule_number | number | 必须 | |||
├─ express_explain | string | 必须 | |||
├─ express_image | string | 必须 | |||
├─ sign_integral | object | 必须 | |||
├─ sign_title | string | 必须 | |||
├─ sign_image | string | 必须 | |||
├─ sign_explain | string | 必须 | |||
├─ sign_rule_number | string | 必须 | |||
├─ is_get_free | object | 必须 | 是否能领取免费会员 | ||
├─ id | number | 必须 | |||
├─ status | number | 必须 | |||
├─ type | string | 必须 | |||
├─ title | string | 必须 | |||
├─ vip_day | string | 必须 | |||
├─ price | string | 必须 | |||
├─ pre_price | string | 必须 | |||
├─ is_record | number | 必须 | |||
├─ member_explain | string [] | 必须 | 会员说明 | item 类型: string | |
├─ | 非必须 |
Path: /api/user/member/card/draw
Method: POST
接口描述:
Headers
参数名称 | 参数值 | 是否必须 | 示例 | 备注 |
---|---|---|---|---|
Content-Type | application/x-www-form-urlencoded | 是 |
Body
参数名称 | 参数类型 | 是否必须 | 示例 | 备注 |
---|---|---|---|---|
member_card_code | text | 是 | CR0003120091592118 | 会员卡号 |
member_card_pwd | text | 是 | 82000 | 卡密 |
from | text | 是 | weixin | 应用来源 weixin |
名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
---|---|---|---|---|---|
status | number | 必须 | |||
msg | string | 必须 |
Path: /api/user/member/card/create
Method: GET
接口描述:
Query
参数名称 | 是否必须 | 示例 | 备注 |
---|---|---|---|
pay_type | 是 | yue | 微信:weixin,余额:yue,线下:offile |
type | 是 | 1 | 0:免费领取会员 ,1:购买会员 ,2:卡密领取会员 ,3:线下付款 |
from | 是 | weixin | 微信:weixin ,h5:h5,小程序: routine |
member_type | 是 | free | 免费:free,月卡:month,季卡:quarter,年卡:year,ever:永久(购买会员卡必填,线下付款无需) |
price | 是 | 12.3 | 价格 |
quitUrl | 否 | 支付宝链接 |
名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
---|---|---|---|---|---|
status | number | 必须 | |||
msg | string | 必须 | |||
data | object | 必须 | |||
├─ status | string | 必须 | |||
├─ result | object | 必须 | |||
├─ orderId | string | 必须 | 订单id |
Path: /api/user/member/coupons/list
Method: GET
接口描述:
名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
---|---|---|---|---|---|
status | number | 非必须 | |||
msg | string | 非必须 | |||
data | object [] | 非必须 | item 类型: object | ||
├─ id | number | 非必须 | |||
├─ cid | number | 非必须 | |||
├─ uid | number | 非必须 | |||
├─ coupon_title | string | 非必须 | |||
├─ coupon_price | string | 非必须 | |||
├─ use_min_price | string | 非必须 | |||
├─ add_time | number | 非必须 | |||
├─ start_time | number | 非必须 | |||
├─ end_time | number | 非必须 | |||
├─ use_time | number | 非必须 | |||
├─ type | string | 非必须 | |||
├─ status | string | 非必须 | |||
├─ is_fail | number | 非必须 | |||
├─ applicable_type | number | 非必须 | |||
├─ coupon_time | number | 非必须 | |||
├─ coupon_type | string | 非必须 |
Path: /api/user/member/overdue/time
Method: GET
接口描述:
Query
参数名称 | 是否必须 | 示例 | 备注 |
---|---|---|---|
member_type | 是 | 会员类型 | |
vip_day | 是 | 有效时长 |
Path: /api/order/offline/check/price
Method: POST
接口描述:
Headers
参数名称 | 参数值 | 是否必须 | 示例 | 备注 |
---|---|---|---|---|
Content-Type | application/x-www-form-urlencoded | 是 |
Body
参数名称 | 参数类型 | 是否必须 | 示例 | 备注 |
---|---|---|---|---|
pay_price | text | 是 | 520 | 线下付款金额 |
名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
---|---|---|---|---|---|
status | number | 必须 | |||
msg | string | 必须 | |||
data | object | 必须 | |||
├─ pay_price | number | 必须 | 返回的会员金额(在正式付款时传送过来) |
Path: /api/order/offline/create
Method: POST
接口描述:
Headers
参数名称 | 参数值 | 是否必须 | 示例 | 备注 |
---|---|---|---|---|
Content-Type | application/x-www-form-urlencoded | 是 |
Body
参数名称 | 参数类型 | 是否必须 | 示例 | 备注 |
---|---|---|---|---|
pay_type | text | 是 | weixin | 微信:weixin,余额:yue,线下:offile |
type | text | 是 | 3 | 0:免费领取会员 ,1:购买会员 ,2:卡密领取会员 ,3:线下付款 |
from | text | 是 | weixin | 微信:weixin ,h5:h5,小程序: routine |
price | text | 是 | 520 | 价格 |
名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
---|---|---|---|---|---|
status | number | 非必须 | |||
msg | string | 非必须 | |||
data | object | 非必须 | |||
├─ status | string | 非必须 | |||
├─ result | object | 非必须 | |||
├─ orderId | string | 非必须 |
Path: /api/order/offline/pay/type
Method: GET
接口描述:
名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 |
---|---|---|---|---|---|
status | number | 非必须 | |||
msg | string | 非必须 | |||
data | object | 非必须 | |||
├─ offline_pay_status | string | 非必须 | 线下付款 1:开启 |