UserCenter.php 65 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464
  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. ];
  589. $login_member = getMemberInfoHash($this->uid);
  590. if(time() >= 1665320400 && !in_array($login_member['phone'],$auth_phone)) $this->error('系统升级中,暂停转赠。。。');
  591. if (redisSetNx('examples'.$this->uid)){
  592. $id = input('id');
  593. $redis = new Redis([ 'select'=> 2]);
  594. $redis_value = $redis->get('examples'.$this->uid);
  595. if ($redis_value){
  596. $this->error('请求过快,请稍后重试');
  597. }else{
  598. $redis->set('examples'.$this->uid,1,2);
  599. }
  600. $phone = input('phone');
  601. // $wallet_address = input('wallet_address');
  602. $second_password = input('second_password');
  603. if (!$id || !$phone ) $this->error('参数错误');
  604. $info = Db::name('store_order_info')->where('id',$id)->where('mid',$this->uid)->find();
  605. if (!$info) $this->error('藏品不存在');
  606. if ($info['status']==2) $this->error('藏品已转赠');
  607. // if($info['c_id'] == 8) $this->error('持有时间限制,无法转赠');
  608. $member = Db::name('store_member')->where('phone',$phone)->find();
  609. if (!$member) $this->error('转赠用户不存在');
  610. if($member['id'] == $this->uid){
  611. $this->error('自己无法转赠给自己');
  612. }
  613. //防止两两转赠
  614. //if($info['to_mid'] == $member['id']) $this->error('不可相互转赠');
  615. if (!$info['collectors_hash'] && $info['type'] != 3) $this->error('发放中,无法转赠');
  616. $mem = getMemberInfoHash($this->uid);
  617. if ($mem['second_password']!=md5($second_password)) $this->error('密码错误');
  618. $pro_info = Db::name('store_collection')->where('id',$info['c_id'])->find();
  619. $log = Db::name('store_collect_examples_log')
  620. ->where('order_info_id',$id)
  621. ->find();
  622. if (!$log){
  623. if ($pro_info['one_given_day']!=0){
  624. $exam_time = strtotime($info['create_at'])+($pro_info['one_given_day']*60*60);
  625. if ($exam_time>time()) $this->error('持有时间限制,无法转赠');
  626. }
  627. }else{
  628. if ($pro_info['other_given_day']!=0){
  629. $exam_time = strtotime($log['create_at'])+($pro_info['other_given_day']*60*60);
  630. if ($exam_time>time()) $this->error('持有时间限制,无法转赠');
  631. }
  632. }
  633. $com = true;
  634. Db::startTrans();
  635. try {
  636. Db::name('store_order_info')
  637. ->where('id',$id)
  638. ->update(['status'=>2,'over_time'=>date('Y-m-d H:i:s'),'to_mid'=>$member['id'],'verify'=>Db::raw('verify - 1')]);
  639. $to_date = [
  640. 'order_id'=>$info['order_id'],
  641. 'order_no'=>get_order_sn(),
  642. 'tag'=>$info['tag'],
  643. 'mid'=>$member['id'],
  644. 'c_id'=>$info['c_id'],
  645. 'name'=>$pro_info['name'],
  646. 'cover'=>$pro_info['cover'],
  647. 'pro_info'=>$info['pro_info'],
  648. 'status'=>3,
  649. 'type' => $info['type'],
  650. 'to_mid'=>$this->uid,
  651. 'over_time'=>date('Y-m-d H:i:s'),
  652. 'company'=>'象链数藏',
  653. 'company_hash'=>$info['company_hash'],
  654. 'company_hash_time'=>$info['company_hash_time'],
  655. 'ddcid'=>$info['ddcid'],
  656. 'collectors_hash'=>'',
  657. 'collectors_hash_time'=>date('Y-m-d H:i:s')
  658. ];
  659. $new_id = Db::name('store_order_info')->insertGetId($to_date);
  660. $log_date = [
  661. 'order_info_id'=>$new_id,
  662. 'mid'=>$this->uid,
  663. 'to_mid'=>$member['id'],
  664. 'date'=>date('Y-m')
  665. ];
  666. Db::name('store_collect_examples_log')->insert($log_date);
  667. Db::commit();
  668. }catch (\Exception $e){
  669. $com = false;
  670. Db::rollback();
  671. }
  672. if ($com){
  673. if($pro_info['vipid'] > 0){
  674. //转赠成功等级掉级
  675. $otherData = [
  676. 'type' => 2,
  677. 'status' => 0,
  678. 'desc' => '转赠'.$pro_info['name'].'藏品自动掉级',
  679. 'order_table' => 'store_order_info',
  680. 'order_id' => $id,
  681. ];
  682. memberVipChange(0,$this->uid,$otherData);
  683. //转赠成功获赠人等级同步
  684. $otherData = [
  685. 'type' => 2,
  686. 'status' => 1,
  687. 'desc' => '获赠'.$pro_info['name'].'藏品自动同步等级',
  688. 'order_table' => 'store_order_info',
  689. 'order_id' => $new_id,
  690. ];
  691. memberVipChange($pro_info['vipid'],$member['id'],$otherData);
  692. }
  693. $this->success('转赠成功');
  694. }
  695. $this->error('转赠失败');
  696. }else{
  697. $this->error('服务器繁忙');
  698. }
  699. }
  700. /**
  701. * @title 消息列表[公告]
  702. * @desc 消息列表
  703. * @author Gavin
  704. * @method POST
  705. * @tag 编辑信息
  706. * @url /api/User_center/messageList
  707. * @header name:Authorization require:1 desc:Token
  708. *
  709. * @param name:page type:int : default:1 desc:页数
  710. * @param name:page_num type:int : default:20 desc:每页数
  711. *
  712. * @return name:id type:int require:0 default:0 desc:消息ID
  713. * @return name:title type:string require:0 default:0 desc:标题
  714. * @return name:content type:string require:0 default:0 desc:内容【富文本】
  715. * @return name:create_at type:string require:0 default:0 desc:发布时间
  716. * @return name:is_read type:string require:0 default:0 desc:是否查看true:已查看false:未查看
  717. */
  718. public function messageList(){
  719. $count = Db::name('store_message')->where('is_deleted',0)->count();
  720. $list = Db::name('store_message')
  721. ->field('is_deleted,update_at',true)
  722. ->where('is_deleted',0)
  723. ->order('id desc')
  724. ->limit($this->off_set,$this->page_num)
  725. ->select();
  726. // echo Db::name('store_message')->getLastSql();die;
  727. foreach ($list as &$v){
  728. $is_read = Db::name('store_message_read_log')->where('mid',$this->uid)->where('message_id',$v['id'])->count();
  729. $v['is_read'] = $is_read ? true : false;
  730. }
  731. $this->success('成功',compact('count','list'));
  732. }
  733. /**
  734. * @title 点击消息[公告]
  735. * @desc 点击消息,查看消息
  736. * @author Gavin
  737. * @method POST
  738. * @tag 编辑信息
  739. * @url /api/User_center/readMessage
  740. * @header name:Authorization require:1 desc:Token
  741. * @param name:id type:int : default:1 desc:消息ID
  742. * @return name:id type:int require:0 default:0 desc:消息ID
  743. * @return name:title type:string require:0 default:0 desc:标题
  744. * @return name:content type:string require:0 default:0 desc:内容【富文本】
  745. * @return name:create_at type:string require:0 default:0 desc:发布时间
  746. */
  747. public function readMessage(){
  748. $id = input('id');
  749. if (!$id) $this->error('参数错误');
  750. $log = Db::name('store_message_read_log')->where('message_id',$id)->where('mid',$this->uid)->count();
  751. $detail = Db::name('store_message')->field('is_deleted,update_at',true)->where('id',$id)->find();
  752. if (!$log){
  753. $data = [
  754. 'mid'=>$this->uid,
  755. 'message_id'=>$id
  756. ];
  757. Db::name('store_message_read_log')->insert($data);
  758. }
  759. $this->success('成功',['detail'=>$detail]);
  760. }
  761. /**
  762. * @title 人脸认证sign
  763. * @desc 人脸认证sign
  764. * @author Gavin
  765. * @method POST
  766. * @tag 编辑信息
  767. * @url /api/User_center/getFaceSign
  768. * @header name:Authorization require:1 desc:Token
  769. *
  770. *
  771. * @param name:name type:string default:1 desc:姓名
  772. * @param name:idNo type:string default:1 desc:身份证号
  773. *
  774. * @return name:sign type:string require: default:-- desc:签名
  775. *
  776. */
  777. public function getFaceSign(){
  778. $name = input('name');
  779. $idNo = input('idNo');
  780. if (!$name || !$idNo) $this->error('参数错误');
  781. $userId = $this->uid;
  782. //$userId = get32Str();
  783. $data = getfaceid($name,$idNo,$userId);
  784. $this->success('成功',$data);
  785. }
  786. /**
  787. * @title 邀请记录
  788. * @desc 邀请记录
  789. * @author Gavin
  790. * @method POST
  791. * @tag 编辑信息
  792. * @url /api/User_center/invitedRecord
  793. * @header name:Authorization require:1 desc:Token
  794. *
  795. * @param name:page type:int : default:1 desc:页数
  796. * @param name:page_num type:int : default:20 desc:每页数
  797. *
  798. * @return name:id type:int require:0 default:0 desc:用户ID
  799. * @return name:headimg type:string require:0 default:0 desc:头像
  800. * @return name:name type:string require:0 default:0 desc:名称
  801. * @return name:phone type:string require:0 default:0 desc:手机号
  802. * @return name:create_at type:string require:0 default:0 desc:时间
  803. * @return name:is_auth type:int require:0 default:0 desc:是否认证
  804. */
  805. public function invitedRecord(){
  806. $count = Db::name('store_member')->where('pid',$this->uid)->where('is_auth',1)->count();
  807. $list = Db::name('store_member')
  808. ->field('id,headimg,name,phone,create_at,is_auth')
  809. ->where('pid',$this->uid)
  810. ->where('is_auth',1)
  811. ->order('id desc')
  812. ->limit($this->off_set,$this->page_num)
  813. ->select();
  814. foreach ($list as &$v){
  815. $v['phone'] = substr_replace($v['phone'],'****',3,4);
  816. $v['create_at'] = date('Y-m-d',strtotime($v['create_at']));
  817. }
  818. $this->success('成功',compact('count','list'));
  819. }
  820. /**
  821. * @title 邀请排行榜
  822. * @desc 邀请排行榜
  823. * @author Gavin
  824. * @method POST
  825. * @tag 编辑信息
  826. * @url /api/User_center/invitedList
  827. * @header name:Authorization require:1 desc:Token
  828. *
  829. * @param name:page type:int : default:1 desc:页数
  830. * @param name:page_num type:int : default:20 desc:每页数
  831. *
  832. * @return name:count type:int require:0 default:0 desc:人数
  833. * @return name:id type:int require:0 default:0 desc:用户ID
  834. * @return name:headimg type:string require:0 default:0 desc:头像
  835. * @return name:name type:string require:0 default:0 desc:名称
  836. * @return name:phone type:string require:0 default:0 desc:手机号
  837. * @return name:is_auth type:int require:0 default:0 desc:是否认证
  838. * @return name:create_at type:string require:0 default:0 desc:时间
  839. */
  840. public function invitedList(){
  841. //$this->error('新品发售中,暂时停止访问');
  842. $count = Db::name('store_member')->field('pid,count(*) count')
  843. ->where('pid','>',0)
  844. ->where('is_auth',1)
  845. ->where('create_at','between time',['2022-11-02 20:00:00','2022-11-08 20:00:00'])
  846. ->group('pid')
  847. ->order('count desc')
  848. ->count();
  849. $list = Db::name('store_member')
  850. ->field('pid,count(*) count')
  851. ->where('pid','>',0)
  852. ->where('is_auth',1)
  853. ->where('create_at','between time',['2022-11-02 20:00:00','2022-11-08 20:00:00'])
  854. ->where('bank_num is not null')
  855. ->group('pid')
  856. ->order('count desc')
  857. ->limit($this->off_set,$this->page_num)
  858. ->select();
  859. foreach ($list as &$value){
  860. $users_info = Db::name('store_member')->field('headimg,name,is_auth')->where('id',$value['pid'])->find();
  861. $value['name'] = $users_info['name'];
  862. $value['headimg'] = $users_info['headimg'];
  863. $value['is_auth'] = $users_info['is_auth'];
  864. unset($value['pid']);
  865. }
  866. $this->success('成功',compact('count','list'));
  867. }
  868. /**
  869. * @title 签到
  870. * @desc 签到
  871. * @author Gavin
  872. * @method POST
  873. * @tag 编辑信息
  874. * @url /api/User_center/sign
  875. * @header name:Authorization require:1 desc:Token
  876. *
  877. */
  878. public function sign(){
  879. $date = date('Y-m-d');
  880. $log = Db::name('store_member_sign')->where('mid',$this->uid)->where('date',$date)->count();
  881. if ($log) $this->error('今日已签到');
  882. $data = [
  883. 'mid'=>$this->uid,
  884. 'date'=>$date
  885. ];
  886. $com = true;
  887. Db::startTrans();
  888. try {
  889. $id = Db::name('store_member_sign')->insertGetId($data);
  890. $sign_integral = getConfigValue('sign_integral');
  891. if ($sign_integral>0){
  892. memberMoneyChange($sign_integral,1,$this->uid,'签到',1,$id);
  893. }
  894. Db::commit();
  895. }catch (\Exception $e){
  896. $com=false;
  897. Db::rollback();
  898. }
  899. if ($com){
  900. $this->success('签到成功');
  901. }
  902. $this->error('签到失败');
  903. }
  904. /**
  905. * @title 积分记录
  906. * @desc 积分记录
  907. * @author Gavin
  908. * @method POST
  909. * @tag 编辑信息
  910. * @url /api/User_center/integralLog
  911. * @header name:Authorization require:1 desc:Token
  912. *
  913. * @param name:page type:int : default:1 desc:页数
  914. * @param name:page_num type:int : default:20 desc:每页数
  915. *
  916. * @return name:id type:int require:0 default:0 desc:id
  917. * @return name:change type:string require:0 default:0 desc:变动数值
  918. * @return name:title type:string require:0 default:0 desc:标题
  919. * @return name:create_at type:string require:0 default:0 desc:时间
  920. */
  921. public function integralLog(){
  922. $where = [
  923. 'm_id'=>$this->uid,
  924. 'type'=>1
  925. ];
  926. $count = Db::name('store_member_log')->where($where)->count();
  927. $list = Db::name('store_member_log')
  928. ->field('id,pm,change,title,create_at')
  929. ->where($where)
  930. ->order('id desc')
  931. ->limit($this->off_set,$this->page_num)
  932. ->select();
  933. foreach ($list as &$v){
  934. if ($v['pm']==1){
  935. $v['change'] = '+'.$v['change'];
  936. }else{
  937. $v['change'] = '-'.$v['change'];
  938. }
  939. }
  940. $this->success('成功',compact('count','list'));
  941. }
  942. /**
  943. * @title 余额记录
  944. * @desc 余额记录
  945. * @author Gavin
  946. * @method POST
  947. * @tag 编辑信息
  948. * @url /api/User_center/moneyLog
  949. * @header name:Authorization require:1 desc:Token
  950. *
  951. * @param name:page type:int default:1 desc:页数
  952. * @param name:page_num type:int default:20 desc:每页数
  953. * @param name:select_type type:int require:0 default:-1 desc:查询类型[-1全部0减少(支出)1增加(收入),2提现【包含提现申请的减少和拒绝的增加】]
  954. *
  955. * @return name:id type:int require:0 default:0 desc:id
  956. * @return name:change type:string require:0 default:0 desc:变动数值
  957. * @return name:title type:string require:0 default:0 desc:标题
  958. * @return name:create_at type:string require:0 default:0 desc:时间
  959. * @return name:pm type:int require:0 default:0 desc:变更类型[0减少1增加]
  960. * @return name:change_type type:int require:0 default:0 desc:来源1出售佣金2提现3提现拒绝
  961. */
  962. public function moneyLog(){
  963. $select_type = input('select_type',-1);
  964. $where = ['m_id'=>$this->uid, 'type'=>3];
  965. if(in_array($select_type,[0,1]))$where['pm'] = $select_type;
  966. $count = Db::name('store_member_log')->where($where)->when($select_type,function ($query)use($select_type){
  967. if($select_type == 2 ) $query->whereIn('change_type','2,3');
  968. })->count();
  969. $list = Db::name('store_member_log')
  970. ->field('id,pm,change,title,create_at,change_type')
  971. ->where($where)
  972. ->when($select_type,function ($query)use($select_type){
  973. if($select_type == 2 ) $query->whereIn('change_type','2,3');
  974. })->order('id desc')
  975. ->limit($this->off_set,$this->page_num)
  976. ->select();
  977. foreach ($list as &$v){
  978. if ($v['pm']==1){
  979. $v['change'] = '+'.$v['change'];
  980. }else{
  981. $v['change'] = '-'.$v['change'];
  982. }
  983. }
  984. $this->success('成功',compact('count','list'));
  985. }
  986. /**
  987. * @title 系统余额提现
  988. * @desc 提现
  989. * @author Gavin
  990. * @method POST
  991. * @tag 编辑信息
  992. * @url /api/User_center/withdraw
  993. * @header name:Authorization require:1 desc:Token
  994. *
  995. * @param name:money type:int default: desc:提现金额
  996. * @param name:withdraw_type type:string default:bank desc:提现方式:wx[微信],zfb[支付宝],bank[银行卡]
  997. * @param name:pay_password type:string default:wx desc:二级密码
  998. *
  999. */
  1000. public function withdraw(){
  1001. // if(!checkAuth($this->uid)) $this->error('维护中.....');
  1002. if (redisSetNx('withdraw'.$this->uid,3)){
  1003. $v = getConfigValue('withdraw_switch');
  1004. if (!$v) $this->error('维护中,暂时关闭');
  1005. $redis = new Redis(['select'=>2]);
  1006. $redis_value = $redis->get('withdraw'.$this->uid);
  1007. if ($redis_value){
  1008. $this->error('请求过快,请稍后重试');
  1009. }else{
  1010. $redis->set('withdraw'.$this->uid,1,3);
  1011. }
  1012. $money = input('money');
  1013. $withdraw_type = input('withdraw_type','bank');
  1014. if($withdraw_type != 'bank') $this->error('提现方式错误'.$withdraw_type);
  1015. $pay_password = input('pay_password');
  1016. if (!$money) $this->error('参数错误');
  1017. $user = Db::name('store_member')->where('id',$this->uid)->find();
  1018. if ($user['money'] < $money) $this->error('余额不足');
  1019. //if ($user['second_password']!=md5($pay_password)) $this->error('密码错误');
  1020. $withdraw_min_price = getConfigValue('withdraw_min_price'); //最小提现金额
  1021. $withdraw_max_price = getConfigValue('withdraw_max_price'); //最大提现金额
  1022. $poundage_proportion = getConfigValue('poundage_proportion'); //手续费百分比
  1023. $discount = getMemberServiceCharge($this->uid);// 折扣
  1024. $poundage_proportion = bcmul($poundage_proportion,$discount);
  1025. if ($money < $withdraw_min_price) $this->error('最低提现'.$withdraw_min_price.'元');
  1026. if ($money > $withdraw_max_price) $this->error('最大提现'.$withdraw_max_price.'元');
  1027. if($withdraw_type=='zfb' && (!$user['zfb_account'] || !$user['zfb_real_name'])) $this->error('请先绑定支付宝');
  1028. if($withdraw_type == 'wx' && !$user['openid']) $this->error('请先绑定微信');
  1029. if($withdraw_type == 'bank' && !$user['bank_num'])$this->error('请先绑定银行卡');
  1030. Db::startTrans();
  1031. try {
  1032. $data['mid'] = $this->uid;
  1033. $data['withdraw_type'] = $withdraw_type;
  1034. $order_no = get_order_sn();
  1035. $data['order_no'] = $order_no;
  1036. $data['price'] = $money;
  1037. $data['poundage_proportion'] = $poundage_proportion;
  1038. $proportion = 2;//sprintf("%.2f", $money*($poundage_proportion/100)); //四舍五入保留两位小数点
  1039. $data['proportion'] = $proportion;
  1040. $real_money = $money-$proportion;
  1041. $data['real_money'] = $real_money;
  1042. switch ($withdraw_type){
  1043. case 'wx':
  1044. $data['account_no'] = $user['openid'];
  1045. $data['account_name']=$user['name'];
  1046. break;
  1047. case 'zfb':
  1048. $data['account_no'] = $user['zfb_account'];
  1049. $data['account_name']=$user['zfb_real_name'];
  1050. break;
  1051. case 'bank':
  1052. $data['account_no'] = $user['bank_num'];
  1053. $data['account_name']=$user['bank_user'];
  1054. break;
  1055. }
  1056. $id =Db::name('store_member_withdraw')->insertGetId($data);
  1057. $res = memberMoneyChange($money,3,$this->uid,'余额提现',0,$id,2);
  1058. if(!$res) throw new Exception('提现失败');
  1059. Db::commit();
  1060. }catch (\Exception $e) {
  1061. Db::rollback();
  1062. $this->error($e->getMessage());
  1063. }
  1064. DelRedisSetNx('withdraw'.$this->uid);
  1065. $this->success('提现申请成功,等待审核!');
  1066. }else{
  1067. $this->error('服务器繁忙,请稍后重试');
  1068. }
  1069. }
  1070. /**
  1071. * @title 云钱包余额提现
  1072. * @desc 提现
  1073. * @author Gavin
  1074. * @method POST
  1075. * @tag 编辑信息
  1076. * @url /api/User_center/cloudWalletWithdraw
  1077. * @header name:Authorization require:1 desc:Token
  1078. * @param name:money type:int default: desc:提现金额
  1079. * @param name:cloud_password type:string default:-- desc:云钱包密码
  1080. * @param name:source type:int require:0 default:10 desc:app传10,h5传16
  1081. * @param name:random_key type:string require:0 default:10 desc:random_key
  1082. * @return name:ret_code type:string default:0 desc:请求结果代码[0000:提现申请成功,8889:表示提现申请待确认成功,需要调用提现确认完成提现创单申请,8888:表示提现需要再次信息短信验证码校验]
  1083. * @return name:token type:string default:0 desc:支付授权令牌,有效期30分钟。当交易需要二次验证的时候,需要通过token调用调用交易二次短信验证接口[/api/Cloud_wallet/validationSms]
  1084. * @return name:txn_seqno type:string default:0 desc:商户系统唯一交易流水号,当交易需要二次验证的时候,需要传这个参数[/api/Cloud_wallet/validationSms]
  1085. * @return name:total_amount type:float default:0 desc:订单总金额,当交易需要二次验证的时候,需要传这个参数[/api/Cloud_wallet/validationSms]
  1086. *
  1087. */
  1088. public function cloudWalletWithdraw()
  1089. {
  1090. if(!checkAuth($this->uid)) $this->error('维护中.....');
  1091. if (redisSetNx('cloudWalletWithdraw'.$this->uid,3)){
  1092. $v = getConfigValue('withdraw_switch');
  1093. if (!$v) $this->error('维护中,暂时关闭');
  1094. $redis = new Redis(['select'=>2]);
  1095. $redis_value = $redis->get('cloudWalletWithdraw'.$this->uid);
  1096. if ($redis_value){
  1097. $this->error('请求过快,请稍后重试');
  1098. }else{
  1099. $redis->set('cloudWalletWithdraw'.$this->uid,1,3);
  1100. }
  1101. $money = input('money');
  1102. $withdraw_type = input('withdraw_type','bank');
  1103. if($withdraw_type != 'bank') $this->error('提现方式错误'.$withdraw_type);
  1104. $cloud_password = input('cloud_password');
  1105. $source = input('source');
  1106. $random_key = input('random_key');
  1107. if (!$money) $this->error('参数错误');
  1108. $user = Db::name('store_member')->where('id',$this->uid)->find();
  1109. $withdraw_min_price = 5; //最小提现金额
  1110. $withdraw_max_price = 1000; //最大提现金额
  1111. $poundage_proportion = getConfigValue('poundage_proportion'); //手续费百分比
  1112. $discount = getMemberServiceCharge($this->uid);// 折扣
  1113. $poundage_proportion = bcmul($poundage_proportion,$discount);
  1114. if ($money < $withdraw_min_price) $this->error('最低提现'.$withdraw_min_price.'元');
  1115. if ($money > $withdraw_max_price) $this->error('最大提现'.$withdraw_max_price.'元');
  1116. if($withdraw_type == 'bank' && !$user['bank_num'])$this->error('请先绑定银行卡');
  1117. Db::startTrans();
  1118. try {
  1119. $data['mid'] = $this->uid;
  1120. $data['withdraw_type'] = $withdraw_type;
  1121. $order_no = get_order_sn();
  1122. $data['order_no'] = $order_no;
  1123. $data['price'] = $money;
  1124. $data['poundage_proportion'] = $poundage_proportion;
  1125. $proportion = 2;// sprintf("%.2f", $money*($poundage_proportion/100)); //四舍五入保留两位小数点
  1126. $data['proportion'] = $proportion;
  1127. $real_money = $money-$proportion;
  1128. $data['real_money'] = $real_money;
  1129. switch ($withdraw_type){
  1130. case 'bank':
  1131. $data['account_no'] = $user['bank_num'];
  1132. $data['account_name']=$user['bank_user'];
  1133. break;
  1134. }
  1135. Db::name('cloud_wallet_withdraw')->insertGetId($data);
  1136. $risk_item = risk_item($user,'用户提现',$source);
  1137. $cloud_res = LianLianPay::cloudWalletWithdrawal($this->uid,$money,$proportion,$user['bank_num'],$cloud_password,$risk_item,$random_key,$order_no);
  1138. if(!in_array($cloud_res['ret_code'],['0000','8888','8889']) )throw new Exception($cloud_res['ret_msg']);
  1139. Db::commit();
  1140. }catch (\Exception $e) {
  1141. Db::rollback();
  1142. $this->error($e->getMessage());
  1143. }
  1144. DelRedisSetNx('cloudWalletWithdraw'.$this->uid);
  1145. $this->success('提现申请成功,等待审核!',$cloud_res);
  1146. }else{
  1147. $this->error('服务器繁忙,请稍后重试');
  1148. }
  1149. }
  1150. /**
  1151. * @title 打开盲盒
  1152. * @desc 返回值是空就没中奖
  1153. * @author Gavin
  1154. * @method POST
  1155. * @tag 编辑信息
  1156. * @url /api/User_center/openBoxCollection
  1157. * @header name:Authorization require:1 desc:Token
  1158. * @param name:id type:int : default: desc:详情ID
  1159. * @return name:name type:string default: desc:名称
  1160. * @return name:cover type:string default: desc:图片
  1161. * @return name:price type:string default: desc:价格
  1162. * @return name:auth_name type:string default: desc:作者
  1163. * @return name:auth_img type:string default: desc:作者头像
  1164. *
  1165. */
  1166. public function openBoxCollection(){
  1167. //redis原子锁
  1168. if (redisSetNx('openBox'.$this->uid)){
  1169. $id = input('id');
  1170. if (!$id) $this->error('参数错误');
  1171. $info = Db::name('store_order_info')
  1172. ->where('id',$id)
  1173. ->where('mid',$this->uid)
  1174. ->where('status','neq','2')
  1175. ->where('is_destruction',1)
  1176. ->find();
  1177. if (!$info) $this->error('盲盒不存在');
  1178. if ($info['resale_status']!=1) $this->error('盲盒挂售中或已出售');
  1179. $where = 'status = 1 and coll_id = '.$info['c_id'].' and is_del = 1 and residue_num > 0';
  1180. $residue_num_all = Db::name('store_blind_box')->where($where)->sum('residue_num');
  1181. // if($residue_num_all <= 0 )$this->error('对不起,盲盒已没有奖品');
  1182. $com = true;
  1183. Db::startTrans();
  1184. try {
  1185. //销毁
  1186. Db::name('store_order_info')->where('id',$id)->update(['is_destruction'=>0]);
  1187. $win_num = rand(1,$residue_num_all);
  1188. $blind_box_info = Db::name('store_blind_box')->field('id,prize_id,residue_num')->where($where)->select();
  1189. $residue_num = 0;
  1190. $win_prize_id = 0;
  1191. $win_box_id = 0;
  1192. foreach ($blind_box_info as $val) {
  1193. $residue_num += $val['residue_num'];
  1194. if($win_prize_id == 0 && $win_num <= $residue_num){
  1195. $win_prize_id = $val['prize_id'];
  1196. $win_box_id = $val['id'];
  1197. }
  1198. }
  1199. if($win_prize_id){
  1200. $coll_info = getCollectionInfoHash($win_prize_id);
  1201. $json_info = json_encode($coll_info,true);
  1202. $return['name'] = $coll_info['name'];
  1203. $return['cover'] = $coll_info['cover'];
  1204. $return['price'] = $coll_info['price'];
  1205. $return['auth_name'] = $coll_info['auth_name'];
  1206. $return['auth_img'] = $coll_info['auth_img'];
  1207. $data = [
  1208. 'm_id'=>$this->uid,
  1209. 'b_id'=>$win_prize_id,
  1210. 'is_prize'=>1,
  1211. 'name'=>$coll_info['name'],
  1212. 'cover'=>$coll_info['cover'],
  1213. 'info'=>$json_info,
  1214. 'date'=>date('Y-m-d'),
  1215. 'is_free'=>1
  1216. ];
  1217. Db::name('store_blind_box_log')->insert($data);
  1218. //获取排名
  1219. $rank = getRanking($win_prize_id);
  1220. $tag = getTag($win_prize_id,$rank,$coll_info['inventory']);
  1221. saveRanking($win_prize_id);
  1222. $company = '象链数藏';
  1223. $hash = getCompanyHash($win_prize_id);
  1224. $company_hash = $hash['hash'];
  1225. $company_hash_time = $hash['create_at'];
  1226. $tokenid = $hash['tokenid'];
  1227. Db::name('hash')->where('hash',$hash['hash'])->update(['status'=>1]);
  1228. $collectors_hash = '';
  1229. $date = [
  1230. 'order_id'=>0,
  1231. 'order_no'=>get_order_sn(),
  1232. 'tag'=>$tag,
  1233. 'mid'=>$this->uid,
  1234. 'c_id'=>$win_prize_id,
  1235. 'name'=>$coll_info['name'],
  1236. 'cover'=>$coll_info['cover'],
  1237. 'pro_info'=>$json_info,
  1238. 'company'=>$company,
  1239. 'company_hash'=>$company_hash,
  1240. 'company_hash_time'=>$company_hash_time,
  1241. 'ddcid'=>$tokenid,
  1242. 'collectors_hash'=>$collectors_hash,
  1243. // 'collectors_hash_time'=>'',
  1244. 'status'=>1
  1245. ];
  1246. Db::name('store_order_info')->insert($date);
  1247. }
  1248. Db::commit();
  1249. }catch (\Exception $e) {
  1250. $com = false;
  1251. $msg = $e->getMessage();
  1252. Db::rollback();
  1253. }
  1254. if ($com){
  1255. setMemberInfoHash($this->uid);
  1256. //扣减库存
  1257. Db::name('store_blind_box')->where('id',$win_box_id)->setDec('residue_num',1);
  1258. DelRedisSetNx('openBox'.$this->uid);
  1259. $this->success('成功',$win_prize_id ? $return : null);
  1260. }else{
  1261. DelRedisSetNx('openBox'.$this->uid);
  1262. $this->error($msg);
  1263. }
  1264. }else{
  1265. $this->error('请求过快');
  1266. }
  1267. }
  1268. /**
  1269. * @title 验证被更换手机号【更换手机号第一步】
  1270. * @desc 验证已绑定的手机号
  1271. * @author QC
  1272. * @method POST
  1273. * @tag 编辑信息
  1274. * @url /api/User_center/checkPhone
  1275. * @header name:Authorization require:1 desc:Token
  1276. * @param name:phone type:int default: desc:手机号
  1277. * @param name:code type:string default: desc:验证码
  1278. */
  1279. public function checkPhone()
  1280. {
  1281. $phone = input('post.phone');
  1282. $code = input('post.code');
  1283. if(!$phone || !$code) $this->error('参数错误');
  1284. $user_info = Db::name('store_member')->find($this->uid);
  1285. if($user_info['phone'] != $phone) $this->error('已绑定手机号错误');
  1286. // 5 分钟之内的验证码
  1287. $check_code = Db::name('store_sms')
  1288. ->where(['mobile'=>$phone,'event'=>'change','is_use'=>0,'code'=>$code])
  1289. ->where('createtime','>' ,time() - 300)
  1290. ->value('id');
  1291. if(!$check_code) $this->error('验证码错误');
  1292. Db::name('store_sms')->where('id',$check_code)->update(['is_use'=>1]);
  1293. $this->success('验证成功');
  1294. }
  1295. /**
  1296. * @title 更换新的手机号
  1297. * @desc 更换新的手机号
  1298. * @author QC
  1299. * @method POST
  1300. * @tag 更换新的手机号
  1301. * @url /api/User_center/changePhone
  1302. * @header name:Authorization require:1 desc:Token
  1303. * @param name:phone type:int default: desc:手机号
  1304. * @param name:code type:string default: desc:验证码
  1305. */
  1306. public function changePhone()
  1307. {
  1308. $phone = input('post.phone');
  1309. $code = input('post.code');
  1310. if(!$phone || !$code) $this->error('参数错误');
  1311. $user_info = Db::name('store_member')->find($this->uid);
  1312. $check_code = Db::name('store_sms')
  1313. ->where(['mobile'=>$user_info['phone'],'event'=>'change','is_use'=>1])
  1314. ->order('id desc')
  1315. ->find();
  1316. if(!$check_code) $this->error('请验证已绑定手机号');
  1317. if($check_code['createtime'] < time() - 300) $this->error('验证超时,请在5分钟之内更换手机号');
  1318. $check_new = Db::name('store_sms')
  1319. ->where(['mobile'=>$phone,'event'=>'new','is_use'=>0,'code'=>$code])
  1320. ->where('createtime','>' ,time() - 300)
  1321. ->value('id');
  1322. if(!$check_new) $this->error('验证码错误');
  1323. Db::name('store_sms')->where('id',$check_new)->update(['is_use'=>1]);
  1324. Db::name('store_member')->where('id',$this->uid)->update(['phone'=>$phone]);
  1325. setMemberInfoHash($this->uid);
  1326. $this->success('更换成功');
  1327. }
  1328. /**
  1329. * @title 阿里云金融级实名认证初始化
  1330. * @desc 阿里云金融级实名认证初始化
  1331. * @author QC
  1332. * @method POST
  1333. * @tag 编辑信息
  1334. * @url /api/User_center/initFaceVerify
  1335. * @header name:Authorization require:1 desc:Token
  1336. * @param name:name type:string default:1 desc:姓名
  1337. * @param name:id_no type:string default:1 desc:身份证号
  1338. * @param name:MetaInfo type:string default:1 desc:MetaInfo
  1339. * @param name:ReturnUrl type:string default:1 desc:业务页面回跳的目标地址
  1340. * @return name:RequestId type:String default:-- desc:请求ID
  1341. * @return name:Message type:String default:-- desc:返回信息
  1342. * @return name:Code type:String default:-- desc:返返回码:200为成功,其他为失败。【具体的参考阿里云文档】
  1343. * @return name:ResultObject.CertifyId type:String default:-- desc:实人认证唯一标识
  1344. * @return name:ResultObject.CertifyUrl type:String default:-- desc:Web认证URL,认证结束后根据入参ReturnUrl进行进行转赠跳转
  1345. */
  1346. function initFaceVerify(){
  1347. $name = input('name');
  1348. $id_no = input('id_no');
  1349. $MetaInfo = input('MetaInfo');
  1350. $ReturnUrl = input('ReturnUrl');
  1351. $res = Certification::main($name,$id_no,$MetaInfo,$ReturnUrl);
  1352. if(!$res) $this->error('初始化错误');
  1353. $result = json_decode(json_encode($res),true)['body'];
  1354. $result['code'] != 200 ? $this->error($result['message']):$this->success('ok',$result);
  1355. }
  1356. /**
  1357. * @title 保存人脸认证
  1358. * @desc 保存人脸认证
  1359. * @author QC
  1360. * @method POST
  1361. * @tag 编辑信息
  1362. * @url /api/User_center/saveVerify
  1363. * @header name:Authorization require:1 desc:Token
  1364. * @param name:name type:string default:1 desc:姓名
  1365. * @param name:id_no type:string default:1 desc:身份证号
  1366. * @param name:CertifyId type:string default:1 desc:实人认证唯一标识
  1367. */
  1368. function saveVerify()
  1369. {
  1370. $name = input('name');
  1371. $id_no = input('id_no');
  1372. $CertifyId = input('CertifyId');
  1373. if (!$name || !$id_no || !$CertifyId) $this->error('参数错误');
  1374. $check_id_card = isCreditNo($id_no);
  1375. if (!$check_id_card) $this->error('身份证号格式错误');
  1376. $is_auth = Db::table('store_member')->where('id',$this->uid)->value('is_auth');
  1377. if($is_auth) $this->error('已认证');
  1378. $check = Db::name('store_member')->where('id_card',$id_no)->count();
  1379. if ($check) $this->error('身份证号已经认证过');
  1380. // 核验
  1381. $res = Certification::check($CertifyId);
  1382. if(!$res) $this->error('认证失败');
  1383. $result = json_decode(json_encode($res),true)['body'];
  1384. if($result['code'] != 200) $this->error($result['message']);
  1385. 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')]);
  1386. setMemberInfoHash($this->uid);
  1387. $this->success('认证成功');
  1388. }
  1389. }