123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464 |
- <?php
- namespace app\api\controller;
- use AlibabaCloud\Client\AlibabaCloud;
- use AlibabaCloud\Client\Exception\ClientException;
- use AlibabaCloud\Client\Exception\ServerException;
- use app\common\library\AliPay2;
- use app\common\library\LianLianPay;
- use think\cache\driver\Redis;
- use think\Db;
- use think\Exception;
- require_once env('root_path').'application/common/library/llp/src/cfg.php';
- /**
- * @title 会员个人中心
- * @controller UserCenter
- * @group base
- */
- class UserCenter extends Base
- {
- public function initialize()
- {
- parent::initialize();
- parent::check_login();
- }
- /**
- * @title 获取个人信息
- * @desc 个人信息
- * @author Gavin
- * @url /api/User_center/getUserInfo
- * @method POST
- * @tag 个人信息
- * @header name:Authorization require:1 desc:Token
- * @return name:id type:int default:-- desc:ID(邀请ID)
- * @return name:phone type:string default:-- desc:手机号
- * @return name:name type:string default:-- desc:昵称
- * @return name:headimg type:string default:-- desc:头像地址
- * @return name:integral type:int default:-- desc:积分
- * @return name:snap_card type:int default:-- desc:抢购卡
- * @return name:wallet_address type:int default:-- desc:钱包地址
- * @return name:true_name type:string default:-- desc:真实姓名
- * @return name:id_card type:string default:-- desc:身份证号
- * @return name:is_auth type:int default:-- desc:是否认证(0否1是)
- * @return name:auth_at type:string default:-- desc:认证时间
- * @return name:vip_name type:int default:-- desc:身份
- * @return name:bank_num type:string default:-- desc:银行卡号【判断是否绑定银行卡】
- * @return name:bank_user type:string default:-- desc:银行卡持有人
- * @return name:is_order_no_paid type:string default:-- desc:是否有未支付订单true:有false:没有
- * @return name:is_sign type:string default:-- desc:今日是否已经签到true:已签到false:未签到
- * @return name:invite_img type:string default:-- desc:邀请二维码
- * @return name:invite_address type:string default:-- desc:邀请地址
- * @return name:lucky_number type:int default:-- desc:剩余抽奖次数
- * @return name:money type:string default:-- desc:余额
- * @return name:share_poster type:string default:-- desc:分享海报
- */
- public function getUserInfo()
- {
- $uid = $this->uid;
- $user_info = Db::name('store_member')
- ->field('password,second_password',true)
- ->where('id',$uid)
- ->find();
- if(empty($user_info)) $this->error('用户信息不正确');
- $user_info['vip_name'] = '普通会员';
- //是否有待支付订单
- $order = Db::name('store_order')->where('status',0)->where('is_deleted',0)->where('mid',$uid)->count();
- $user_info['is_order_no_paid'] = $order ? true : false;
- $user_info['is_sign'] = false;
- //获取每日免费次数
- $free_number = getConfigValue('free_lucky_number');
- //获取当日免费抽奖记录
- $date = date('Y-m-d');
- $now_date_count = Db::name('store_blind_box_log')->where('m_id',$this->uid)->where('date',$date)->where('is_free',0)->count();
- $lucky_number = $user_info['lottery_number'] + ($free_number-$now_date_count);
- $user_info['lucky_number'] =$lucky_number<=0 ? 0 : $lucky_number;
- //生成邀请码
- if (!$user_info['invite_img'] || !$user_info['invite_address']){
- $code = $user_info['invite_code'];
- $invite_img = setintivecode($code);
- $invite_address = getintiveaddress($code);
- Db::name('store_member')->where('id',$this->uid)->update(['invite_img'=>$invite_img,'invite_address'=>$invite_address]);
- }
- $user_info['invite_img'] = str_replace('http:','https:',$user_info['invite_img']);
- $user_info['share_poster'] = sysconf('share_poster');
- $this->success('获取成功',$user_info);
- }
- /**
- * @title 绑定opendid
- * @desc 绑定opendid
- * @author Gavin
- * @url /api/User_center/bindOpenid
- * @method POST
- * @tag 编辑信息
- * @header name:Authorization require:1 desc:Token
- *
- * @param name:code type:string require:0 default:-- desc:code
- */
- public function bindOpenid()
- {
- $code = input('code');
- if(empty($code)) $this->error('参数错误');
- $appid = 'wx8e47a12d0a1c007f';
- $secret = 'f19bfac2108af3aee75df0a31a1fee1c';
- $res = http_get('https://api.weixin.qq.com/sns/oauth2/access_token?appid='.$appid.'&secret='.$secret.'&code='.$code.'&grant_type=authorization_code');
- $res = json_decode($res,true);
- if (isset($res['openid'])){
- $update_data['openid'] = $res['openid'];
- $update_data['update_at'] = date('Y-m-d H:i:s');
- if (Db::name('store_member')->where('id',$this->uid)->update($update_data)){
- setMemberInfoHash($this->uid);
- $this->success('绑定成功');
- }
- $this->error('绑定失败');
- }else{
- $this->error('获取openid失败');
- }
- }
- /**
- * @title 编辑个人信息
- * @desc 编辑个人信息
- * @author Gavin
- * @url /api/User_center/updateUserInfo
- * @method POST
- * @tag 编辑信息
- * @header name:Authorization require:1 desc:Token
- *
- * @param name:name type:string require:0 default:-- desc:姓名
- * @param name:headimg type:string require:0 default:-- desc:头像地址
- */
- public function updateUserInfo()
- {
- $headimg = input('post.headimg');
- $name = trim(input('post.name',''));
- if(!$headimg && !$name) $this->error('参数错误');
- $update_data= [];
- if($name) $update_data['name'] = $name;
- if ($headimg) $update_data['headimg'] = $headimg;
- if($name){
- $check_member = Db::name('store_member')
- ->where('name',$name)
- ->where('id','<>',$this->uid)
- ->count();
- if($check_member) $this->error('该用户名已被占用');
- }
- $update_data['update_at'] = date('Y-m-d H:i:s');
- if (Db::name('store_member')->where('id',$this->uid)->update($update_data)){
- setMemberInfoHash($this->uid);
- $this->success('编辑成功');
- }
- $this->error('编辑失败');
- }
- /**
- * @title 绑定支付宝
- * @desc 绑定支付宝
- * @author Gavin
- * @url /api/User_center/bind_zfb
- * @method POST
- * @tag 编辑信息
- * @header name:Authorization require:1 desc:Token
- *
- * @param name:account type:string require:0 default:-- desc:支付宝账号
- * @param name:zfb_real_name type:string require:0 default:-- desc:真实姓名
- */
- public function bind_zfb(){
- $account = input('account'); //账号
- $real_name = input('real_name'); //真实姓名
- if (!$account) $this->error('支付宝账号为空');
- if (!$real_name) $this->error('真实姓名为空');
- $update_data['zfb_account'] = $account;
- $update_data['zfb_real_name'] = $real_name;
- $update_data['update_at'] = date('Y-m-d H:i:s');
- if (Db::name('store_member')->where('id',$this->uid)->update($update_data)){
- setMemberInfoHash($this->uid);
- $this->success('绑定成功');
- }
- $this->error('绑定失败');
- }
- /**
- * @title 绑定【更换绑定】银行卡
- * @desc 绑定【更换绑定】银行卡
- * @author qc
- * @url /api/User_center/bind_bank
- * @method POST
- * @tag 编辑信息
- * @header name:Authorization require:1 desc:Token
- *
- * @param name:bank_num type:string require:0 default:-- desc:银行卡号
- * @param name:bank_user type:string require:0 default:-- desc:姓名
- */
- public function bind_bank(){
- $bank_num = input('bank_num'); //账号
- $bank_user = input('bank_user'); //真实姓名
- $pay_password = input('pay_password'); //真实姓名
- if (!$bank_num) $this->error('银行卡号不能为空');
- if (!$bank_user) $this->error('姓名不能为空');
- if(check_bankCard($bank_num) != 1) $this->error('银行卡格式错误');
- $user_info = Db::name('store_member')->where('id',$this->uid)->find();
- if ($user_info['bank_num'] == $bank_num && $user_info['bank_user'] == $bank_user) $this->error('与原绑定信息一致');
- $update_data['bank_num'] = $bank_num;
- $update_data['bank_user'] = $bank_user;
- if (Db::name('store_member')->where('id',$this->uid)->update($update_data)){
- setMemberInfoHash($this->uid);
- $this->success('绑定成功');
- }
- $this->error('绑定失败');
- }
- /**
- * @title 实名认证
- * @desc 实名认证
- * @author Gavin
- * @method POST
- * @tag 编辑信息
- * @url /api/User_center/userCertification
- * @header name:Authorization require:1 desc:Token
- * @param name:true_name type:string require:1 default:-- desc:真实姓名
- * @param name:id_card type:string require:1 default:-- desc:身份证号
- */
- public function userCertification(){
- $true_name = input('post.true_name');
- $id_card = input('post.id_card');
- if (!$true_name || !$id_card) $this->error('参数错误');
- $check_id_card = isCreditNo($id_card);
- if (!$check_id_card) $this->error('身份证号格式错误');
- $is_auth = Db::table('store_member')->where('id',$this->uid)->value('is_auth');
- if($is_auth) $this->error('已认证');
- $check = Db::name('store_member')->where('id_card',$id_card)->where('is_deleted',0)->count();
- if ($check) $this->error('身份证号已经认证过');
- if (!identifyCertification($id_card,$true_name)) $this->error('身份证与姓名验证失败');
- if (Db::table('store_member')->where('id',$this->uid)->update(['is_auth'=>1,'true_name'=>$true_name,'id_card'=>$id_card,'auth_at'=>date('Y-m-d H:i:s')])){
- setMemberInfoHash($this->uid);
- $this->success('认证成功');
- }
- $this->error('认证失败');
- }
- /**
- * @title 修改密码
- * @desc 修改密码
- * @author Gavin
- * @method POST
- * @tag 编辑信息
- * @url /api/User_center/updatePass
- * @header name:Authorization require:1 desc:Token
- * @param name:old_password type:string require:1 default:-- desc:旧密码
- * @param name:new_password type:string require:1 default:-- desc:新密码
- * @param name:confirm_password type:string require:1 default:-- desc:确认密码
- */
- public function updatePass()
- {
- $old_password = input('post.old_password');
- $new_password = input('post.new_password');
- $confirm_password = input('post.confirm_password');
- if (!$old_password || !$new_password || !$confirm_password) $this->error('参数错误');
- if ($new_password!=$confirm_password) $this->error('密码与确认密码不一致');
- if (!preg_match('/^[0-9a-z]{6,12}$/i',$new_password)) $this->error('密码格式错误,请输入6-12位数字+字母');
- $member = Db::name('store_member')->where('id',$this->uid)->find();
- if ($member['password']!=md5($old_password)) $this->error('旧密码错误');
- $data['password'] = md5($new_password);
- $data['update_at'] = date('Y-m-d H:i:s');
- if (Db::name('store_member')->where('id',$this->uid)->update($data)){
- setMemberInfoHash($this->uid);
- $this->success('修改成功');
- }
- $this->error('修改失败');
- }
- /**
- * @title 修改支付密码
- * @desc 修改支付密码
- * @author Gavin
- * @method POST
- * @tag 编辑信息
- * @url /api/User_center/updateSecondPass
- * @header name:Authorization require:1 desc:Token
- * @param name:second_password type:string require:1 default:-- desc:支付密码
- * @param name:confirm_second_password type:string require:1 default:-- desc:确认密码
- */
- public function updateSecondPass()
- {
- $second_password = input('post.second_password');
- $confirm_second_password = input('post.confirm_second_password');
- $yzm = input('post.yzm');
- if (!$second_password || !$confirm_second_password) $this->error('参数错误');
- if ($second_password!=$confirm_second_password) $this->error('密码与确认密码不一致');
- if (!preg_match('/^[0-9]{6}$/i',$second_password)) $this->error('支付密码格式错误,请输入6位纯数字');
- $member = getMemberInfoHash($this->uid); //获取用户信息
- //验证短信验证码
- // $time = time()-60;
- // $sms = Db::name('store_sms')->where(['mobile' => $member['phone'], 'event' => 'forgetpwd'])
- // ->where('createtime','>',$time)
- // ->order('id', 'DESC')
- // ->find();
- // if (!$sms || $sms['code'] != $yzm) $this->error('短信验证码不正确!');
- $data['second_password'] = md5($second_password);
- $data['update_at'] = date('Y-m-d H:i:s');
- if (Db::name('store_member')->where('id',$this->uid)->update($data)){
- setMemberInfoHash($this->uid);
- $this->success('修改成功');
- }
- $this->error('修改失败');
- }
- /**
- * @title 我的藏品
- * @desc 我的藏品
- * @author Gavin
- * @method POST
- * @tag 编辑信息
- * @url /api/User_center/myCollection
- * @header name:Authorization require:1 desc:Token
- * @param name:type type:int require:0 default:1 desc:类型(0全部1:藏品,3:盲盒)
- * @return name:id type:int require:0 default:0 desc:藏品ID
- * @return name:tag type:string require:0 default:0 desc:唯一标签
- * @return name:name type:string require:0 default:0 desc:藏品名称
- * @return name:type type:int default:1 desc:类型(1:藏品,3:盲盒)
- * @return name:cover type:string require:0 default:0 desc:藏品图片
- * @return name:resale_price type:string require:0 default:0 desc:二级市场挂售价格
- * @return name:auth_img type:string require:0 default:0 desc:作者头像
- * @return name:auth_name type:string require:0 default:0 desc:作者名称
- * @return name:resale_status type:string require:0 default:0 desc:1:未挂售2挂售中3已出售
- * @return name:is_destruction type:int require:0 default:0 desc:1:盲盒状态1未开启0已开启
- * @return name:send_btn type:int require:0 default:0 desc:是否可以赠送1是0否
- * @return name:send_time type:string require:0 default:-- desc:可以赠时间【send_btn=1时为空】
- */
- public function myCollection(){
- $type = input('type',1);
- $list = Db::name('store_order_info')
- ->where('mid',$this->uid)
- ->where('status','neq','2')
- ->where('is_destruction',1)
- ->where('resale_status',1)
- ->when($type,function ($query)use($type){ if($type) $query->where('type',$type);})
- ->field('id,c_id,tag,pro_info,resale_status,resale_price,type,is_destruction,create_at')
- ->order('id desc')
- ->select();
- foreach ($list as &$v){
- $pro_info = json_decode($v['pro_info'],true);
- $v['name'] = $pro_info['name'];
- $v['cover'] = $pro_info['cover'];
- $v['auth_img'] = $pro_info['auth_img'];
- $v['auth_name'] = $pro_info['auth_name'];
- $goods_info = Db::name('store_collection')->where('id',$v['c_id'])->find();
- $log = Db::name('store_collect_examples_log')->where('order_info_id',$v['id'])->find();
- $v['send_btn'] = 1;
- $v['send_time'] = '';
- if (!$log){
- if ($goods_info['one_given_day']!=0) {
- $exam_time = strtotime($v['create_at'])+($goods_info['one_given_day']*60*60);
- if ($exam_time>time()){
- $v['send_btn'] = 0;
- $v['send_time'] = date('Y-m-d H:i:s',$exam_time);
- }
- }
- }else{
- if ($pro_info['other_given_day']!=0){
- $exam_time = strtotime($log['create_at'])+($pro_info['other_given_day']*60*60);
- if ($exam_time>time()) {
- $v['send_btn'] = 0;
- $v['send_time'] = date('Y-m-d H:i:s',$exam_time);
- }
- }
- }
- unset($v['pro_info']);
- }
- $this->success('成功',$list);
- }
- /**
- * @title 我的藏品(折叠)
- * @desc 我的藏品
- * @author QC
- * @method POST
- * @tag 编辑信息
- * @url /api/User_center/myCollectionGroupBy
- * @header name:Authorization require:1 desc:Token
- * @return name:num type:int default:0 desc:同组下几个藏品【最小是1】
- * @return name:jump_id type:int default:0 desc:同组下最新的收藏记录id[只有一个可以用这个作为跳转详情的id]
- * @return name:tag type:string default:0 desc:唯一标签
- * @return name:name type:string require:0 default:0 desc:藏品名称
- * @return name:cover type:string require:0 default:0 desc:藏品图片
- * @return name:auth_img type:string require:0 default:0 desc:作者头像
- * @return name:auth_name type:string require:0 default:0 desc:作者名称
- * @return name:total_num type:int require:0 default:0 desc:总数
- */
- public function myCollectionGroupBy(){
- $type = input('type',1);
- $group_list = Db::name('store_order_info')
- ->field('c_id,count(id) num ,max(id) jump_id')
- ->where('mid',$this->uid)
- ->where('status','neq','2')
- ->where('is_destruction',1)
- ->where('resale_status',1)
- ->when($type,function ($query)use($type){ if($type) $query->where('type',$type);})
- ->group('c_id')
- ->select();
- array_walk($group_list,function (&$val){
- $min_info = Db::name('store_order_info')->field('tag,pro_info')->where('id',$val['jump_id'])->find();
- $pro_info = json_decode($min_info['pro_info'],true);
- $val['tag'] = $min_info['tag'];
- $val['name'] = $pro_info['name'];
- $val['cover'] = $pro_info['cover'];
- $val['auth_img'] = $pro_info['auth_img'];
- $val['auth_name'] = $pro_info['auth_name'];
- });
- $this->success('成功',['list'=>$group_list,'total_num'=>!empty($group_list)?array_sum(array_column($group_list,'num')):0]);
- }
- /**
- * @title 我的藏品(展开)
- * @desc 我的藏品(展开)
- * @author QC
- * @method POST
- * @tag 编辑信息
- * @url /api/User_center/unfoldCollection
- * @header name:Authorization require:1 desc:Token
- * @param name:c_id type:int require:0 default:1 desc:myCollectionGroupBy接口的c_id[商品id]
- * @return name:id type:int require:0 default:0 desc:藏品ID
- * @return name:tag type:string require:0 default:0 desc:唯一标签
- * @return name:name type:string require:0 default:0 desc:藏品名称
- * @return name:type type:int default:1 desc:类型(1:藏品,3:盲盒)
- * @return name:cover type:string require:0 default:0 desc:藏品图片
- * @return name:resale_price type:string require:0 default:0 desc:二级市场挂售价格
- * @return name:auth_img type:string require:0 default:0 desc:作者头像
- * @return name:auth_name type:string require:0 default:0 desc:作者名称
- */
- public function unfoldCollection()
- {
- $c_id = input('c_id');
- $list = Db::name('store_order_info')
- ->field('id,tag,pro_info,resale_status,resale_price,type,is_destruction')
- ->where('c_id',$c_id)
- ->where('mid',$this->uid)
- ->where('status','neq','2')
- ->where('is_destruction',1)
- ->where('resale_status',1)
- ->order('id desc')
- ->select();
- array_walk($list,function (&$val){
- $pro_info = json_decode($val['pro_info'],true);
- $val['name'] = $pro_info['name'];
- $val['cover'] = $pro_info['cover'];
- $val['auth_img'] = $pro_info['auth_img'];
- $val['auth_name'] = $pro_info['auth_name'];
- unset($val['pro_info']);
- });
- $this->success('ok',$list);
- }
- /**
- * @title 我的盲盒
- * @desc 我的盲盒
- * @author Gavin
- * @method POST
- * @tag 编辑信息
- * @url /api/User_center/myBoxCollection
- * @header name:Authorization require:1 desc:Token
- * @return name:id type:int require:0 default:0 desc:藏品ID
- * @return name:tag type:string require:0 default:0 desc:唯一标签
- * @return name:name type:string require:0 default:0 desc:藏品名称
- * @return name:cover type:string require:0 default:0 desc:藏品图片
- * @return name:auth_img type:string require:0 default:0 desc:作者头像
- * @return name:auth_name type:string require:0 default:0 desc:作者名称
- */
- public function myBoxCollection(){
- $list = Db::name('store_order_info')
- ->where('mid',$this->uid)
- ->where('status','neq','2')
- ->where('type',3)
- ->where('is_destruction',1)
- ->where('resale_status',1)
- ->field('id,tag,pro_info')
- ->order('id desc')
- ->select();
- foreach ($list as &$v){
- $pro_info = json_decode($v['pro_info'],true);
- $v['name'] = $pro_info['name'];
- $v['cover'] = $pro_info['cover'];
- $v['auth_img'] = $pro_info['auth_img'];
- $v['auth_name'] = $pro_info['auth_name'];
- unset($v['pro_info']);
- }
- $this->success('成功',$list);
- }
- /**
- * @title 藏品详情
- * @desc 藏品详情
- * @author Gavin
- * @method POST
- * @tag 编辑信息
- * @url /api/User_center/myCollectionDetail
- * @header name:Authorization require:1 desc:Token
- * @param name:id type:int require:1 default:-- desc:藏品ID
- *
- * @return name:id type:int require:0 default:0 desc:藏品ID
- * @return name:tag type:string require:0 default:0 desc:唯一标签
- * @return name:type type:int require:0 default:1 desc:类型1:藏品,3:盲盒
- * @return name:collectors_name type:string require:0 default:0 desc:收藏者
- * @return name:collectors_hash type:string require:0 default:0 desc:收藏者hash
- * @return name:create_at type:string require:0 default:0 desc:收藏时间
- * @return name:company type:string require:0 default:0 desc:流转公司
- * @return name:send_btn type:int require:0 default:0 desc:是否可以赠送1是0否
- * @return name:send_time type:string require:0 default:-- desc:可以赠时间【send_btn=1时为空】
- * @return name:company_hash type:string require:0 default:0 desc:流转公司hash
- * @return name:contract_address type:string require:0 default:0 desc:合约地址
- * @return name:resale_status type:string require:0 default:0 desc:1:未挂售2挂售中3已出售
- * @return name:is_destruction type:int require:0 default:0 desc:1:盲盒状态1未开启0已开启
- * @return name:resale_price type:float require:0 default:0 desc:二级市场挂售价格
- * @return name:examples_illustrate type:string require:0 default:0 desc:转赠说明
- * @return name:sell_illustrate type:string require:0 default:0 desc:寄售须知
- * @return name:royalties_rate type:string require:0 default:0 desc:上架版税率【版权税】
- * @return name:royalties type:string require:0 default:0 desc:上架版税【版权税】
- * @return name:service_fee_rate type:string require:0 default:0 desc:服务费率
- * @return name:service_fee type:string require:0 default:0 desc:服务费
- * @return name:pro_info@name type:string require:0 default:0 desc:藏品名称
- * @return name:pro_info@price type:string require:0 default:0 desc:藏品价格
- * @return name:pro_info@label type:string require:0 default:0 desc:藏品标签
- * @return name:pro_info@cover type:string require:0 default:0 desc:藏品图片
- * @return name:pro_info@auth_img type:string require:0 default:0 desc:作者头像
- * @return name:pro_info@auth_name type:string require:0 default:0 desc:作者姓名
- * @return name:pro_info@warm_prompt type:string require:0 default:0 desc:温馨提示
- * @return name:pro_info@share_img type:string require:0 default:0 desc:分享二维码
- */
- public function myCollectionDetail(){
- $id = input('id');
- if (!$id) $this->error('参数错误');
- $info = Db::name('store_order_info')
- ->where('mid',$this->uid)
- ->where('id',$id)
- ->find();
- if (!$info) $this->error('藏品不存在');
- $info['pro_info'] = json_decode($info['pro_info'],true);
- if (!isset($info['pro_info']['share_img'])){
- //$info['pro_info']['share_img'] = Db::name('store_collection')->where('id',$info['pro_info']['id'])->value('share_img');
- }
- $info['collectors_name'] = Db::name('store_member')->where('id',$this->uid)->value('name');
- $info['collectors_hash'] = $info['collectors_hash']=='' ? "发放中" : $info['collectors_hash'];
- $info['collectors_hash_time'] = $info['collectors_hash_time']=='' ? "发放中" : $info['collectors_hash_time'];
- $info['examples_illustrate'] = Db::table('system_config')->where('name','examples_illustrate')->value('value');
- $info['sell_illustrate'] = Db::table('system_config')->where('name','sell_illustrate')->value('value');
- $discount = getMemberServiceCharge($this->uid);// 折扣
- $service_fee_rate = Db::table('system_config')->where('name','service_fee')->value('value');
- $royalties_rate = Db::table('system_config')->where('name','royalties')->value('value');
- $info['service_fee_rate'] = bcmul($service_fee_rate,$discount).'%';
- $info['royalties_rate'] =bcmul($royalties_rate,$discount).'%';
- $info['service_fee'] = sprintf("%.2f", $info['resale_price'] * (bcmul($service_fee_rate,$discount)/100));
- $info['royalties'] = sprintf("%.2f", $info['resale_price'] * (bcmul($royalties_rate,$discount)/100));
- $info['contract_address'] = '0c214bcd4f1766fdd6d36f127234fc7e7ba883711e19938777f01523c28e74dc';
- $goods_info = Db::name('store_collection')->where('id',$info['c_id'])->find();
- $log = Db::name('store_collect_examples_log')->where('order_info_id',$info['id'])->find();
- $info['send_btn'] = 1;
- $info['send_time'] = '';
- if (!$log){
- if ($goods_info['one_given_day']!=0) {
- $exam_time = strtotime($info['create_at'])+($goods_info['one_given_day']*60*60);
- if ($exam_time>time()){
- $info['send_btn'] = 0;
- $info['send_time'] = date('Y-m-d H:i:s',$exam_time);
- }
- }
- }else{
- if ($goods_info['other_given_day']!=0){
- $exam_time = strtotime($log['create_at'])+($goods_info['other_given_day']*60*60);
- if ($exam_time>time()) {
- $info['send_btn'] = 0;
- $info['send_time'] = date('Y-m-d H:i:s',$exam_time);
- }
- }
- }
- $this->success('成功',$info);
- }
- /**
- * @title 转赠
- * @desc 转赠
- * @author Gavin
- * @method POST
- * @tag 编辑信息
- * @url /api/User_center/examples
- * @header name:Authorization require:1 desc:Token
- * @param name:id type:int require:1 default:-- desc:藏品ID
- * @param name:phone type:string require:1 default:-- desc:手机号
- * @param name:second_password type:int require:1 default:-- desc:支付密码
- *
- */
- public function examples(){
- $auth_phone = [
- '17666660370',
- '13738238301',
- '15268713068',
- '17357221236',
- '18939203035',
- '13462758922',
- '15503885805',
- '17397969608',
- '18250720871',
- '18871518825',
- ];
- $login_member = getMemberInfoHash($this->uid);
- if(time() >= 1665320400 && !in_array($login_member['phone'],$auth_phone)) $this->error('系统升级中,暂停转赠。。。');
- if (redisSetNx('examples'.$this->uid)){
- $id = input('id');
- $redis = new Redis([ 'select'=> 2]);
- $redis_value = $redis->get('examples'.$this->uid);
- if ($redis_value){
- $this->error('请求过快,请稍后重试');
- }else{
- $redis->set('examples'.$this->uid,1,2);
- }
- $phone = input('phone');
- // $wallet_address = input('wallet_address');
- $second_password = input('second_password');
- if (!$id || !$phone ) $this->error('参数错误');
- $info = Db::name('store_order_info')->where('id',$id)->where('mid',$this->uid)->find();
- if (!$info) $this->error('藏品不存在');
- if ($info['status']==2) $this->error('藏品已转赠');
- // if($info['c_id'] == 8) $this->error('持有时间限制,无法转赠');
- $member = Db::name('store_member')->where('phone',$phone)->find();
- if (!$member) $this->error('转赠用户不存在');
- if($member['id'] == $this->uid){
- $this->error('自己无法转赠给自己');
- }
- //防止两两转赠
- //if($info['to_mid'] == $member['id']) $this->error('不可相互转赠');
- if (!$info['collectors_hash'] && $info['type'] != 3) $this->error('发放中,无法转赠');
- $mem = getMemberInfoHash($this->uid);
- if ($mem['second_password']!=md5($second_password)) $this->error('密码错误');
- $pro_info = Db::name('store_collection')->where('id',$info['c_id'])->find();
- $log = Db::name('store_collect_examples_log')
- ->where('order_info_id',$id)
- ->find();
- if (!$log){
- if ($pro_info['one_given_day']!=0){
- $exam_time = strtotime($info['create_at'])+($pro_info['one_given_day']*60*60);
- if ($exam_time>time()) $this->error('持有时间限制,无法转赠');
- }
- }else{
- if ($pro_info['other_given_day']!=0){
- $exam_time = strtotime($log['create_at'])+($pro_info['other_given_day']*60*60);
- if ($exam_time>time()) $this->error('持有时间限制,无法转赠');
- }
- }
- $com = true;
- Db::startTrans();
- try {
- Db::name('store_order_info')
- ->where('id',$id)
- ->update(['status'=>2,'over_time'=>date('Y-m-d H:i:s'),'to_mid'=>$member['id'],'verify'=>Db::raw('verify - 1')]);
- $to_date = [
- 'order_id'=>$info['order_id'],
- 'order_no'=>get_order_sn(),
- 'tag'=>$info['tag'],
- 'mid'=>$member['id'],
- 'c_id'=>$info['c_id'],
- 'name'=>$pro_info['name'],
- 'cover'=>$pro_info['cover'],
- 'pro_info'=>$info['pro_info'],
- 'status'=>3,
- 'type' => $info['type'],
- 'to_mid'=>$this->uid,
- 'over_time'=>date('Y-m-d H:i:s'),
- 'company'=>'象链数藏',
- 'company_hash'=>$info['company_hash'],
- 'company_hash_time'=>$info['company_hash_time'],
- 'ddcid'=>$info['ddcid'],
- 'collectors_hash'=>'',
- 'collectors_hash_time'=>date('Y-m-d H:i:s')
- ];
- $new_id = Db::name('store_order_info')->insertGetId($to_date);
- $log_date = [
- 'order_info_id'=>$new_id,
- 'mid'=>$this->uid,
- 'to_mid'=>$member['id'],
- 'date'=>date('Y-m')
- ];
- Db::name('store_collect_examples_log')->insert($log_date);
- Db::commit();
- }catch (\Exception $e){
- $com = false;
- Db::rollback();
- }
- if ($com){
- if($pro_info['vipid'] > 0){
- //转赠成功等级掉级
- $otherData = [
- 'type' => 2,
- 'status' => 0,
- 'desc' => '转赠'.$pro_info['name'].'藏品自动掉级',
- 'order_table' => 'store_order_info',
- 'order_id' => $id,
- ];
- memberVipChange(0,$this->uid,$otherData);
- //转赠成功获赠人等级同步
- $otherData = [
- 'type' => 2,
- 'status' => 1,
- 'desc' => '获赠'.$pro_info['name'].'藏品自动同步等级',
- 'order_table' => 'store_order_info',
- 'order_id' => $new_id,
- ];
- memberVipChange($pro_info['vipid'],$member['id'],$otherData);
- }
- $this->success('转赠成功');
- }
- $this->error('转赠失败');
- }else{
- $this->error('服务器繁忙');
- }
- }
- /**
- * @title 消息列表[公告]
- * @desc 消息列表
- * @author Gavin
- * @method POST
- * @tag 编辑信息
- * @url /api/User_center/messageList
- * @header name:Authorization require:1 desc:Token
- *
- * @param name:page type:int : default:1 desc:页数
- * @param name:page_num type:int : default:20 desc:每页数
- *
- * @return name:id type:int require:0 default:0 desc:消息ID
- * @return name:title type:string require:0 default:0 desc:标题
- * @return name:content type:string require:0 default:0 desc:内容【富文本】
- * @return name:create_at type:string require:0 default:0 desc:发布时间
- * @return name:is_read type:string require:0 default:0 desc:是否查看true:已查看false:未查看
- */
- public function messageList(){
- $count = Db::name('store_message')->where('is_deleted',0)->count();
- $list = Db::name('store_message')
- ->field('is_deleted,update_at',true)
- ->where('is_deleted',0)
- ->order('id desc')
- ->limit($this->off_set,$this->page_num)
- ->select();
- // echo Db::name('store_message')->getLastSql();die;
- foreach ($list as &$v){
- $is_read = Db::name('store_message_read_log')->where('mid',$this->uid)->where('message_id',$v['id'])->count();
- $v['is_read'] = $is_read ? true : false;
- }
- $this->success('成功',compact('count','list'));
- }
- /**
- * @title 点击消息[公告]
- * @desc 点击消息,查看消息
- * @author Gavin
- * @method POST
- * @tag 编辑信息
- * @url /api/User_center/readMessage
- * @header name:Authorization require:1 desc:Token
- * @param name:id type:int : default:1 desc:消息ID
- * @return name:id type:int require:0 default:0 desc:消息ID
- * @return name:title type:string require:0 default:0 desc:标题
- * @return name:content type:string require:0 default:0 desc:内容【富文本】
- * @return name:create_at type:string require:0 default:0 desc:发布时间
- */
- public function readMessage(){
- $id = input('id');
- if (!$id) $this->error('参数错误');
- $log = Db::name('store_message_read_log')->where('message_id',$id)->where('mid',$this->uid)->count();
- $detail = Db::name('store_message')->field('is_deleted,update_at',true)->where('id',$id)->find();
- if (!$log){
- $data = [
- 'mid'=>$this->uid,
- 'message_id'=>$id
- ];
- Db::name('store_message_read_log')->insert($data);
- }
- $this->success('成功',['detail'=>$detail]);
- }
- /**
- * @title 人脸认证sign
- * @desc 人脸认证sign
- * @author Gavin
- * @method POST
- * @tag 编辑信息
- * @url /api/User_center/getFaceSign
- * @header name:Authorization require:1 desc:Token
- *
- *
- * @param name:name type:string default:1 desc:姓名
- * @param name:idNo type:string default:1 desc:身份证号
- *
- * @return name:sign type:string require: default:-- desc:签名
- *
- */
- public function getFaceSign(){
- $name = input('name');
- $idNo = input('idNo');
- if (!$name || !$idNo) $this->error('参数错误');
- $userId = $this->uid;
- //$userId = get32Str();
- $data = getfaceid($name,$idNo,$userId);
- $this->success('成功',$data);
- }
- /**
- * @title 邀请记录
- * @desc 邀请记录
- * @author Gavin
- * @method POST
- * @tag 编辑信息
- * @url /api/User_center/invitedRecord
- * @header name:Authorization require:1 desc:Token
- *
- * @param name:page type:int : default:1 desc:页数
- * @param name:page_num type:int : default:20 desc:每页数
- *
- * @return name:id type:int require:0 default:0 desc:用户ID
- * @return name:headimg type:string require:0 default:0 desc:头像
- * @return name:name type:string require:0 default:0 desc:名称
- * @return name:phone type:string require:0 default:0 desc:手机号
- * @return name:create_at type:string require:0 default:0 desc:时间
- * @return name:is_auth type:int require:0 default:0 desc:是否认证
- */
- public function invitedRecord(){
- $count = Db::name('store_member')->where('pid',$this->uid)->where('is_auth',1)->count();
- $list = Db::name('store_member')
- ->field('id,headimg,name,phone,create_at,is_auth')
- ->where('pid',$this->uid)
- ->where('is_auth',1)
- ->order('id desc')
- ->limit($this->off_set,$this->page_num)
- ->select();
- foreach ($list as &$v){
- $v['phone'] = substr_replace($v['phone'],'****',3,4);
- $v['create_at'] = date('Y-m-d',strtotime($v['create_at']));
- }
- $this->success('成功',compact('count','list'));
- }
- /**
- * @title 邀请排行榜
- * @desc 邀请排行榜
- * @author Gavin
- * @method POST
- * @tag 编辑信息
- * @url /api/User_center/invitedList
- * @header name:Authorization require:1 desc:Token
- *
- * @param name:page type:int : default:1 desc:页数
- * @param name:page_num type:int : default:20 desc:每页数
- *
- * @return name:count type:int require:0 default:0 desc:人数
- * @return name:id type:int require:0 default:0 desc:用户ID
- * @return name:headimg type:string require:0 default:0 desc:头像
- * @return name:name type:string require:0 default:0 desc:名称
- * @return name:phone type:string require:0 default:0 desc:手机号
- * @return name:is_auth type:int require:0 default:0 desc:是否认证
- * @return name:create_at type:string require:0 default:0 desc:时间
- */
- public function invitedList(){
- //$this->error('新品发售中,暂时停止访问');
- $count = Db::name('store_member')->field('pid,count(*) count')
- ->where('pid','>',0)
- ->where('is_auth',1)
- ->where('create_at','between time',['2022-11-02 20:00:00','2022-11-08 20:00:00'])
- ->group('pid')
- ->order('count desc')
- ->count();
- $list = Db::name('store_member')
- ->field('pid,count(*) count')
- ->where('pid','>',0)
- ->where('is_auth',1)
- ->where('create_at','between time',['2022-11-02 20:00:00','2022-11-08 20:00:00'])
- ->where('bank_num is not null')
- ->group('pid')
- ->order('count desc')
- ->limit($this->off_set,$this->page_num)
- ->select();
- foreach ($list as &$value){
- $users_info = Db::name('store_member')->field('headimg,name,is_auth')->where('id',$value['pid'])->find();
- $value['name'] = $users_info['name'];
- $value['headimg'] = $users_info['headimg'];
- $value['is_auth'] = $users_info['is_auth'];
- unset($value['pid']);
- }
- $this->success('成功',compact('count','list'));
- }
- /**
- * @title 签到
- * @desc 签到
- * @author Gavin
- * @method POST
- * @tag 编辑信息
- * @url /api/User_center/sign
- * @header name:Authorization require:1 desc:Token
- *
- */
- public function sign(){
- $date = date('Y-m-d');
- $log = Db::name('store_member_sign')->where('mid',$this->uid)->where('date',$date)->count();
- if ($log) $this->error('今日已签到');
- $data = [
- 'mid'=>$this->uid,
- 'date'=>$date
- ];
- $com = true;
- Db::startTrans();
- try {
- $id = Db::name('store_member_sign')->insertGetId($data);
- $sign_integral = getConfigValue('sign_integral');
- if ($sign_integral>0){
- memberMoneyChange($sign_integral,1,$this->uid,'签到',1,$id);
- }
- Db::commit();
- }catch (\Exception $e){
- $com=false;
- Db::rollback();
- }
- if ($com){
- $this->success('签到成功');
- }
- $this->error('签到失败');
- }
- /**
- * @title 积分记录
- * @desc 积分记录
- * @author Gavin
- * @method POST
- * @tag 编辑信息
- * @url /api/User_center/integralLog
- * @header name:Authorization require:1 desc:Token
- *
- * @param name:page type:int : default:1 desc:页数
- * @param name:page_num type:int : default:20 desc:每页数
- *
- * @return name:id type:int require:0 default:0 desc:id
- * @return name:change type:string require:0 default:0 desc:变动数值
- * @return name:title type:string require:0 default:0 desc:标题
- * @return name:create_at type:string require:0 default:0 desc:时间
- */
- public function integralLog(){
- $where = [
- 'm_id'=>$this->uid,
- 'type'=>1
- ];
- $count = Db::name('store_member_log')->where($where)->count();
- $list = Db::name('store_member_log')
- ->field('id,pm,change,title,create_at')
- ->where($where)
- ->order('id desc')
- ->limit($this->off_set,$this->page_num)
- ->select();
- foreach ($list as &$v){
- if ($v['pm']==1){
- $v['change'] = '+'.$v['change'];
- }else{
- $v['change'] = '-'.$v['change'];
- }
- }
- $this->success('成功',compact('count','list'));
- }
- /**
- * @title 余额记录
- * @desc 余额记录
- * @author Gavin
- * @method POST
- * @tag 编辑信息
- * @url /api/User_center/moneyLog
- * @header name:Authorization require:1 desc:Token
- *
- * @param name:page type:int default:1 desc:页数
- * @param name:page_num type:int default:20 desc:每页数
- * @param name:select_type type:int require:0 default:-1 desc:查询类型[-1全部0减少(支出)1增加(收入),2提现【包含提现申请的减少和拒绝的增加】]
- *
- * @return name:id type:int require:0 default:0 desc:id
- * @return name:change type:string require:0 default:0 desc:变动数值
- * @return name:title type:string require:0 default:0 desc:标题
- * @return name:create_at type:string require:0 default:0 desc:时间
- * @return name:pm type:int require:0 default:0 desc:变更类型[0减少1增加]
- * @return name:change_type type:int require:0 default:0 desc:来源1出售佣金2提现3提现拒绝
- */
- public function moneyLog(){
- $select_type = input('select_type',-1);
- $where = ['m_id'=>$this->uid, 'type'=>3];
- if(in_array($select_type,[0,1]))$where['pm'] = $select_type;
- $count = Db::name('store_member_log')->where($where)->when($select_type,function ($query)use($select_type){
- if($select_type == 2 ) $query->whereIn('change_type','2,3');
- })->count();
- $list = Db::name('store_member_log')
- ->field('id,pm,change,title,create_at,change_type')
- ->where($where)
- ->when($select_type,function ($query)use($select_type){
- if($select_type == 2 ) $query->whereIn('change_type','2,3');
- })->order('id desc')
- ->limit($this->off_set,$this->page_num)
- ->select();
- foreach ($list as &$v){
- if ($v['pm']==1){
- $v['change'] = '+'.$v['change'];
- }else{
- $v['change'] = '-'.$v['change'];
- }
- }
- $this->success('成功',compact('count','list'));
- }
- /**
- * @title 系统余额提现
- * @desc 提现
- * @author Gavin
- * @method POST
- * @tag 编辑信息
- * @url /api/User_center/withdraw
- * @header name:Authorization require:1 desc:Token
- *
- * @param name:money type:int default: desc:提现金额
- * @param name:withdraw_type type:string default:bank desc:提现方式:wx[微信],zfb[支付宝],bank[银行卡]
- * @param name:pay_password type:string default:wx desc:二级密码
- *
- */
- public function withdraw(){
- // if(!checkAuth($this->uid)) $this->error('维护中.....');
- if (redisSetNx('withdraw'.$this->uid,3)){
- $v = getConfigValue('withdraw_switch');
- if (!$v) $this->error('维护中,暂时关闭');
- $redis = new Redis(['select'=>2]);
- $redis_value = $redis->get('withdraw'.$this->uid);
- if ($redis_value){
- $this->error('请求过快,请稍后重试');
- }else{
- $redis->set('withdraw'.$this->uid,1,3);
- }
- $money = input('money');
- $withdraw_type = input('withdraw_type','bank');
- if($withdraw_type != 'bank') $this->error('提现方式错误'.$withdraw_type);
- $pay_password = input('pay_password');
- if (!$money) $this->error('参数错误');
- $user = Db::name('store_member')->where('id',$this->uid)->find();
- if ($user['money'] < $money) $this->error('余额不足');
- //if ($user['second_password']!=md5($pay_password)) $this->error('密码错误');
- $withdraw_min_price = getConfigValue('withdraw_min_price'); //最小提现金额
- $withdraw_max_price = getConfigValue('withdraw_max_price'); //最大提现金额
- $poundage_proportion = getConfigValue('poundage_proportion'); //手续费百分比
- $discount = getMemberServiceCharge($this->uid);// 折扣
- $poundage_proportion = bcmul($poundage_proportion,$discount);
- if ($money < $withdraw_min_price) $this->error('最低提现'.$withdraw_min_price.'元');
- if ($money > $withdraw_max_price) $this->error('最大提现'.$withdraw_max_price.'元');
- if($withdraw_type=='zfb' && (!$user['zfb_account'] || !$user['zfb_real_name'])) $this->error('请先绑定支付宝');
- if($withdraw_type == 'wx' && !$user['openid']) $this->error('请先绑定微信');
- if($withdraw_type == 'bank' && !$user['bank_num'])$this->error('请先绑定银行卡');
- Db::startTrans();
- try {
- $data['mid'] = $this->uid;
- $data['withdraw_type'] = $withdraw_type;
- $order_no = get_order_sn();
- $data['order_no'] = $order_no;
- $data['price'] = $money;
- $data['poundage_proportion'] = $poundage_proportion;
- $proportion = 2;//sprintf("%.2f", $money*($poundage_proportion/100)); //四舍五入保留两位小数点
- $data['proportion'] = $proportion;
- $real_money = $money-$proportion;
- $data['real_money'] = $real_money;
- switch ($withdraw_type){
- case 'wx':
- $data['account_no'] = $user['openid'];
- $data['account_name']=$user['name'];
- break;
- case 'zfb':
- $data['account_no'] = $user['zfb_account'];
- $data['account_name']=$user['zfb_real_name'];
- break;
- case 'bank':
- $data['account_no'] = $user['bank_num'];
- $data['account_name']=$user['bank_user'];
- break;
- }
- $id =Db::name('store_member_withdraw')->insertGetId($data);
- $res = memberMoneyChange($money,3,$this->uid,'余额提现',0,$id,2);
- if(!$res) throw new Exception('提现失败');
- Db::commit();
- }catch (\Exception $e) {
- Db::rollback();
- $this->error($e->getMessage());
- }
- DelRedisSetNx('withdraw'.$this->uid);
- $this->success('提现申请成功,等待审核!');
- }else{
- $this->error('服务器繁忙,请稍后重试');
- }
- }
- /**
- * @title 云钱包余额提现
- * @desc 提现
- * @author Gavin
- * @method POST
- * @tag 编辑信息
- * @url /api/User_center/cloudWalletWithdraw
- * @header name:Authorization require:1 desc:Token
- * @param name:money type:int default: desc:提现金额
- * @param name:cloud_password type:string default:-- desc:云钱包密码
- * @param name:source type:int require:0 default:10 desc:app传10,h5传16
- * @param name:random_key type:string require:0 default:10 desc:random_key
- * @return name:ret_code type:string default:0 desc:请求结果代码[0000:提现申请成功,8889:表示提现申请待确认成功,需要调用提现确认完成提现创单申请,8888:表示提现需要再次信息短信验证码校验]
- * @return name:token type:string default:0 desc:支付授权令牌,有效期30分钟。当交易需要二次验证的时候,需要通过token调用调用交易二次短信验证接口[/api/Cloud_wallet/validationSms]
- * @return name:txn_seqno type:string default:0 desc:商户系统唯一交易流水号,当交易需要二次验证的时候,需要传这个参数[/api/Cloud_wallet/validationSms]
- * @return name:total_amount type:float default:0 desc:订单总金额,当交易需要二次验证的时候,需要传这个参数[/api/Cloud_wallet/validationSms]
- *
- */
- public function cloudWalletWithdraw()
- {
- if(!checkAuth($this->uid)) $this->error('维护中.....');
- if (redisSetNx('cloudWalletWithdraw'.$this->uid,3)){
- $v = getConfigValue('withdraw_switch');
- if (!$v) $this->error('维护中,暂时关闭');
- $redis = new Redis(['select'=>2]);
- $redis_value = $redis->get('cloudWalletWithdraw'.$this->uid);
- if ($redis_value){
- $this->error('请求过快,请稍后重试');
- }else{
- $redis->set('cloudWalletWithdraw'.$this->uid,1,3);
- }
- $money = input('money');
- $withdraw_type = input('withdraw_type','bank');
- if($withdraw_type != 'bank') $this->error('提现方式错误'.$withdraw_type);
- $cloud_password = input('cloud_password');
- $source = input('source');
- $random_key = input('random_key');
- if (!$money) $this->error('参数错误');
- $user = Db::name('store_member')->where('id',$this->uid)->find();
- $withdraw_min_price = 5; //最小提现金额
- $withdraw_max_price = 1000; //最大提现金额
- $poundage_proportion = getConfigValue('poundage_proportion'); //手续费百分比
- $discount = getMemberServiceCharge($this->uid);// 折扣
- $poundage_proportion = bcmul($poundage_proportion,$discount);
- if ($money < $withdraw_min_price) $this->error('最低提现'.$withdraw_min_price.'元');
- if ($money > $withdraw_max_price) $this->error('最大提现'.$withdraw_max_price.'元');
- if($withdraw_type == 'bank' && !$user['bank_num'])$this->error('请先绑定银行卡');
- Db::startTrans();
- try {
- $data['mid'] = $this->uid;
- $data['withdraw_type'] = $withdraw_type;
- $order_no = get_order_sn();
- $data['order_no'] = $order_no;
- $data['price'] = $money;
- $data['poundage_proportion'] = $poundage_proportion;
- $proportion = 2;// sprintf("%.2f", $money*($poundage_proportion/100)); //四舍五入保留两位小数点
- $data['proportion'] = $proportion;
- $real_money = $money-$proportion;
- $data['real_money'] = $real_money;
- switch ($withdraw_type){
- case 'bank':
- $data['account_no'] = $user['bank_num'];
- $data['account_name']=$user['bank_user'];
- break;
- }
- Db::name('cloud_wallet_withdraw')->insertGetId($data);
- $risk_item = risk_item($user,'用户提现',$source);
- $cloud_res = LianLianPay::cloudWalletWithdrawal($this->uid,$money,$proportion,$user['bank_num'],$cloud_password,$risk_item,$random_key,$order_no);
- if(!in_array($cloud_res['ret_code'],['0000','8888','8889']) )throw new Exception($cloud_res['ret_msg']);
- Db::commit();
- }catch (\Exception $e) {
- Db::rollback();
- $this->error($e->getMessage());
- }
- DelRedisSetNx('cloudWalletWithdraw'.$this->uid);
- $this->success('提现申请成功,等待审核!',$cloud_res);
- }else{
- $this->error('服务器繁忙,请稍后重试');
- }
- }
- /**
- * @title 打开盲盒
- * @desc 返回值是空就没中奖
- * @author Gavin
- * @method POST
- * @tag 编辑信息
- * @url /api/User_center/openBoxCollection
- * @header name:Authorization require:1 desc:Token
- * @param name:id type:int : default: desc:详情ID
- * @return name:name type:string default: desc:名称
- * @return name:cover type:string default: desc:图片
- * @return name:price type:string default: desc:价格
- * @return name:auth_name type:string default: desc:作者
- * @return name:auth_img type:string default: desc:作者头像
- *
- */
- public function openBoxCollection(){
- //redis原子锁
- if (redisSetNx('openBox'.$this->uid)){
- $id = input('id');
- if (!$id) $this->error('参数错误');
- $info = Db::name('store_order_info')
- ->where('id',$id)
- ->where('mid',$this->uid)
- ->where('status','neq','2')
- ->where('is_destruction',1)
- ->find();
- if (!$info) $this->error('盲盒不存在');
- if ($info['resale_status']!=1) $this->error('盲盒挂售中或已出售');
- $where = 'status = 1 and coll_id = '.$info['c_id'].' and is_del = 1 and residue_num > 0';
- $residue_num_all = Db::name('store_blind_box')->where($where)->sum('residue_num');
- // if($residue_num_all <= 0 )$this->error('对不起,盲盒已没有奖品');
- $com = true;
- Db::startTrans();
- try {
- //销毁
- Db::name('store_order_info')->where('id',$id)->update(['is_destruction'=>0]);
- $win_num = rand(1,$residue_num_all);
- $blind_box_info = Db::name('store_blind_box')->field('id,prize_id,residue_num')->where($where)->select();
- $residue_num = 0;
- $win_prize_id = 0;
- $win_box_id = 0;
- foreach ($blind_box_info as $val) {
- $residue_num += $val['residue_num'];
- if($win_prize_id == 0 && $win_num <= $residue_num){
- $win_prize_id = $val['prize_id'];
- $win_box_id = $val['id'];
- }
- }
- if($win_prize_id){
- $coll_info = getCollectionInfoHash($win_prize_id);
- $json_info = json_encode($coll_info,true);
- $return['name'] = $coll_info['name'];
- $return['cover'] = $coll_info['cover'];
- $return['price'] = $coll_info['price'];
- $return['auth_name'] = $coll_info['auth_name'];
- $return['auth_img'] = $coll_info['auth_img'];
- $data = [
- 'm_id'=>$this->uid,
- 'b_id'=>$win_prize_id,
- 'is_prize'=>1,
- 'name'=>$coll_info['name'],
- 'cover'=>$coll_info['cover'],
- 'info'=>$json_info,
- 'date'=>date('Y-m-d'),
- 'is_free'=>1
- ];
- Db::name('store_blind_box_log')->insert($data);
- //获取排名
- $rank = getRanking($win_prize_id);
- $tag = getTag($win_prize_id,$rank,$coll_info['inventory']);
- saveRanking($win_prize_id);
- $company = '象链数藏';
- $hash = getCompanyHash($win_prize_id);
- $company_hash = $hash['hash'];
- $company_hash_time = $hash['create_at'];
- $tokenid = $hash['tokenid'];
- Db::name('hash')->where('hash',$hash['hash'])->update(['status'=>1]);
- $collectors_hash = '';
- $date = [
- 'order_id'=>0,
- 'order_no'=>get_order_sn(),
- 'tag'=>$tag,
- 'mid'=>$this->uid,
- 'c_id'=>$win_prize_id,
- 'name'=>$coll_info['name'],
- 'cover'=>$coll_info['cover'],
- 'pro_info'=>$json_info,
- 'company'=>$company,
- 'company_hash'=>$company_hash,
- 'company_hash_time'=>$company_hash_time,
- 'ddcid'=>$tokenid,
- 'collectors_hash'=>$collectors_hash,
- // 'collectors_hash_time'=>'',
- 'status'=>1
- ];
- Db::name('store_order_info')->insert($date);
- }
- Db::commit();
- }catch (\Exception $e) {
- $com = false;
- $msg = $e->getMessage();
- Db::rollback();
- }
- if ($com){
- setMemberInfoHash($this->uid);
- //扣减库存
- Db::name('store_blind_box')->where('id',$win_box_id)->setDec('residue_num',1);
- DelRedisSetNx('openBox'.$this->uid);
- $this->success('成功',$win_prize_id ? $return : null);
- }else{
- DelRedisSetNx('openBox'.$this->uid);
- $this->error($msg);
- }
- }else{
- $this->error('请求过快');
- }
- }
- /**
- * @title 验证被更换手机号【更换手机号第一步】
- * @desc 验证已绑定的手机号
- * @author QC
- * @method POST
- * @tag 编辑信息
- * @url /api/User_center/checkPhone
- * @header name:Authorization require:1 desc:Token
- * @param name:phone type:int default: desc:手机号
- * @param name:code type:string default: desc:验证码
- */
- public function checkPhone()
- {
- $phone = input('post.phone');
- $code = input('post.code');
- if(!$phone || !$code) $this->error('参数错误');
- $user_info = Db::name('store_member')->find($this->uid);
- if($user_info['phone'] != $phone) $this->error('已绑定手机号错误');
- // 5 分钟之内的验证码
- $check_code = Db::name('store_sms')
- ->where(['mobile'=>$phone,'event'=>'change','is_use'=>0,'code'=>$code])
- ->where('createtime','>' ,time() - 300)
- ->value('id');
- if(!$check_code) $this->error('验证码错误');
- Db::name('store_sms')->where('id',$check_code)->update(['is_use'=>1]);
- $this->success('验证成功');
- }
- /**
- * @title 更换新的手机号
- * @desc 更换新的手机号
- * @author QC
- * @method POST
- * @tag 更换新的手机号
- * @url /api/User_center/changePhone
- * @header name:Authorization require:1 desc:Token
- * @param name:phone type:int default: desc:手机号
- * @param name:code type:string default: desc:验证码
- */
- public function changePhone()
- {
- $phone = input('post.phone');
- $code = input('post.code');
- if(!$phone || !$code) $this->error('参数错误');
- $user_info = Db::name('store_member')->find($this->uid);
- $check_code = Db::name('store_sms')
- ->where(['mobile'=>$user_info['phone'],'event'=>'change','is_use'=>1])
- ->order('id desc')
- ->find();
- if(!$check_code) $this->error('请验证已绑定手机号');
- if($check_code['createtime'] < time() - 300) $this->error('验证超时,请在5分钟之内更换手机号');
- $check_new = Db::name('store_sms')
- ->where(['mobile'=>$phone,'event'=>'new','is_use'=>0,'code'=>$code])
- ->where('createtime','>' ,time() - 300)
- ->value('id');
- if(!$check_new) $this->error('验证码错误');
- Db::name('store_sms')->where('id',$check_new)->update(['is_use'=>1]);
- Db::name('store_member')->where('id',$this->uid)->update(['phone'=>$phone]);
- setMemberInfoHash($this->uid);
- $this->success('更换成功');
- }
- /**
- * @title 阿里云金融级实名认证初始化
- * @desc 阿里云金融级实名认证初始化
- * @author QC
- * @method POST
- * @tag 编辑信息
- * @url /api/User_center/initFaceVerify
- * @header name:Authorization require:1 desc:Token
- * @param name:name type:string default:1 desc:姓名
- * @param name:id_no type:string default:1 desc:身份证号
- * @param name:MetaInfo type:string default:1 desc:MetaInfo
- * @param name:ReturnUrl type:string default:1 desc:业务页面回跳的目标地址
- * @return name:RequestId type:String default:-- desc:请求ID
- * @return name:Message type:String default:-- desc:返回信息
- * @return name:Code type:String default:-- desc:返返回码:200为成功,其他为失败。【具体的参考阿里云文档】
- * @return name:ResultObject.CertifyId type:String default:-- desc:实人认证唯一标识
- * @return name:ResultObject.CertifyUrl type:String default:-- desc:Web认证URL,认证结束后根据入参ReturnUrl进行进行转赠跳转
- */
- function initFaceVerify(){
- $name = input('name');
- $id_no = input('id_no');
- $MetaInfo = input('MetaInfo');
- $ReturnUrl = input('ReturnUrl');
- $res = Certification::main($name,$id_no,$MetaInfo,$ReturnUrl);
- if(!$res) $this->error('初始化错误');
- $result = json_decode(json_encode($res),true)['body'];
- $result['code'] != 200 ? $this->error($result['message']):$this->success('ok',$result);
- }
- /**
- * @title 保存人脸认证
- * @desc 保存人脸认证
- * @author QC
- * @method POST
- * @tag 编辑信息
- * @url /api/User_center/saveVerify
- * @header name:Authorization require:1 desc:Token
- * @param name:name type:string default:1 desc:姓名
- * @param name:id_no type:string default:1 desc:身份证号
- * @param name:CertifyId type:string default:1 desc:实人认证唯一标识
- */
- function saveVerify()
- {
- $name = input('name');
- $id_no = input('id_no');
- $CertifyId = input('CertifyId');
- if (!$name || !$id_no || !$CertifyId) $this->error('参数错误');
- $check_id_card = isCreditNo($id_no);
- if (!$check_id_card) $this->error('身份证号格式错误');
- $is_auth = Db::table('store_member')->where('id',$this->uid)->value('is_auth');
- if($is_auth) $this->error('已认证');
- $check = Db::name('store_member')->where('id_card',$id_no)->count();
- if ($check) $this->error('身份证号已经认证过');
- // 核验
- $res = Certification::check($CertifyId);
- if(!$res) $this->error('认证失败');
- $result = json_decode(json_encode($res),true)['body'];
- if($result['code'] != 200) $this->error($result['message']);
- Db::table('store_member')->where('id',$this->uid)->update(['is_auth'=>1,'true_name'=>$name,'id_card'=>$id_no,'auth_at'=>date('Y-m-d H:i:s')]);
- setMemberInfoHash($this->uid);
- $this->success('认证成功');
- }
- }
|