UserCenter.php 65 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466
  1. <?php
  2. namespace app\api\controller;
  3. use AlibabaCloud\Client\AlibabaCloud;
  4. use AlibabaCloud\Client\Exception\ClientException;
  5. use AlibabaCloud\Client\Exception\ServerException;
  6. use app\common\library\AliPay2;
  7. use app\common\library\LianLianPay;
  8. use think\cache\driver\Redis;
  9. use think\Db;
  10. use think\Exception;
  11. require_once env('root_path').'application/common/library/llp/src/cfg.php';
  12. /**
  13. * @title 会员个人中心
  14. * @controller UserCenter
  15. * @group base
  16. */
  17. class UserCenter extends Base
  18. {
  19. public function initialize()
  20. {
  21. parent::initialize();
  22. parent::check_login();
  23. }
  24. /**
  25. * @title 获取个人信息
  26. * @desc 个人信息
  27. * @author Gavin
  28. * @url /api/User_center/getUserInfo
  29. * @method POST
  30. * @tag 个人信息
  31. * @header name:Authorization require:1 desc:Token
  32. * @return name:id type:int default:-- desc:ID(邀请ID)
  33. * @return name:phone type:string default:-- desc:手机号
  34. * @return name:name type:string default:-- desc:昵称
  35. * @return name:headimg type:string default:-- desc:头像地址
  36. * @return name:integral type:int default:-- desc:积分
  37. * @return name:snap_card type:int default:-- desc:抢购卡
  38. * @return name:wallet_address type:int default:-- desc:钱包地址
  39. * @return name:true_name type:string default:-- desc:真实姓名
  40. * @return name:id_card type:string default:-- desc:身份证号
  41. * @return name:is_auth type:int default:-- desc:是否认证(0否1是)
  42. * @return name:auth_at type:string default:-- desc:认证时间
  43. * @return name:vip_name type:int default:-- desc:身份
  44. * @return name:bank_num type:string default:-- desc:银行卡号【判断是否绑定银行卡】
  45. * @return name:bank_user type:string default:-- desc:银行卡持有人
  46. * @return name:is_order_no_paid type:string default:-- desc:是否有未支付订单true:有false:没有
  47. * @return name:is_sign type:string default:-- desc:今日是否已经签到true:已签到false:未签到
  48. * @return name:invite_img type:string default:-- desc:邀请二维码
  49. * @return name:invite_address type:string default:-- desc:邀请地址
  50. * @return name:lucky_number type:int default:-- desc:剩余抽奖次数
  51. * @return name:money type:string default:-- desc:余额
  52. * @return name:share_poster type:string default:-- desc:分享海报
  53. */
  54. public function getUserInfo()
  55. {
  56. $uid = $this->uid;
  57. $user_info = Db::name('store_member')
  58. ->field('password,second_password',true)
  59. ->where('id',$uid)
  60. ->find();
  61. if(empty($user_info)) $this->error('用户信息不正确');
  62. $user_info['vip_name'] = '普通会员';
  63. //是否有待支付订单
  64. $order = Db::name('store_order')->where('status',0)->where('is_deleted',0)->where('mid',$uid)->count();
  65. $user_info['is_order_no_paid'] = $order ? true : false;
  66. $user_info['is_sign'] = false;
  67. //获取每日免费次数
  68. $free_number = getConfigValue('free_lucky_number');
  69. //获取当日免费抽奖记录
  70. $date = date('Y-m-d');
  71. $now_date_count = Db::name('store_blind_box_log')->where('m_id',$this->uid)->where('date',$date)->where('is_free',0)->count();
  72. $lucky_number = $user_info['lottery_number'] + ($free_number-$now_date_count);
  73. $user_info['lucky_number'] =$lucky_number<=0 ? 0 : $lucky_number;
  74. //生成邀请码
  75. if (!$user_info['invite_img'] || !$user_info['invite_address']){
  76. $code = $user_info['invite_code'];
  77. $invite_img = setintivecode($code);
  78. $invite_address = getintiveaddress($code);
  79. Db::name('store_member')->where('id',$this->uid)->update(['invite_img'=>$invite_img,'invite_address'=>$invite_address]);
  80. }
  81. $user_info['invite_img'] = str_replace('http:','https:',$user_info['invite_img']);
  82. $user_info['share_poster'] = sysconf('share_poster');
  83. $this->success('获取成功',$user_info);
  84. }
  85. /**
  86. * @title 绑定opendid
  87. * @desc 绑定opendid
  88. * @author Gavin
  89. * @url /api/User_center/bindOpenid
  90. * @method POST
  91. * @tag 编辑信息
  92. * @header name:Authorization require:1 desc:Token
  93. *
  94. * @param name:code type:string require:0 default:-- desc:code
  95. */
  96. public function bindOpenid()
  97. {
  98. $code = input('code');
  99. if(empty($code)) $this->error('参数错误');
  100. $appid = 'wx8e47a12d0a1c007f';
  101. $secret = 'f19bfac2108af3aee75df0a31a1fee1c';
  102. $res = http_get('https://api.weixin.qq.com/sns/oauth2/access_token?appid='.$appid.'&secret='.$secret.'&code='.$code.'&grant_type=authorization_code');
  103. $res = json_decode($res,true);
  104. if (isset($res['openid'])){
  105. $update_data['openid'] = $res['openid'];
  106. $update_data['update_at'] = date('Y-m-d H:i:s');
  107. if (Db::name('store_member')->where('id',$this->uid)->update($update_data)){
  108. setMemberInfoHash($this->uid);
  109. $this->success('绑定成功');
  110. }
  111. $this->error('绑定失败');
  112. }else{
  113. $this->error('获取openid失败');
  114. }
  115. }
  116. /**
  117. * @title 编辑个人信息
  118. * @desc 编辑个人信息
  119. * @author Gavin
  120. * @url /api/User_center/updateUserInfo
  121. * @method POST
  122. * @tag 编辑信息
  123. * @header name:Authorization require:1 desc:Token
  124. *
  125. * @param name:name type:string require:0 default:-- desc:姓名
  126. * @param name:headimg type:string require:0 default:-- desc:头像地址
  127. */
  128. public function updateUserInfo()
  129. {
  130. $headimg = input('post.headimg');
  131. $name = trim(input('post.name',''));
  132. if(!$headimg && !$name) $this->error('参数错误');
  133. $update_data= [];
  134. if($name) $update_data['name'] = $name;
  135. if ($headimg) $update_data['headimg'] = $headimg;
  136. if($name){
  137. $check_member = Db::name('store_member')
  138. ->where('name',$name)
  139. ->where('id','<>',$this->uid)
  140. ->count();
  141. if($check_member) $this->error('该用户名已被占用');
  142. }
  143. $update_data['update_at'] = date('Y-m-d H:i:s');
  144. if (Db::name('store_member')->where('id',$this->uid)->update($update_data)){
  145. setMemberInfoHash($this->uid);
  146. $this->success('编辑成功');
  147. }
  148. $this->error('编辑失败');
  149. }
  150. /**
  151. * @title 绑定支付宝
  152. * @desc 绑定支付宝
  153. * @author Gavin
  154. * @url /api/User_center/bind_zfb
  155. * @method POST
  156. * @tag 编辑信息
  157. * @header name:Authorization require:1 desc:Token
  158. *
  159. * @param name:account type:string require:0 default:-- desc:支付宝账号
  160. * @param name:zfb_real_name type:string require:0 default:-- desc:真实姓名
  161. */
  162. public function bind_zfb(){
  163. $account = input('account'); //账号
  164. $real_name = input('real_name'); //真实姓名
  165. if (!$account) $this->error('支付宝账号为空');
  166. if (!$real_name) $this->error('真实姓名为空');
  167. $update_data['zfb_account'] = $account;
  168. $update_data['zfb_real_name'] = $real_name;
  169. $update_data['update_at'] = date('Y-m-d H:i:s');
  170. if (Db::name('store_member')->where('id',$this->uid)->update($update_data)){
  171. setMemberInfoHash($this->uid);
  172. $this->success('绑定成功');
  173. }
  174. $this->error('绑定失败');
  175. }
  176. /**
  177. * @title 绑定【更换绑定】银行卡
  178. * @desc 绑定【更换绑定】银行卡
  179. * @author qc
  180. * @url /api/User_center/bind_bank
  181. * @method POST
  182. * @tag 编辑信息
  183. * @header name:Authorization require:1 desc:Token
  184. *
  185. * @param name:bank_num type:string require:0 default:-- desc:银行卡号
  186. * @param name:bank_user type:string require:0 default:-- desc:姓名
  187. */
  188. public function bind_bank(){
  189. $bank_num = input('bank_num'); //账号
  190. $bank_user = input('bank_user'); //真实姓名
  191. $pay_password = input('pay_password'); //真实姓名
  192. if (!$bank_num) $this->error('银行卡号不能为空');
  193. if (!$bank_user) $this->error('姓名不能为空');
  194. if(check_bankCard($bank_num) != 1) $this->error('银行卡格式错误');
  195. $user_info = Db::name('store_member')->where('id',$this->uid)->find();
  196. if ($user_info['bank_num'] == $bank_num && $user_info['bank_user'] == $bank_user) $this->error('与原绑定信息一致');
  197. $update_data['bank_num'] = $bank_num;
  198. $update_data['bank_user'] = $bank_user;
  199. if (Db::name('store_member')->where('id',$this->uid)->update($update_data)){
  200. setMemberInfoHash($this->uid);
  201. $this->success('绑定成功');
  202. }
  203. $this->error('绑定失败');
  204. }
  205. /**
  206. * @title 实名认证
  207. * @desc 实名认证
  208. * @author Gavin
  209. * @method POST
  210. * @tag 编辑信息
  211. * @url /api/User_center/userCertification
  212. * @header name:Authorization require:1 desc:Token
  213. * @param name:true_name type:string require:1 default:-- desc:真实姓名
  214. * @param name:id_card type:string require:1 default:-- desc:身份证号
  215. */
  216. public function userCertification(){
  217. $true_name = input('post.true_name');
  218. $id_card = input('post.id_card');
  219. if (!$true_name || !$id_card) $this->error('参数错误');
  220. $check_id_card = isCreditNo($id_card);
  221. if (!$check_id_card) $this->error('身份证号格式错误');
  222. $is_auth = Db::table('store_member')->where('id',$this->uid)->value('is_auth');
  223. if($is_auth) $this->error('已认证');
  224. $check = Db::name('store_member')->where('id_card',$id_card)->where('is_deleted',0)->count();
  225. if ($check) $this->error('身份证号已经认证过');
  226. if (!identifyCertification($id_card,$true_name)) $this->error('身份证与姓名验证失败');
  227. 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')])){
  228. setMemberInfoHash($this->uid);
  229. $this->success('认证成功');
  230. }
  231. $this->error('认证失败');
  232. }
  233. /**
  234. * @title 修改密码
  235. * @desc 修改密码
  236. * @author Gavin
  237. * @method POST
  238. * @tag 编辑信息
  239. * @url /api/User_center/updatePass
  240. * @header name:Authorization require:1 desc:Token
  241. * @param name:old_password type:string require:1 default:-- desc:旧密码
  242. * @param name:new_password type:string require:1 default:-- desc:新密码
  243. * @param name:confirm_password type:string require:1 default:-- desc:确认密码
  244. */
  245. public function updatePass()
  246. {
  247. $old_password = input('post.old_password');
  248. $new_password = input('post.new_password');
  249. $confirm_password = input('post.confirm_password');
  250. if (!$old_password || !$new_password || !$confirm_password) $this->error('参数错误');
  251. if ($new_password!=$confirm_password) $this->error('密码与确认密码不一致');
  252. if (!preg_match('/^[0-9a-z]{6,12}$/i',$new_password)) $this->error('密码格式错误,请输入6-12位数字+字母');
  253. $member = Db::name('store_member')->where('id',$this->uid)->find();
  254. if ($member['password']!=md5($old_password)) $this->error('旧密码错误');
  255. $data['password'] = md5($new_password);
  256. $data['update_at'] = date('Y-m-d H:i:s');
  257. if (Db::name('store_member')->where('id',$this->uid)->update($data)){
  258. setMemberInfoHash($this->uid);
  259. $this->success('修改成功');
  260. }
  261. $this->error('修改失败');
  262. }
  263. /**
  264. * @title 修改支付密码
  265. * @desc 修改支付密码
  266. * @author Gavin
  267. * @method POST
  268. * @tag 编辑信息
  269. * @url /api/User_center/updateSecondPass
  270. * @header name:Authorization require:1 desc:Token
  271. * @param name:second_password type:string require:1 default:-- desc:支付密码
  272. * @param name:confirm_second_password type:string require:1 default:-- desc:确认密码
  273. */
  274. public function updateSecondPass()
  275. {
  276. $second_password = input('post.second_password');
  277. $confirm_second_password = input('post.confirm_second_password');
  278. $yzm = input('post.yzm');
  279. if (!$second_password || !$confirm_second_password) $this->error('参数错误');
  280. if ($second_password!=$confirm_second_password) $this->error('密码与确认密码不一致');
  281. if (!preg_match('/^[0-9]{6}$/i',$second_password)) $this->error('支付密码格式错误,请输入6位纯数字');
  282. $member = getMemberInfoHash($this->uid); //获取用户信息
  283. //验证短信验证码
  284. // $time = time()-60;
  285. // $sms = Db::name('store_sms')->where(['mobile' => $member['phone'], 'event' => 'forgetpwd'])
  286. // ->where('createtime','>',$time)
  287. // ->order('id', 'DESC')
  288. // ->find();
  289. // if (!$sms || $sms['code'] != $yzm) $this->error('短信验证码不正确!');
  290. $data['second_password'] = md5($second_password);
  291. $data['update_at'] = date('Y-m-d H:i:s');
  292. if (Db::name('store_member')->where('id',$this->uid)->update($data)){
  293. setMemberInfoHash($this->uid);
  294. $this->success('修改成功');
  295. }
  296. $this->error('修改失败');
  297. }
  298. /**
  299. * @title 我的藏品
  300. * @desc 我的藏品
  301. * @author Gavin
  302. * @method POST
  303. * @tag 编辑信息
  304. * @url /api/User_center/myCollection
  305. * @header name:Authorization require:1 desc:Token
  306. * @param name:type type:int require:0 default:1 desc:类型(0全部1:藏品,3:盲盒)
  307. * @return name:id type:int require:0 default:0 desc:藏品ID
  308. * @return name:tag type:string require:0 default:0 desc:唯一标签
  309. * @return name:name type:string require:0 default:0 desc:藏品名称
  310. * @return name:type type:int default:1 desc:类型(1:藏品,3:盲盒)
  311. * @return name:cover type:string require:0 default:0 desc:藏品图片
  312. * @return name:resale_price type:string require:0 default:0 desc:二级市场挂售价格
  313. * @return name:auth_img type:string require:0 default:0 desc:作者头像
  314. * @return name:auth_name type:string require:0 default:0 desc:作者名称
  315. * @return name:resale_status type:string require:0 default:0 desc:1:未挂售2挂售中3已出售
  316. * @return name:is_destruction type:int require:0 default:0 desc:1:盲盒状态1未开启0已开启
  317. * @return name:send_btn type:int require:0 default:0 desc:是否可以赠送1是0否
  318. * @return name:send_time type:string require:0 default:-- desc:可以赠时间【send_btn=1时为空】
  319. */
  320. public function myCollection(){
  321. $type = input('type',1);
  322. $list = Db::name('store_order_info')
  323. ->where('mid',$this->uid)
  324. ->where('status','neq','2')
  325. ->where('is_destruction',1)
  326. ->where('resale_status',1)
  327. ->when($type,function ($query)use($type){ if($type) $query->where('type',$type);})
  328. ->field('id,c_id,tag,pro_info,resale_status,resale_price,type,is_destruction,create_at')
  329. ->order('id desc')
  330. ->select();
  331. foreach ($list as &$v){
  332. $pro_info = json_decode($v['pro_info'],true);
  333. $v['name'] = $pro_info['name'];
  334. $v['cover'] = $pro_info['cover'];
  335. $v['auth_img'] = $pro_info['auth_img'];
  336. $v['auth_name'] = $pro_info['auth_name'];
  337. $goods_info = Db::name('store_collection')->where('id',$v['c_id'])->find();
  338. $log = Db::name('store_collect_examples_log')->where('order_info_id',$v['id'])->find();
  339. $v['send_btn'] = 1;
  340. $v['send_time'] = '';
  341. if (!$log){
  342. if ($goods_info['one_given_day']!=0) {
  343. $exam_time = strtotime($v['create_at'])+($goods_info['one_given_day']*60*60);
  344. if ($exam_time>time()){
  345. $v['send_btn'] = 0;
  346. $v['send_time'] = date('Y-m-d H:i:s',$exam_time);
  347. }
  348. }
  349. }else{
  350. if ($pro_info['other_given_day']!=0){
  351. $exam_time = strtotime($log['create_at'])+($pro_info['other_given_day']*60*60);
  352. if ($exam_time>time()) {
  353. $v['send_btn'] = 0;
  354. $v['send_time'] = date('Y-m-d H:i:s',$exam_time);
  355. }
  356. }
  357. }
  358. unset($v['pro_info']);
  359. }
  360. $this->success('成功',$list);
  361. }
  362. /**
  363. * @title 我的藏品(折叠)
  364. * @desc 我的藏品
  365. * @author QC
  366. * @method POST
  367. * @tag 编辑信息
  368. * @url /api/User_center/myCollectionGroupBy
  369. * @header name:Authorization require:1 desc:Token
  370. * @return name:num type:int default:0 desc:同组下几个藏品【最小是1】
  371. * @return name:jump_id type:int default:0 desc:同组下最新的收藏记录id[只有一个可以用这个作为跳转详情的id]
  372. * @return name:tag type:string default:0 desc:唯一标签
  373. * @return name:name type:string require:0 default:0 desc:藏品名称
  374. * @return name:cover type:string require:0 default:0 desc:藏品图片
  375. * @return name:auth_img type:string require:0 default:0 desc:作者头像
  376. * @return name:auth_name type:string require:0 default:0 desc:作者名称
  377. * @return name:total_num type:int require:0 default:0 desc:总数
  378. */
  379. public function myCollectionGroupBy(){
  380. $type = input('type',1);
  381. $group_list = Db::name('store_order_info')
  382. ->field('c_id,count(id) num ,max(id) jump_id')
  383. ->where('mid',$this->uid)
  384. ->where('status','neq','2')
  385. ->where('is_destruction',1)
  386. ->where('resale_status',1)
  387. ->when($type,function ($query)use($type){ if($type) $query->where('type',$type);})
  388. ->group('c_id')
  389. ->select();
  390. array_walk($group_list,function (&$val){
  391. $min_info = Db::name('store_order_info')->field('tag,pro_info')->where('id',$val['jump_id'])->find();
  392. $pro_info = json_decode($min_info['pro_info'],true);
  393. $val['tag'] = $min_info['tag'];
  394. $val['name'] = $pro_info['name'];
  395. $val['cover'] = $pro_info['cover'];
  396. $val['auth_img'] = $pro_info['auth_img'];
  397. $val['auth_name'] = $pro_info['auth_name'];
  398. });
  399. $this->success('成功',['list'=>$group_list,'total_num'=>!empty($group_list)?array_sum(array_column($group_list,'num')):0]);
  400. }
  401. /**
  402. * @title 我的藏品(展开)
  403. * @desc 我的藏品(展开)
  404. * @author QC
  405. * @method POST
  406. * @tag 编辑信息
  407. * @url /api/User_center/unfoldCollection
  408. * @header name:Authorization require:1 desc:Token
  409. * @param name:c_id type:int require:0 default:1 desc:myCollectionGroupBy接口的c_id[商品id]
  410. * @return name:id type:int require:0 default:0 desc:藏品ID
  411. * @return name:tag type:string require:0 default:0 desc:唯一标签
  412. * @return name:name type:string require:0 default:0 desc:藏品名称
  413. * @return name:type type:int default:1 desc:类型(1:藏品,3:盲盒)
  414. * @return name:cover type:string require:0 default:0 desc:藏品图片
  415. * @return name:resale_price type:string require:0 default:0 desc:二级市场挂售价格
  416. * @return name:auth_img type:string require:0 default:0 desc:作者头像
  417. * @return name:auth_name type:string require:0 default:0 desc:作者名称
  418. */
  419. public function unfoldCollection()
  420. {
  421. $c_id = input('c_id');
  422. $list = Db::name('store_order_info')
  423. ->field('id,tag,pro_info,resale_status,resale_price,type,is_destruction')
  424. ->where('c_id',$c_id)
  425. ->where('mid',$this->uid)
  426. ->where('status','neq','2')
  427. ->where('is_destruction',1)
  428. ->where('resale_status',1)
  429. ->order('id desc')
  430. ->select();
  431. array_walk($list,function (&$val){
  432. $pro_info = json_decode($val['pro_info'],true);
  433. $val['name'] = $pro_info['name'];
  434. $val['cover'] = $pro_info['cover'];
  435. $val['auth_img'] = $pro_info['auth_img'];
  436. $val['auth_name'] = $pro_info['auth_name'];
  437. unset($val['pro_info']);
  438. });
  439. $this->success('ok',$list);
  440. }
  441. /**
  442. * @title 我的盲盒
  443. * @desc 我的盲盒
  444. * @author Gavin
  445. * @method POST
  446. * @tag 编辑信息
  447. * @url /api/User_center/myBoxCollection
  448. * @header name:Authorization require:1 desc:Token
  449. * @return name:id type:int require:0 default:0 desc:藏品ID
  450. * @return name:tag type:string require:0 default:0 desc:唯一标签
  451. * @return name:name type:string require:0 default:0 desc:藏品名称
  452. * @return name:cover type:string require:0 default:0 desc:藏品图片
  453. * @return name:auth_img type:string require:0 default:0 desc:作者头像
  454. * @return name:auth_name type:string require:0 default:0 desc:作者名称
  455. */
  456. public function myBoxCollection(){
  457. $list = Db::name('store_order_info')
  458. ->where('mid',$this->uid)
  459. ->where('status','neq','2')
  460. ->where('type',3)
  461. ->where('is_destruction',1)
  462. ->where('resale_status',1)
  463. ->field('id,tag,pro_info')
  464. ->order('id desc')
  465. ->select();
  466. foreach ($list as &$v){
  467. $pro_info = json_decode($v['pro_info'],true);
  468. $v['name'] = $pro_info['name'];
  469. $v['cover'] = $pro_info['cover'];
  470. $v['auth_img'] = $pro_info['auth_img'];
  471. $v['auth_name'] = $pro_info['auth_name'];
  472. unset($v['pro_info']);
  473. }
  474. $this->success('成功',$list);
  475. }
  476. /**
  477. * @title 藏品详情
  478. * @desc 藏品详情
  479. * @author Gavin
  480. * @method POST
  481. * @tag 编辑信息
  482. * @url /api/User_center/myCollectionDetail
  483. * @header name:Authorization require:1 desc:Token
  484. * @param name:id type:int require:1 default:-- desc:藏品ID
  485. *
  486. * @return name:id type:int require:0 default:0 desc:藏品ID
  487. * @return name:tag type:string require:0 default:0 desc:唯一标签
  488. * @return name:type type:int require:0 default:1 desc:类型1:藏品,3:盲盒
  489. * @return name:collectors_name type:string require:0 default:0 desc:收藏者
  490. * @return name:collectors_hash type:string require:0 default:0 desc:收藏者hash
  491. * @return name:create_at type:string require:0 default:0 desc:收藏时间
  492. * @return name:company type:string require:0 default:0 desc:流转公司
  493. * @return name:send_btn type:int require:0 default:0 desc:是否可以赠送1是0否
  494. * @return name:send_time type:string require:0 default:-- desc:可以赠时间【send_btn=1时为空】
  495. * @return name:company_hash type:string require:0 default:0 desc:流转公司hash
  496. * @return name:contract_address type:string require:0 default:0 desc:合约地址
  497. * @return name:resale_status type:string require:0 default:0 desc:1:未挂售2挂售中3已出售
  498. * @return name:is_destruction type:int require:0 default:0 desc:1:盲盒状态1未开启0已开启
  499. * @return name:resale_price type:float require:0 default:0 desc:二级市场挂售价格
  500. * @return name:examples_illustrate type:string require:0 default:0 desc:转赠说明
  501. * @return name:sell_illustrate type:string require:0 default:0 desc:寄售须知
  502. * @return name:royalties_rate type:string require:0 default:0 desc:上架版税率【版权税】
  503. * @return name:royalties type:string require:0 default:0 desc:上架版税【版权税】
  504. * @return name:service_fee_rate type:string require:0 default:0 desc:服务费率
  505. * @return name:service_fee type:string require:0 default:0 desc:服务费
  506. * @return name:pro_info@name type:string require:0 default:0 desc:藏品名称
  507. * @return name:pro_info@price type:string require:0 default:0 desc:藏品价格
  508. * @return name:pro_info@label type:string require:0 default:0 desc:藏品标签
  509. * @return name:pro_info@cover type:string require:0 default:0 desc:藏品图片
  510. * @return name:pro_info@auth_img type:string require:0 default:0 desc:作者头像
  511. * @return name:pro_info@auth_name type:string require:0 default:0 desc:作者姓名
  512. * @return name:pro_info@warm_prompt type:string require:0 default:0 desc:温馨提示
  513. * @return name:pro_info@share_img type:string require:0 default:0 desc:分享二维码
  514. */
  515. public function myCollectionDetail(){
  516. $id = input('id');
  517. if (!$id) $this->error('参数错误');
  518. $info = Db::name('store_order_info')
  519. ->where('mid',$this->uid)
  520. ->where('id',$id)
  521. ->find();
  522. if (!$info) $this->error('藏品不存在');
  523. $info['pro_info'] = json_decode($info['pro_info'],true);
  524. if (!isset($info['pro_info']['share_img'])){
  525. //$info['pro_info']['share_img'] = Db::name('store_collection')->where('id',$info['pro_info']['id'])->value('share_img');
  526. }
  527. $info['collectors_name'] = Db::name('store_member')->where('id',$this->uid)->value('name');
  528. $info['collectors_hash'] = $info['collectors_hash']=='' ? "发放中" : $info['collectors_hash'];
  529. $info['collectors_hash_time'] = $info['collectors_hash_time']=='' ? "发放中" : $info['collectors_hash_time'];
  530. $info['examples_illustrate'] = Db::table('system_config')->where('name','examples_illustrate')->value('value');
  531. $info['sell_illustrate'] = Db::table('system_config')->where('name','sell_illustrate')->value('value');
  532. $discount = getMemberServiceCharge($this->uid);// 折扣
  533. $service_fee_rate = Db::table('system_config')->where('name','service_fee')->value('value');
  534. $royalties_rate = Db::table('system_config')->where('name','royalties')->value('value');
  535. $info['service_fee_rate'] = bcmul($service_fee_rate,$discount).'%';
  536. $info['royalties_rate'] =bcmul($royalties_rate,$discount).'%';
  537. $info['service_fee'] = sprintf("%.2f", $info['resale_price'] * (bcmul($service_fee_rate,$discount)/100));
  538. $info['royalties'] = sprintf("%.2f", $info['resale_price'] * (bcmul($royalties_rate,$discount)/100));
  539. $info['contract_address'] = '0c214bcd4f1766fdd6d36f127234fc7e7ba883711e19938777f01523c28e74dc';
  540. $goods_info = Db::name('store_collection')->where('id',$info['c_id'])->find();
  541. $log = Db::name('store_collect_examples_log')->where('order_info_id',$info['id'])->find();
  542. $info['send_btn'] = 1;
  543. $info['send_time'] = '';
  544. if (!$log){
  545. if ($goods_info['one_given_day']!=0) {
  546. $exam_time = strtotime($info['create_at'])+($goods_info['one_given_day']*60*60);
  547. if ($exam_time>time()){
  548. $info['send_btn'] = 0;
  549. $info['send_time'] = date('Y-m-d H:i:s',$exam_time);
  550. }
  551. }
  552. }else{
  553. if ($goods_info['other_given_day']!=0){
  554. $exam_time = strtotime($log['create_at'])+($goods_info['other_given_day']*60*60);
  555. if ($exam_time>time()) {
  556. $info['send_btn'] = 0;
  557. $info['send_time'] = date('Y-m-d H:i:s',$exam_time);
  558. }
  559. }
  560. }
  561. $this->success('成功',$info);
  562. }
  563. /**
  564. * @title 转赠
  565. * @desc 转赠
  566. * @author Gavin
  567. * @method POST
  568. * @tag 编辑信息
  569. * @url /api/User_center/examples
  570. * @header name:Authorization require:1 desc:Token
  571. * @param name:id type:int require:1 default:-- desc:藏品ID
  572. * @param name:phone type:string require:1 default:-- desc:手机号
  573. * @param name:second_password type:int require:1 default:-- desc:支付密码
  574. *
  575. */
  576. public function examples(){
  577. $auth_phone = [
  578. '17666660370',
  579. '13738238301',
  580. '15268713068',
  581. '17357221236',
  582. '18939203035',
  583. '13462758922',
  584. '15503885805',
  585. '17397969608',
  586. '18250720871',
  587. '18871518825',
  588. '13542841384',
  589. '13226444595',
  590. ];
  591. $login_member = getMemberInfoHash($this->uid);
  592. if(time() >= 1665320400 && !in_array($login_member['phone'],$auth_phone)) $this->error('系统升级中,暂停转赠。。。');
  593. if (redisSetNx('examples'.$this->uid)){
  594. $id = input('id');
  595. $redis = new Redis([ 'select'=> 2]);
  596. $redis_value = $redis->get('examples'.$this->uid);
  597. if ($redis_value){
  598. $this->error('请求过快,请稍后重试');
  599. }else{
  600. $redis->set('examples'.$this->uid,1,2);
  601. }
  602. $phone = input('phone');
  603. // $wallet_address = input('wallet_address');
  604. $second_password = input('second_password');
  605. if (!$id || !$phone ) $this->error('参数错误');
  606. $info = Db::name('store_order_info')->where('id',$id)->where('mid',$this->uid)->find();
  607. if (!$info) $this->error('藏品不存在');
  608. if ($info['status']==2) $this->error('藏品已转赠');
  609. // if($info['c_id'] == 8) $this->error('持有时间限制,无法转赠');
  610. $member = Db::name('store_member')->where('phone',$phone)->find();
  611. if (!$member) $this->error('转赠用户不存在');
  612. if($member['id'] == $this->uid){
  613. $this->error('自己无法转赠给自己');
  614. }
  615. //防止两两转赠
  616. //if($info['to_mid'] == $member['id']) $this->error('不可相互转赠');
  617. if (!$info['collectors_hash'] && $info['type'] != 3) $this->error('发放中,无法转赠');
  618. $mem = getMemberInfoHash($this->uid);
  619. if ($mem['second_password']!=md5($second_password)) $this->error('密码错误');
  620. $pro_info = Db::name('store_collection')->where('id',$info['c_id'])->find();
  621. $log = Db::name('store_collect_examples_log')
  622. ->where('order_info_id',$id)
  623. ->find();
  624. if (!$log){
  625. if ($pro_info['one_given_day']!=0){
  626. $exam_time = strtotime($info['create_at'])+($pro_info['one_given_day']*60*60);
  627. if ($exam_time>time()) $this->error('持有时间限制,无法转赠');
  628. }
  629. }else{
  630. if ($pro_info['other_given_day']!=0){
  631. $exam_time = strtotime($log['create_at'])+($pro_info['other_given_day']*60*60);
  632. if ($exam_time>time()) $this->error('持有时间限制,无法转赠');
  633. }
  634. }
  635. $com = true;
  636. Db::startTrans();
  637. try {
  638. Db::name('store_order_info')
  639. ->where('id',$id)
  640. ->update(['status'=>2,'over_time'=>date('Y-m-d H:i:s'),'to_mid'=>$member['id'],'verify'=>Db::raw('verify - 1')]);
  641. $to_date = [
  642. 'order_id'=>$info['order_id'],
  643. 'order_no'=>get_order_sn(),
  644. 'tag'=>$info['tag'],
  645. 'mid'=>$member['id'],
  646. 'c_id'=>$info['c_id'],
  647. 'name'=>$pro_info['name'],
  648. 'cover'=>$pro_info['cover'],
  649. 'pro_info'=>$info['pro_info'],
  650. 'status'=>3,
  651. 'type' => $info['type'],
  652. 'to_mid'=>$this->uid,
  653. 'over_time'=>date('Y-m-d H:i:s'),
  654. 'company'=>'象链数藏',
  655. 'company_hash'=>$info['company_hash'],
  656. 'company_hash_time'=>$info['company_hash_time'],
  657. 'ddcid'=>$info['ddcid'],
  658. 'collectors_hash'=>'',
  659. 'collectors_hash_time'=>date('Y-m-d H:i:s')
  660. ];
  661. $new_id = Db::name('store_order_info')->insertGetId($to_date);
  662. $log_date = [
  663. 'order_info_id'=>$new_id,
  664. 'mid'=>$this->uid,
  665. 'to_mid'=>$member['id'],
  666. 'date'=>date('Y-m')
  667. ];
  668. Db::name('store_collect_examples_log')->insert($log_date);
  669. Db::commit();
  670. }catch (\Exception $e){
  671. $com = false;
  672. Db::rollback();
  673. }
  674. if ($com){
  675. if($pro_info['vipid'] > 0){
  676. //转赠成功等级掉级
  677. $otherData = [
  678. 'type' => 2,
  679. 'status' => 0,
  680. 'desc' => '转赠'.$pro_info['name'].'藏品自动掉级',
  681. 'order_table' => 'store_order_info',
  682. 'order_id' => $id,
  683. ];
  684. memberVipChange(0,$this->uid,$otherData);
  685. //转赠成功获赠人等级同步
  686. $otherData = [
  687. 'type' => 2,
  688. 'status' => 1,
  689. 'desc' => '获赠'.$pro_info['name'].'藏品自动同步等级',
  690. 'order_table' => 'store_order_info',
  691. 'order_id' => $new_id,
  692. ];
  693. memberVipChange($pro_info['vipid'],$member['id'],$otherData);
  694. }
  695. $this->success('转赠成功');
  696. }
  697. $this->error('转赠失败');
  698. }else{
  699. $this->error('服务器繁忙');
  700. }
  701. }
  702. /**
  703. * @title 消息列表[公告]
  704. * @desc 消息列表
  705. * @author Gavin
  706. * @method POST
  707. * @tag 编辑信息
  708. * @url /api/User_center/messageList
  709. * @header name:Authorization require:1 desc:Token
  710. *
  711. * @param name:page type:int : default:1 desc:页数
  712. * @param name:page_num type:int : default:20 desc:每页数
  713. *
  714. * @return name:id type:int require:0 default:0 desc:消息ID
  715. * @return name:title type:string require:0 default:0 desc:标题
  716. * @return name:content type:string require:0 default:0 desc:内容【富文本】
  717. * @return name:create_at type:string require:0 default:0 desc:发布时间
  718. * @return name:is_read type:string require:0 default:0 desc:是否查看true:已查看false:未查看
  719. */
  720. public function messageList(){
  721. $count = Db::name('store_message')->where('is_deleted',0)->count();
  722. $list = Db::name('store_message')
  723. ->field('is_deleted,update_at',true)
  724. ->where('is_deleted',0)
  725. ->order('id desc')
  726. ->limit($this->off_set,$this->page_num)
  727. ->select();
  728. // echo Db::name('store_message')->getLastSql();die;
  729. foreach ($list as &$v){
  730. $is_read = Db::name('store_message_read_log')->where('mid',$this->uid)->where('message_id',$v['id'])->count();
  731. $v['is_read'] = $is_read ? true : false;
  732. }
  733. $this->success('成功',compact('count','list'));
  734. }
  735. /**
  736. * @title 点击消息[公告]
  737. * @desc 点击消息,查看消息
  738. * @author Gavin
  739. * @method POST
  740. * @tag 编辑信息
  741. * @url /api/User_center/readMessage
  742. * @header name:Authorization require:1 desc:Token
  743. * @param name:id type:int : default:1 desc:消息ID
  744. * @return name:id type:int require:0 default:0 desc:消息ID
  745. * @return name:title type:string require:0 default:0 desc:标题
  746. * @return name:content type:string require:0 default:0 desc:内容【富文本】
  747. * @return name:create_at type:string require:0 default:0 desc:发布时间
  748. */
  749. public function readMessage(){
  750. $id = input('id');
  751. if (!$id) $this->error('参数错误');
  752. $log = Db::name('store_message_read_log')->where('message_id',$id)->where('mid',$this->uid)->count();
  753. $detail = Db::name('store_message')->field('is_deleted,update_at',true)->where('id',$id)->find();
  754. if (!$log){
  755. $data = [
  756. 'mid'=>$this->uid,
  757. 'message_id'=>$id
  758. ];
  759. Db::name('store_message_read_log')->insert($data);
  760. }
  761. $this->success('成功',['detail'=>$detail]);
  762. }
  763. /**
  764. * @title 人脸认证sign
  765. * @desc 人脸认证sign
  766. * @author Gavin
  767. * @method POST
  768. * @tag 编辑信息
  769. * @url /api/User_center/getFaceSign
  770. * @header name:Authorization require:1 desc:Token
  771. *
  772. *
  773. * @param name:name type:string default:1 desc:姓名
  774. * @param name:idNo type:string default:1 desc:身份证号
  775. *
  776. * @return name:sign type:string require: default:-- desc:签名
  777. *
  778. */
  779. public function getFaceSign(){
  780. $name = input('name');
  781. $idNo = input('idNo');
  782. if (!$name || !$idNo) $this->error('参数错误');
  783. $userId = $this->uid;
  784. //$userId = get32Str();
  785. $data = getfaceid($name,$idNo,$userId);
  786. $this->success('成功',$data);
  787. }
  788. /**
  789. * @title 邀请记录
  790. * @desc 邀请记录
  791. * @author Gavin
  792. * @method POST
  793. * @tag 编辑信息
  794. * @url /api/User_center/invitedRecord
  795. * @header name:Authorization require:1 desc:Token
  796. *
  797. * @param name:page type:int : default:1 desc:页数
  798. * @param name:page_num type:int : default:20 desc:每页数
  799. *
  800. * @return name:id type:int require:0 default:0 desc:用户ID
  801. * @return name:headimg type:string require:0 default:0 desc:头像
  802. * @return name:name type:string require:0 default:0 desc:名称
  803. * @return name:phone type:string require:0 default:0 desc:手机号
  804. * @return name:create_at type:string require:0 default:0 desc:时间
  805. * @return name:is_auth type:int require:0 default:0 desc:是否认证
  806. */
  807. public function invitedRecord(){
  808. $count = Db::name('store_member')->where('pid',$this->uid)->where('is_auth',1)->count();
  809. $list = Db::name('store_member')
  810. ->field('id,headimg,name,phone,create_at,is_auth')
  811. ->where('pid',$this->uid)
  812. ->where('is_auth',1)
  813. ->order('id desc')
  814. ->limit($this->off_set,$this->page_num)
  815. ->select();
  816. foreach ($list as &$v){
  817. $v['phone'] = substr_replace($v['phone'],'****',3,4);
  818. $v['create_at'] = date('Y-m-d',strtotime($v['create_at']));
  819. }
  820. $this->success('成功',compact('count','list'));
  821. }
  822. /**
  823. * @title 邀请排行榜
  824. * @desc 邀请排行榜
  825. * @author Gavin
  826. * @method POST
  827. * @tag 编辑信息
  828. * @url /api/User_center/invitedList
  829. * @header name:Authorization require:1 desc:Token
  830. *
  831. * @param name:page type:int : default:1 desc:页数
  832. * @param name:page_num type:int : default:20 desc:每页数
  833. *
  834. * @return name:count type:int require:0 default:0 desc:人数
  835. * @return name:id type:int require:0 default:0 desc:用户ID
  836. * @return name:headimg type:string require:0 default:0 desc:头像
  837. * @return name:name type:string require:0 default:0 desc:名称
  838. * @return name:phone type:string require:0 default:0 desc:手机号
  839. * @return name:is_auth type:int require:0 default:0 desc:是否认证
  840. * @return name:create_at type:string require:0 default:0 desc:时间
  841. */
  842. public function invitedList(){
  843. //$this->error('新品发售中,暂时停止访问');
  844. $count = Db::name('store_member')->field('pid,count(*) count')
  845. ->where('pid','>',0)
  846. ->where('is_auth',1)
  847. ->where('create_at','between time',['2022-11-02 20:00:00','2022-11-08 20:00:00'])
  848. ->group('pid')
  849. ->order('count desc')
  850. ->count();
  851. $list = Db::name('store_member')
  852. ->field('pid,count(*) count')
  853. ->where('pid','>',0)
  854. ->where('is_auth',1)
  855. ->where('create_at','between time',['2022-11-02 20:00:00','2022-11-08 20:00:00'])
  856. ->where('bank_num is not null')
  857. ->group('pid')
  858. ->order('count desc')
  859. ->limit($this->off_set,$this->page_num)
  860. ->select();
  861. foreach ($list as &$value){
  862. $users_info = Db::name('store_member')->field('headimg,name,is_auth')->where('id',$value['pid'])->find();
  863. $value['name'] = $users_info['name'];
  864. $value['headimg'] = $users_info['headimg'];
  865. $value['is_auth'] = $users_info['is_auth'];
  866. unset($value['pid']);
  867. }
  868. $this->success('成功',compact('count','list'));
  869. }
  870. /**
  871. * @title 签到
  872. * @desc 签到
  873. * @author Gavin
  874. * @method POST
  875. * @tag 编辑信息
  876. * @url /api/User_center/sign
  877. * @header name:Authorization require:1 desc:Token
  878. *
  879. */
  880. public function sign(){
  881. $date = date('Y-m-d');
  882. $log = Db::name('store_member_sign')->where('mid',$this->uid)->where('date',$date)->count();
  883. if ($log) $this->error('今日已签到');
  884. $data = [
  885. 'mid'=>$this->uid,
  886. 'date'=>$date
  887. ];
  888. $com = true;
  889. Db::startTrans();
  890. try {
  891. $id = Db::name('store_member_sign')->insertGetId($data);
  892. $sign_integral = getConfigValue('sign_integral');
  893. if ($sign_integral>0){
  894. memberMoneyChange($sign_integral,1,$this->uid,'签到',1,$id);
  895. }
  896. Db::commit();
  897. }catch (\Exception $e){
  898. $com=false;
  899. Db::rollback();
  900. }
  901. if ($com){
  902. $this->success('签到成功');
  903. }
  904. $this->error('签到失败');
  905. }
  906. /**
  907. * @title 积分记录
  908. * @desc 积分记录
  909. * @author Gavin
  910. * @method POST
  911. * @tag 编辑信息
  912. * @url /api/User_center/integralLog
  913. * @header name:Authorization require:1 desc:Token
  914. *
  915. * @param name:page type:int : default:1 desc:页数
  916. * @param name:page_num type:int : default:20 desc:每页数
  917. *
  918. * @return name:id type:int require:0 default:0 desc:id
  919. * @return name:change type:string require:0 default:0 desc:变动数值
  920. * @return name:title type:string require:0 default:0 desc:标题
  921. * @return name:create_at type:string require:0 default:0 desc:时间
  922. */
  923. public function integralLog(){
  924. $where = [
  925. 'm_id'=>$this->uid,
  926. 'type'=>1
  927. ];
  928. $count = Db::name('store_member_log')->where($where)->count();
  929. $list = Db::name('store_member_log')
  930. ->field('id,pm,change,title,create_at')
  931. ->where($where)
  932. ->order('id desc')
  933. ->limit($this->off_set,$this->page_num)
  934. ->select();
  935. foreach ($list as &$v){
  936. if ($v['pm']==1){
  937. $v['change'] = '+'.$v['change'];
  938. }else{
  939. $v['change'] = '-'.$v['change'];
  940. }
  941. }
  942. $this->success('成功',compact('count','list'));
  943. }
  944. /**
  945. * @title 余额记录
  946. * @desc 余额记录
  947. * @author Gavin
  948. * @method POST
  949. * @tag 编辑信息
  950. * @url /api/User_center/moneyLog
  951. * @header name:Authorization require:1 desc:Token
  952. *
  953. * @param name:page type:int default:1 desc:页数
  954. * @param name:page_num type:int default:20 desc:每页数
  955. * @param name:select_type type:int require:0 default:-1 desc:查询类型[-1全部0减少(支出)1增加(收入),2提现【包含提现申请的减少和拒绝的增加】]
  956. *
  957. * @return name:id type:int require:0 default:0 desc:id
  958. * @return name:change type:string require:0 default:0 desc:变动数值
  959. * @return name:title type:string require:0 default:0 desc:标题
  960. * @return name:create_at type:string require:0 default:0 desc:时间
  961. * @return name:pm type:int require:0 default:0 desc:变更类型[0减少1增加]
  962. * @return name:change_type type:int require:0 default:0 desc:来源1出售佣金2提现3提现拒绝
  963. */
  964. public function moneyLog(){
  965. $select_type = input('select_type',-1);
  966. $where = ['m_id'=>$this->uid, 'type'=>3];
  967. if(in_array($select_type,[0,1]))$where['pm'] = $select_type;
  968. $count = Db::name('store_member_log')->where($where)->when($select_type,function ($query)use($select_type){
  969. if($select_type == 2 ) $query->whereIn('change_type','2,3');
  970. })->count();
  971. $list = Db::name('store_member_log')
  972. ->field('id,pm,change,title,create_at,change_type')
  973. ->where($where)
  974. ->when($select_type,function ($query)use($select_type){
  975. if($select_type == 2 ) $query->whereIn('change_type','2,3');
  976. })->order('id desc')
  977. ->limit($this->off_set,$this->page_num)
  978. ->select();
  979. foreach ($list as &$v){
  980. if ($v['pm']==1){
  981. $v['change'] = '+'.$v['change'];
  982. }else{
  983. $v['change'] = '-'.$v['change'];
  984. }
  985. }
  986. $this->success('成功',compact('count','list'));
  987. }
  988. /**
  989. * @title 系统余额提现
  990. * @desc 提现
  991. * @author Gavin
  992. * @method POST
  993. * @tag 编辑信息
  994. * @url /api/User_center/withdraw
  995. * @header name:Authorization require:1 desc:Token
  996. *
  997. * @param name:money type:int default: desc:提现金额
  998. * @param name:withdraw_type type:string default:bank desc:提现方式:wx[微信],zfb[支付宝],bank[银行卡]
  999. * @param name:pay_password type:string default:wx desc:二级密码
  1000. *
  1001. */
  1002. public function withdraw(){
  1003. // if(!checkAuth($this->uid)) $this->error('维护中.....');
  1004. if (redisSetNx('withdraw'.$this->uid,3)){
  1005. $v = getConfigValue('withdraw_switch');
  1006. if (!$v) $this->error('维护中,暂时关闭');
  1007. $redis = new Redis(['select'=>2]);
  1008. $redis_value = $redis->get('withdraw'.$this->uid);
  1009. if ($redis_value){
  1010. $this->error('请求过快,请稍后重试');
  1011. }else{
  1012. $redis->set('withdraw'.$this->uid,1,3);
  1013. }
  1014. $money = input('money');
  1015. $withdraw_type = input('withdraw_type','bank');
  1016. if($withdraw_type != 'bank') $this->error('提现方式错误'.$withdraw_type);
  1017. $pay_password = input('pay_password');
  1018. if (!$money) $this->error('参数错误');
  1019. $user = Db::name('store_member')->where('id',$this->uid)->find();
  1020. if ($user['money'] < $money) $this->error('余额不足');
  1021. //if ($user['second_password']!=md5($pay_password)) $this->error('密码错误');
  1022. $withdraw_min_price = getConfigValue('withdraw_min_price'); //最小提现金额
  1023. $withdraw_max_price = getConfigValue('withdraw_max_price'); //最大提现金额
  1024. $poundage_proportion = getConfigValue('poundage_proportion'); //手续费百分比
  1025. $discount = getMemberServiceCharge($this->uid);// 折扣
  1026. $poundage_proportion = bcmul($poundage_proportion,$discount);
  1027. if ($money < $withdraw_min_price) $this->error('最低提现'.$withdraw_min_price.'元');
  1028. if ($money > $withdraw_max_price) $this->error('最大提现'.$withdraw_max_price.'元');
  1029. if($withdraw_type=='zfb' && (!$user['zfb_account'] || !$user['zfb_real_name'])) $this->error('请先绑定支付宝');
  1030. if($withdraw_type == 'wx' && !$user['openid']) $this->error('请先绑定微信');
  1031. if($withdraw_type == 'bank' && !$user['bank_num'])$this->error('请先绑定银行卡');
  1032. Db::startTrans();
  1033. try {
  1034. $data['mid'] = $this->uid;
  1035. $data['withdraw_type'] = $withdraw_type;
  1036. $order_no = get_order_sn();
  1037. $data['order_no'] = $order_no;
  1038. $data['price'] = $money;
  1039. $data['poundage_proportion'] = $poundage_proportion;
  1040. $proportion = 2;//sprintf("%.2f", $money*($poundage_proportion/100)); //四舍五入保留两位小数点
  1041. $data['proportion'] = $proportion;
  1042. $real_money = $money-$proportion;
  1043. $data['real_money'] = $real_money;
  1044. switch ($withdraw_type){
  1045. case 'wx':
  1046. $data['account_no'] = $user['openid'];
  1047. $data['account_name']=$user['name'];
  1048. break;
  1049. case 'zfb':
  1050. $data['account_no'] = $user['zfb_account'];
  1051. $data['account_name']=$user['zfb_real_name'];
  1052. break;
  1053. case 'bank':
  1054. $data['account_no'] = $user['bank_num'];
  1055. $data['account_name']=$user['bank_user'];
  1056. break;
  1057. }
  1058. $id =Db::name('store_member_withdraw')->insertGetId($data);
  1059. $res = memberMoneyChange($money,3,$this->uid,'余额提现',0,$id,2);
  1060. if(!$res) throw new Exception('提现失败');
  1061. Db::commit();
  1062. }catch (\Exception $e) {
  1063. Db::rollback();
  1064. $this->error($e->getMessage());
  1065. }
  1066. DelRedisSetNx('withdraw'.$this->uid);
  1067. $this->success('提现申请成功,等待审核!');
  1068. }else{
  1069. $this->error('服务器繁忙,请稍后重试');
  1070. }
  1071. }
  1072. /**
  1073. * @title 云钱包余额提现
  1074. * @desc 提现
  1075. * @author Gavin
  1076. * @method POST
  1077. * @tag 编辑信息
  1078. * @url /api/User_center/cloudWalletWithdraw
  1079. * @header name:Authorization require:1 desc:Token
  1080. * @param name:money type:int default: desc:提现金额
  1081. * @param name:cloud_password type:string default:-- desc:云钱包密码
  1082. * @param name:source type:int require:0 default:10 desc:app传10,h5传16
  1083. * @param name:random_key type:string require:0 default:10 desc:random_key
  1084. * @return name:ret_code type:string default:0 desc:请求结果代码[0000:提现申请成功,8889:表示提现申请待确认成功,需要调用提现确认完成提现创单申请,8888:表示提现需要再次信息短信验证码校验]
  1085. * @return name:token type:string default:0 desc:支付授权令牌,有效期30分钟。当交易需要二次验证的时候,需要通过token调用调用交易二次短信验证接口[/api/Cloud_wallet/validationSms]
  1086. * @return name:txn_seqno type:string default:0 desc:商户系统唯一交易流水号,当交易需要二次验证的时候,需要传这个参数[/api/Cloud_wallet/validationSms]
  1087. * @return name:total_amount type:float default:0 desc:订单总金额,当交易需要二次验证的时候,需要传这个参数[/api/Cloud_wallet/validationSms]
  1088. *
  1089. */
  1090. public function cloudWalletWithdraw()
  1091. {
  1092. if(!checkAuth($this->uid)) $this->error('维护中.....');
  1093. if (redisSetNx('cloudWalletWithdraw'.$this->uid,3)){
  1094. $v = getConfigValue('withdraw_switch');
  1095. if (!$v) $this->error('维护中,暂时关闭');
  1096. $redis = new Redis(['select'=>2]);
  1097. $redis_value = $redis->get('cloudWalletWithdraw'.$this->uid);
  1098. if ($redis_value){
  1099. $this->error('请求过快,请稍后重试');
  1100. }else{
  1101. $redis->set('cloudWalletWithdraw'.$this->uid,1,3);
  1102. }
  1103. $money = input('money');
  1104. $withdraw_type = input('withdraw_type','bank');
  1105. if($withdraw_type != 'bank') $this->error('提现方式错误'.$withdraw_type);
  1106. $cloud_password = input('cloud_password');
  1107. $source = input('source');
  1108. $random_key = input('random_key');
  1109. if (!$money) $this->error('参数错误');
  1110. $user = Db::name('store_member')->where('id',$this->uid)->find();
  1111. $withdraw_min_price = 5; //最小提现金额
  1112. $withdraw_max_price = 1000; //最大提现金额
  1113. $poundage_proportion = getConfigValue('poundage_proportion'); //手续费百分比
  1114. $discount = getMemberServiceCharge($this->uid);// 折扣
  1115. $poundage_proportion = bcmul($poundage_proportion,$discount);
  1116. if ($money < $withdraw_min_price) $this->error('最低提现'.$withdraw_min_price.'元');
  1117. if ($money > $withdraw_max_price) $this->error('最大提现'.$withdraw_max_price.'元');
  1118. if($withdraw_type == 'bank' && !$user['bank_num'])$this->error('请先绑定银行卡');
  1119. Db::startTrans();
  1120. try {
  1121. $data['mid'] = $this->uid;
  1122. $data['withdraw_type'] = $withdraw_type;
  1123. $order_no = get_order_sn();
  1124. $data['order_no'] = $order_no;
  1125. $data['price'] = $money;
  1126. $data['poundage_proportion'] = $poundage_proportion;
  1127. $proportion = 2;// sprintf("%.2f", $money*($poundage_proportion/100)); //四舍五入保留两位小数点
  1128. $data['proportion'] = $proportion;
  1129. $real_money = $money-$proportion;
  1130. $data['real_money'] = $real_money;
  1131. switch ($withdraw_type){
  1132. case 'bank':
  1133. $data['account_no'] = $user['bank_num'];
  1134. $data['account_name']=$user['bank_user'];
  1135. break;
  1136. }
  1137. Db::name('cloud_wallet_withdraw')->insertGetId($data);
  1138. $risk_item = risk_item($user,'用户提现',$source);
  1139. $cloud_res = LianLianPay::cloudWalletWithdrawal($this->uid,$money,$proportion,$user['bank_num'],$cloud_password,$risk_item,$random_key,$order_no);
  1140. if(!in_array($cloud_res['ret_code'],['0000','8888','8889']) )throw new Exception($cloud_res['ret_msg']);
  1141. Db::commit();
  1142. }catch (\Exception $e) {
  1143. Db::rollback();
  1144. $this->error($e->getMessage());
  1145. }
  1146. DelRedisSetNx('cloudWalletWithdraw'.$this->uid);
  1147. $this->success('提现申请成功,等待审核!',$cloud_res);
  1148. }else{
  1149. $this->error('服务器繁忙,请稍后重试');
  1150. }
  1151. }
  1152. /**
  1153. * @title 打开盲盒
  1154. * @desc 返回值是空就没中奖
  1155. * @author Gavin
  1156. * @method POST
  1157. * @tag 编辑信息
  1158. * @url /api/User_center/openBoxCollection
  1159. * @header name:Authorization require:1 desc:Token
  1160. * @param name:id type:int : default: desc:详情ID
  1161. * @return name:name type:string default: desc:名称
  1162. * @return name:cover type:string default: desc:图片
  1163. * @return name:price type:string default: desc:价格
  1164. * @return name:auth_name type:string default: desc:作者
  1165. * @return name:auth_img type:string default: desc:作者头像
  1166. *
  1167. */
  1168. public function openBoxCollection(){
  1169. //redis原子锁
  1170. if (redisSetNx('openBox'.$this->uid)){
  1171. $id = input('id');
  1172. if (!$id) $this->error('参数错误');
  1173. $info = Db::name('store_order_info')
  1174. ->where('id',$id)
  1175. ->where('mid',$this->uid)
  1176. ->where('status','neq','2')
  1177. ->where('is_destruction',1)
  1178. ->find();
  1179. if (!$info) $this->error('盲盒不存在');
  1180. if ($info['resale_status']!=1) $this->error('盲盒挂售中或已出售');
  1181. $where = 'status = 1 and coll_id = '.$info['c_id'].' and is_del = 1 and residue_num > 0';
  1182. $residue_num_all = Db::name('store_blind_box')->where($where)->sum('residue_num');
  1183. // if($residue_num_all <= 0 )$this->error('对不起,盲盒已没有奖品');
  1184. $com = true;
  1185. Db::startTrans();
  1186. try {
  1187. //销毁
  1188. Db::name('store_order_info')->where('id',$id)->update(['is_destruction'=>0]);
  1189. $win_num = rand(1,$residue_num_all);
  1190. $blind_box_info = Db::name('store_blind_box')->field('id,prize_id,residue_num')->where($where)->select();
  1191. $residue_num = 0;
  1192. $win_prize_id = 0;
  1193. $win_box_id = 0;
  1194. foreach ($blind_box_info as $val) {
  1195. $residue_num += $val['residue_num'];
  1196. if($win_prize_id == 0 && $win_num <= $residue_num){
  1197. $win_prize_id = $val['prize_id'];
  1198. $win_box_id = $val['id'];
  1199. }
  1200. }
  1201. if($win_prize_id){
  1202. $coll_info = getCollectionInfoHash($win_prize_id);
  1203. $json_info = json_encode($coll_info,true);
  1204. $return['name'] = $coll_info['name'];
  1205. $return['cover'] = $coll_info['cover'];
  1206. $return['price'] = $coll_info['price'];
  1207. $return['auth_name'] = $coll_info['auth_name'];
  1208. $return['auth_img'] = $coll_info['auth_img'];
  1209. $data = [
  1210. 'm_id'=>$this->uid,
  1211. 'b_id'=>$win_prize_id,
  1212. 'is_prize'=>1,
  1213. 'name'=>$coll_info['name'],
  1214. 'cover'=>$coll_info['cover'],
  1215. 'info'=>$json_info,
  1216. 'date'=>date('Y-m-d'),
  1217. 'is_free'=>1
  1218. ];
  1219. Db::name('store_blind_box_log')->insert($data);
  1220. //获取排名
  1221. $rank = getRanking($win_prize_id);
  1222. $tag = getTag($win_prize_id,$rank,$coll_info['inventory']);
  1223. saveRanking($win_prize_id);
  1224. $company = '象链数藏';
  1225. $hash = getCompanyHash($win_prize_id);
  1226. $company_hash = $hash['hash'];
  1227. $company_hash_time = $hash['create_at'];
  1228. $tokenid = $hash['tokenid'];
  1229. Db::name('hash')->where('hash',$hash['hash'])->update(['status'=>1]);
  1230. $collectors_hash = '';
  1231. $date = [
  1232. 'order_id'=>0,
  1233. 'order_no'=>get_order_sn(),
  1234. 'tag'=>$tag,
  1235. 'mid'=>$this->uid,
  1236. 'c_id'=>$win_prize_id,
  1237. 'name'=>$coll_info['name'],
  1238. 'cover'=>$coll_info['cover'],
  1239. 'pro_info'=>$json_info,
  1240. 'company'=>$company,
  1241. 'company_hash'=>$company_hash,
  1242. 'company_hash_time'=>$company_hash_time,
  1243. 'ddcid'=>$tokenid,
  1244. 'collectors_hash'=>$collectors_hash,
  1245. // 'collectors_hash_time'=>'',
  1246. 'status'=>1
  1247. ];
  1248. Db::name('store_order_info')->insert($date);
  1249. }
  1250. Db::commit();
  1251. }catch (\Exception $e) {
  1252. $com = false;
  1253. $msg = $e->getMessage();
  1254. Db::rollback();
  1255. }
  1256. if ($com){
  1257. setMemberInfoHash($this->uid);
  1258. //扣减库存
  1259. Db::name('store_blind_box')->where('id',$win_box_id)->setDec('residue_num',1);
  1260. DelRedisSetNx('openBox'.$this->uid);
  1261. $this->success('成功',$win_prize_id ? $return : null);
  1262. }else{
  1263. DelRedisSetNx('openBox'.$this->uid);
  1264. $this->error($msg);
  1265. }
  1266. }else{
  1267. $this->error('请求过快');
  1268. }
  1269. }
  1270. /**
  1271. * @title 验证被更换手机号【更换手机号第一步】
  1272. * @desc 验证已绑定的手机号
  1273. * @author QC
  1274. * @method POST
  1275. * @tag 编辑信息
  1276. * @url /api/User_center/checkPhone
  1277. * @header name:Authorization require:1 desc:Token
  1278. * @param name:phone type:int default: desc:手机号
  1279. * @param name:code type:string default: desc:验证码
  1280. */
  1281. public function checkPhone()
  1282. {
  1283. $phone = input('post.phone');
  1284. $code = input('post.code');
  1285. if(!$phone || !$code) $this->error('参数错误');
  1286. $user_info = Db::name('store_member')->find($this->uid);
  1287. if($user_info['phone'] != $phone) $this->error('已绑定手机号错误');
  1288. // 5 分钟之内的验证码
  1289. $check_code = Db::name('store_sms')
  1290. ->where(['mobile'=>$phone,'event'=>'change','is_use'=>0,'code'=>$code])
  1291. ->where('createtime','>' ,time() - 300)
  1292. ->value('id');
  1293. if(!$check_code) $this->error('验证码错误');
  1294. Db::name('store_sms')->where('id',$check_code)->update(['is_use'=>1]);
  1295. $this->success('验证成功');
  1296. }
  1297. /**
  1298. * @title 更换新的手机号
  1299. * @desc 更换新的手机号
  1300. * @author QC
  1301. * @method POST
  1302. * @tag 更换新的手机号
  1303. * @url /api/User_center/changePhone
  1304. * @header name:Authorization require:1 desc:Token
  1305. * @param name:phone type:int default: desc:手机号
  1306. * @param name:code type:string default: desc:验证码
  1307. */
  1308. public function changePhone()
  1309. {
  1310. $phone = input('post.phone');
  1311. $code = input('post.code');
  1312. if(!$phone || !$code) $this->error('参数错误');
  1313. $user_info = Db::name('store_member')->find($this->uid);
  1314. $check_code = Db::name('store_sms')
  1315. ->where(['mobile'=>$user_info['phone'],'event'=>'change','is_use'=>1])
  1316. ->order('id desc')
  1317. ->find();
  1318. if(!$check_code) $this->error('请验证已绑定手机号');
  1319. if($check_code['createtime'] < time() - 300) $this->error('验证超时,请在5分钟之内更换手机号');
  1320. $check_new = Db::name('store_sms')
  1321. ->where(['mobile'=>$phone,'event'=>'new','is_use'=>0,'code'=>$code])
  1322. ->where('createtime','>' ,time() - 300)
  1323. ->value('id');
  1324. if(!$check_new) $this->error('验证码错误');
  1325. Db::name('store_sms')->where('id',$check_new)->update(['is_use'=>1]);
  1326. Db::name('store_member')->where('id',$this->uid)->update(['phone'=>$phone]);
  1327. setMemberInfoHash($this->uid);
  1328. $this->success('更换成功');
  1329. }
  1330. /**
  1331. * @title 阿里云金融级实名认证初始化
  1332. * @desc 阿里云金融级实名认证初始化
  1333. * @author QC
  1334. * @method POST
  1335. * @tag 编辑信息
  1336. * @url /api/User_center/initFaceVerify
  1337. * @header name:Authorization require:1 desc:Token
  1338. * @param name:name type:string default:1 desc:姓名
  1339. * @param name:id_no type:string default:1 desc:身份证号
  1340. * @param name:MetaInfo type:string default:1 desc:MetaInfo
  1341. * @param name:ReturnUrl type:string default:1 desc:业务页面回跳的目标地址
  1342. * @return name:RequestId type:String default:-- desc:请求ID
  1343. * @return name:Message type:String default:-- desc:返回信息
  1344. * @return name:Code type:String default:-- desc:返返回码:200为成功,其他为失败。【具体的参考阿里云文档】
  1345. * @return name:ResultObject.CertifyId type:String default:-- desc:实人认证唯一标识
  1346. * @return name:ResultObject.CertifyUrl type:String default:-- desc:Web认证URL,认证结束后根据入参ReturnUrl进行进行转赠跳转
  1347. */
  1348. function initFaceVerify(){
  1349. $name = input('name');
  1350. $id_no = input('id_no');
  1351. $MetaInfo = input('MetaInfo');
  1352. $ReturnUrl = input('ReturnUrl');
  1353. $res = Certification::main($name,$id_no,$MetaInfo,$ReturnUrl);
  1354. if(!$res) $this->error('初始化错误');
  1355. $result = json_decode(json_encode($res),true)['body'];
  1356. $result['code'] != 200 ? $this->error($result['message']):$this->success('ok',$result);
  1357. }
  1358. /**
  1359. * @title 保存人脸认证
  1360. * @desc 保存人脸认证
  1361. * @author QC
  1362. * @method POST
  1363. * @tag 编辑信息
  1364. * @url /api/User_center/saveVerify
  1365. * @header name:Authorization require:1 desc:Token
  1366. * @param name:name type:string default:1 desc:姓名
  1367. * @param name:id_no type:string default:1 desc:身份证号
  1368. * @param name:CertifyId type:string default:1 desc:实人认证唯一标识
  1369. */
  1370. function saveVerify()
  1371. {
  1372. $name = input('name');
  1373. $id_no = input('id_no');
  1374. $CertifyId = input('CertifyId');
  1375. if (!$name || !$id_no || !$CertifyId) $this->error('参数错误');
  1376. $check_id_card = isCreditNo($id_no);
  1377. if (!$check_id_card) $this->error('身份证号格式错误');
  1378. $is_auth = Db::table('store_member')->where('id',$this->uid)->value('is_auth');
  1379. if($is_auth) $this->error('已认证');
  1380. $check = Db::name('store_member')->where('id_card',$id_no)->count();
  1381. if ($check) $this->error('身份证号已经认证过');
  1382. // 核验
  1383. $res = Certification::check($CertifyId);
  1384. if(!$res) $this->error('认证失败');
  1385. $result = json_decode(json_encode($res),true)['body'];
  1386. if($result['code'] != 200) $this->error($result['message']);
  1387. 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')]);
  1388. setMemberInfoHash($this->uid);
  1389. $this->success('认证成功');
  1390. }
  1391. }