$uid
$uid : integer
用户ID
$view : \think\View
$request : \think\Request
__construct(\think\Request $request = null)
构造方法
\think\Request | $request | Request对象 |
create_order(string $key = '') : \think\response\Json
创建订单
string | $key |
pay_order(string $uni = '') : \think\response\Json
支付订单
string | $uni |
refresh_msn(\think\Request $request)
\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_pink_second_one() : \think\response\Json
获取今天正在拼团的人的头像和名称
set_bargain_help() : \think\response\Json
帮好友砍价
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 | 回调方法(闭包) |