$userInfo
$userInfo :
小程序接口 Class AuthApi
$view : \think\View
$request : \think\Request
__construct(\think\Request $request = null)
构造方法
\think\Request | $request | Request对象 |
get_user_info() : \think\response\Json
获取用户信息
get_hot_product(\think\Request $request)
猜你喜欢 加载
\think\Request | $request |
store() : \think\response\Json
分类搜索页面
store1(\think\Request $request) : \think\response\Json
分类页面
\think\Request | $request |
get_pid_cate() : \think\response\Json
一级分类
minmoney() : \think\response\Json
最小提现金额
get_id_cate(\think\Request $request) : \think\response\Json
二级分类
\think\Request | $request |
get_product_list(\think\Request $request) : \think\response\Json
分类页面产品
\think\Request | $request |
get_cart_list() : \think\response\Json
购物车
details(\think\Request $request)
商品详情页
\think\Request | $request |
get_product_reply(integer $productId) : \think\response\Json
获取产品评论
integer | $productId |
confirm_order(\think\Request $request) : \think\response\Json
订单页面
\think\Request | $request |
get_use_coupon_order(integer $totalPrice) : \think\response\Json
获取可以使用的优惠券
integer | $totalPrice |
seckill_index() : \think\response\Json
秒杀列表页
seckill_detail(\think\Request $request) : \think\response\Json
秒杀详情页
\think\Request | $request |
my() : \think\response\Json
个人中心
user_sign() : \think\response\Json
用户签到
unique() : \think\response\Json
过度查$uniqueId
set_cart(string $productId = '', integer $cartNum = 1, string $uniqueId = '') : \think\response\Json
加入到购物车
string | $productId | |
integer | $cartNum | |
string | $uniqueId |
now_buy(string $productId = '', integer $cartNum = 1, string $uniqueId = '', integer $combinationId, integer $secKillId, $bargainId) : \think\response\Json
拼团 秒杀 砍价 加入到购物车
string | $productId | |
integer | $cartNum | |
string | $uniqueId | |
integer | $combinationId | |
integer | $secKillId | |
$bargainId |
like_product(string $productId = '', string $category = 'product') : \think\response\Json
添加点赞
string | $productId | |
string | $category |
unlike_product(string $productId = '', string $category = 'product') : \think\response\Json
取消点赞
string | $productId | |
string | $category |
collect_product( $productId, string $category = 'product') : \think\response\Json
添加收藏
$productId | ||
string | $category |
collect_product_all(string $productId = '', string $category = 'product') : \think\response\Json
批量收藏
string | $productId | |
string | $category |
uncollect_product( $productId, string $category = 'product') : \think\response\Json
取消收藏
$productId | ||
string | $category |
get_cart_num() : \think\response\Json
获取购物车数量
change_cart_num(string $cartId = '', string $cartNum = '') : \think\response\Json
修改购物车产品数量
string | $cartId | |
string | $cartNum |
remove_cart(string $ids = '') : \think\response\Json
删除购物车产品
string | $ids |
get_use_coupons() : \think\response\Json
获取用户优惠券
get_use_coupon() : \think\response\Json
获取用户优惠券
get_user_collect_product(integer $first, integer $limit = 8) : \think\response\Json
获取收藏产品
integer | $first | |
integer | $limit |
get_user_collect_product_del() : \think\response\Json
获取收藏产品删除
set_user_default_address(string $addressId = '') : \think\response\Json
设置为默认地址
string | $addressId |
edit_user_address() : \think\response\Json
修改收货地址
get_user_address(string $addressId = '') : \think\response\Json
获取一条用户地址
string | $addressId |
user_default_address() : \think\response\Json
获取默认地址
remove_user_address(string $addressId = '') : \think\response\Json
删除地址
string | $addressId |
create_order(string $key = '') : \think\response\Json
创建订单
string | $key |
get_user_order_list(string $type = '', integer $first, integer $limit = 8, string $search = '') : \think\response\Json
获取订单列表
string | $type | |
integer | $first | |
integer | $limit | |
string | $search |
get_order( $uni = '') : \think\response\Json
订单详情页
$uni |
get_order_product( $unique = '') : \think\response\Json
获取订单内的某个产品信息
$unique |
user_remove_order(string $uni = '') : \think\response\Json
删除订单
string | $uni |
pay_order(string $uni = '') : \think\response\Json
支付订单
string | $uni |
apply_order_refund(\think\Request $request, string $uni = '') : \think\response\Json
申请退款
\think\Request | $request | |
string | $uni |
user_take_order(string $uni = '') : \think\response\Json
用户确认收货
string | $uni |
user_wechat_recharge(integer $price) : \think\response\Json
充值
integer | $price |
user_balance_list(integer $first, integer $limit = 8) : \think\response\Json
余额使用记录
integer | $first | |
integer | $limit |
user_integral_list(integer $first, integer $limit = 8) : \think\response\Json
积分使用记录
integer | $first | |
integer | $limit |
user_comment_product(string $unique = '') : \think\response\Json
评价订单
string | $unique |
upload(\think\Request $request) : \think\response\Json
上传图片
\think\Request | $request |
get_product_category() : \think\response\Json
获取一级和二级分类
get_spread_list(integer $first, integer $limit = 20) : \think\response\Json
获取一级推荐人
integer | $first | |
integer | $limit |
get_spread_list_two( $two_uid, integer $first, integer $limit = 20) : \think\response\Json
获取二级推荐人
$two_uid | ||
integer | $first | |
integer | $limit |
user_get_coupon(string $couponId = '') : \think\response\Json
领取优惠券
string | $couponId |
product_reply_list(string $productId = '', integer $first, integer $limit = 8, string $filter = 'all') : \think\response\Json
获取产品评论
string | $productId | |
integer | $first | |
integer | $limit | |
string | $filter |
product_attr_detail(string $productId = '') : \think\response\Json
获取商品属性数据
string | $productId |
user_address_list() : \think\response\Json
获取用户所有地址
get_notice_list(integer $page, integer $limit = 8) : \think\response\Json
用户通知
integer | $page | |
integer | $limit |
see_notice( $nid) : \think\response\Json
修改用户通知为已查看
$nid |
refresh_msn(\think\Request $request) : \think\response\Json
客服提醒
\think\Request | $request |
add_msn(\think\Request $request)
\think\Request | $request |
get_msn(\think\Request $request)
\think\Request | $request |
refresh_msn_new(\think\Request $request)
\think\Request | $request |
get_coupon_rope(integer $couponId) : \think\response\Json
获取一条优惠券
integer | $couponId |
get_issue_coupon_list(integer $limit = 2) : \think\response\Json
获取 可以领取的优惠券
integer | $limit |
get_pink_second_one() : \think\response\Json
获取今天正在拼团的人的头像和名称
get_code() : \think\response\Json
获取分销二维码
spread_uid(\think\Request $request) : \think\response\Json
绑定推荐人
\think\Request | $request |
get_bargain_list( $limit = 10) : \think\response\Json
获取砍价列表
$limit |
get_bargain(integer $bargainId) : \think\response\Json
砍价详情
integer | $bargainId |
get_bargain_count(integer $count) : \think\response\Json
获取人数
integer | $count |
get_bargain_user(integer $bargainId, $bargainUid, $limit = 15) : \think\response\Json
获取砍价帮
integer | $bargainId | |
$bargainUid | ||
$limit |
mycut(integer $bargainId) : \think\response\Json
我的砍价
integer | $bargainId |
set_bargain(integer $bargainId) : \think\response\Json
参与砍价产品
integer | $bargainId |
is_bargain_user(integer $bargainId) : \think\response\Json
判断当前登录人是否参与砍价
integer | $bargainId |
set_bargain_help(integer $bargainId, integer $bargainUserId) : \think\response\Json
帮好友砍价
integer | $bargainId | |
integer | $bargainUserId |
get_bargain_help_count(integer $bargainId, integer $bargainUserId) : \think\response\Json
获取砍价帮总人数、剩余金额、进度条
integer | $bargainId | |
integer | $bargainUserId |
is_bargain_status(integer $bargainId) : \think\response\Json
判断当前砍价是否开启
integer | $bargainId |
get_user_info_uid( $userId) : \think\response\Json
获取用户信息
$userId |
validate(array $data, string|array $validate, array $message = array(), boolean $batch = false, mixed $callback = null) : array|string|true
验证数据
array | $data | 数据 |
string|array | $validate | 验证器名或者验证规则数组 |
array | $message | 提示信息 |
boolean | $batch | 是否批量验证 |
mixed | $callback | 回调方法(闭包) |