User.php 61 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624
  1. <?php
  2. namespace app\api\controller;
  3. use AlibabaCloud\DBFS\DBFS;
  4. use app\common\controller\Api;
  5. use app\common\library\Ems;
  6. use app\common\library\Sms;
  7. use fast\Random;
  8. use think\Validate;
  9. use think\Db;
  10. use think\Cache;
  11. use Redis;
  12. use AlibabaCloud\Client\AlibabaCloud;
  13. use AlibabaCloud\Client\Exception\ClientException;
  14. use AlibabaCloud\Client\Exception\ServerException;
  15. /**
  16. * 会员接口
  17. */
  18. class User extends Api
  19. {
  20. protected $noNeedLogin = ['login', 'mobilelogin', 'register', 'resetpwd', 'changeemail', 'changemobile', 'third','onLogin'];
  21. protected $noNeedRight = '*';
  22. public function _initialize()
  23. {
  24. parent::_initialize();
  25. }
  26. /**
  27. * 会员中心
  28. */
  29. public function index()
  30. {
  31. $this->success('', ['welcome' => $this->auth->nickname]);
  32. }
  33. /**
  34. * 会员登录
  35. *
  36. * @param string $account 账号
  37. * @param string $password 密码
  38. */
  39. public function login()
  40. {
  41. $account = $this->request->request('account');
  42. $password = $this->request->request('password');
  43. if (!$account || !$password) {
  44. $this->error(__('Invalid parameters'));
  45. }
  46. $ret = $this->auth->login($account, $password);
  47. if ($ret) {
  48. $data = ['userinfo' => $this->auth->getUserinfo()];
  49. $this->success(__('Logged in successful'), $data);
  50. } else {
  51. $this->error($this->auth->getError());
  52. }
  53. }
  54. /**
  55. * 手机验证码登录
  56. *
  57. * @param string $mobile 手机号
  58. * @param string $captcha 验证码
  59. */
  60. public function mobilelogin()
  61. {
  62. $mobile = $this->request->request('mobile');
  63. $captcha = $this->request->request('captcha');
  64. if (!$mobile || !$captcha) {
  65. $this->error(__('Invalid parameters'));
  66. }
  67. if (!Validate::regex($mobile, "^1\d{10}$")) {
  68. $this->error(__('Mobile is incorrect'));
  69. }
  70. if (!Sms::check($mobile, $captcha, 'login')) {
  71. $this->error(__('Captcha is incorrect'));
  72. }
  73. $user = \app\common\model\User::getByMobile($mobile);
  74. if ($user) {
  75. if ($user->status != 'normal') {
  76. $this->error(__('Account is locked'));
  77. }
  78. //如果已经有账号则直接登录
  79. $ret = $this->auth->direct($user->id);
  80. } else {
  81. $ret = $this->auth->register($mobile, Random::alnum(), $mobile, []);
  82. }
  83. if ($ret) {
  84. Sms::flush($mobile, 'login');
  85. $data = ['userinfo' => $this->auth->getUserinfo()];
  86. $this->success(__('Logged in successful'), $data);
  87. } else {
  88. $this->error($this->auth->getError());
  89. }
  90. }
  91. /**
  92. * 注册会员
  93. *
  94. * @param string $username 用户名
  95. * @param string $password 密码
  96. * @param string $email 邮箱
  97. * @param string $mobile 手机号
  98. * @param string $code 验证码
  99. */
  100. public function register()
  101. {
  102. $username = $this->request->request('username');
  103. $password = $this->request->request('password');
  104. $email = $this->request->request('email');
  105. $mobile = $this->request->request('mobile');
  106. $code = $this->request->request('code');
  107. if (!$username || !$password) {
  108. $this->error(__('Invalid parameters'));
  109. }
  110. if ($email && !Validate::is($email, "email")) {
  111. $this->error(__('Email is incorrect'));
  112. }
  113. if ($mobile && !Validate::regex($mobile, "^1\d{10}$")) {
  114. $this->error(__('Mobile is incorrect'));
  115. }
  116. $ret = Sms::check($mobile, $code, 'register');
  117. if (!$ret) {
  118. $this->error(__('Captcha is incorrect'));
  119. }
  120. $ret = $this->auth->register($username, $password, $email, $mobile, []);
  121. if ($ret) {
  122. $data = ['userinfo' => $this->auth->getUserinfo()];
  123. $this->success(__('Sign up successful'), $data);
  124. } else {
  125. $this->error($this->auth->getError());
  126. }
  127. }
  128. /**
  129. * 退出登录
  130. */
  131. public function logout()
  132. {
  133. $this->auth->logout();
  134. $this->success(__('Logout successful'));
  135. }
  136. /**
  137. * 修改邮箱
  138. *
  139. * @param string $email 邮箱
  140. * @param string $captcha 验证码
  141. */
  142. public function changeemail()
  143. {
  144. $user = $this->auth->getUser();
  145. $email = $this->request->post('email');
  146. $captcha = $this->request->request('captcha');
  147. if (!$email || !$captcha) {
  148. $this->error(__('Invalid parameters'));
  149. }
  150. if (!Validate::is($email, "email")) {
  151. $this->error(__('Email is incorrect'));
  152. }
  153. if (\app\common\model\User::where('email', $email)->where('id', '<>', $user->id)->find()) {
  154. $this->error(__('Email already exists'));
  155. }
  156. $result = Ems::check($email, $captcha, 'changeemail');
  157. if (!$result) {
  158. $this->error(__('Captcha is incorrect'));
  159. }
  160. $verification = $user->verification;
  161. $verification->email = 1;
  162. $user->verification = $verification;
  163. $user->email = $email;
  164. $user->save();
  165. Ems::flush($email, 'changeemail');
  166. $this->success();
  167. }
  168. /**
  169. * 修改手机号
  170. *
  171. * @param string $mobile 手机号
  172. * @param string $captcha 验证码
  173. */
  174. public function changemobile()
  175. {
  176. $user = $this->auth->getUser();
  177. $mobile = $this->request->request('mobile');
  178. $captcha = $this->request->request('captcha');
  179. if (!$mobile || !$captcha) {
  180. $this->error(__('Invalid parameters'));
  181. }
  182. if (!Validate::regex($mobile, "^1\d{10}$")) {
  183. $this->error(__('Mobile is incorrect'));
  184. }
  185. if (\app\common\model\User::where('mobile', $mobile)->where('id', '<>', $user->id)->find()) {
  186. $this->error(__('Mobile already exists'));
  187. }
  188. $result = Sms::check($mobile, $captcha, 'changemobile');
  189. if (!$result) {
  190. $this->error(__('Captcha is incorrect'));
  191. }
  192. $verification = $user->verification;
  193. $verification->mobile = 1;
  194. $user->verification = $verification;
  195. $user->mobile = $mobile;
  196. $user->save();
  197. Sms::flush($mobile, 'changemobile');
  198. $this->success();
  199. }
  200. /**
  201. * 第三方登录
  202. *
  203. * @param string $platform 平台名称
  204. * @param string $code Code码
  205. */
  206. public function third()
  207. {
  208. $url = url('user/index');
  209. $platform = $this->request->request("platform");
  210. $code = $this->request->request("code");
  211. $config = get_addon_config('third');
  212. if (!$config || !isset($config[$platform])) {
  213. $this->error(__('Invalid parameters'));
  214. }
  215. $app = new \addons\third\library\Application($config);
  216. //通过code换access_token和绑定会员
  217. $result = $app->{$platform}->getUserInfo(['code' => $code]);
  218. if ($result) {
  219. $loginret = \addons\third\library\Service::connect($platform, $result);
  220. if ($loginret) {
  221. $data = [
  222. 'userinfo' => $this->auth->getUserinfo(),
  223. 'thirdinfo' => $result
  224. ];
  225. $this->success(__('Logged in successful'), $data);
  226. }
  227. }
  228. $this->error(__('Operation failed'), $url);
  229. }
  230. /**
  231. * 重置密码
  232. *
  233. * @param string $mobile 手机号
  234. * @param string $newpassword 新密码
  235. * @param string $captcha 验证码
  236. */
  237. public function resetpwd()
  238. {
  239. $type = $this->request->request("type");
  240. $mobile = $this->request->request("mobile");
  241. $email = $this->request->request("email");
  242. $newpassword = $this->request->request("newpassword");
  243. $captcha = $this->request->request("captcha");
  244. if (!$newpassword || !$captcha) {
  245. $this->error(__('Invalid parameters'));
  246. }
  247. if ($type == 'mobile') {
  248. if (!Validate::regex($mobile, "^1\d{10}$")) {
  249. $this->error(__('Mobile is incorrect'));
  250. }
  251. $user = \app\common\model\User::getByMobile($mobile);
  252. if (!$user) {
  253. $this->error(__('User not found'));
  254. }
  255. $ret = Sms::check($mobile, $captcha, 'resetpwd');
  256. if (!$ret) {
  257. $this->error(__('Captcha is incorrect'));
  258. }
  259. Sms::flush($mobile, 'resetpwd');
  260. } else {
  261. if (!Validate::is($email, "email")) {
  262. $this->error(__('Email is incorrect'));
  263. }
  264. $user = \app\common\model\User::getByEmail($email);
  265. if (!$user) {
  266. $this->error(__('User not found'));
  267. }
  268. $ret = Ems::check($email, $captcha, 'resetpwd');
  269. if (!$ret) {
  270. $this->error(__('Captcha is incorrect'));
  271. }
  272. Ems::flush($email, 'resetpwd');
  273. }
  274. //模拟一次登录
  275. $this->auth->direct($user->id);
  276. $ret = $this->auth->changepwd($newpassword, '', true);
  277. if ($ret) {
  278. $this->success(__('Reset password successful'));
  279. } else {
  280. $this->error($this->auth->getError());
  281. }
  282. }
  283. /**
  284. * 运营商一键登录
  285. */
  286. public function onLogin() {
  287. $token = $this->request->param('token');// 易盾返回的token
  288. // 判断登录token是否有效
  289. if (!$token) {
  290. //如果token为空就返回
  291. $this->error('token不能为空,请重试');
  292. } else {
  293. //调用getPhone方法并且将token传给getPhone
  294. $res = $this->getPhone($token);
  295. //如果返回的状态为1说明是注册过的用户
  296. if ($res['state'] == 1) {
  297. $phone = $res['phone'];
  298. // 用户登录逻辑 === 开始
  299. $userModel = new \app\common\model\User();
  300. $auth = \app\common\library\Auth::instance();
  301. $userInfo = $userModel->where(["mobile"=>$phone])->find();
  302. // 判断用户是否已经存在
  303. if($userInfo) { // 登录
  304. $user = \app\common\model\User::get($userInfo["id"]);
  305. if (!$user) {
  306. $this->error("网络错误!请稍后重试");
  307. }
  308. $user->save(["logintime"=>time()]);
  309. $res_login = $auth->direct($user->id);
  310. } else { // 注册
  311. // 先随机一个用户名,随后再变更为u+数字id
  312. $username = Random::alnum(20);
  313. $password = Random::alnum(6);
  314. // 获取默认头像和昵称
  315. $nickname = array_column(\app\admin\model\website\Nickname::select(),'content');
  316. $avatar = array_column(\app\admin\model\website\Avatar::select(),'content');
  317. $extend = [
  318. 'nickname'=>$nickname[rand(0,count($nickname)-1)],
  319. 'avatar'=>$avatar[rand(0,count($avatar)-1)],
  320. "mobile"=>$phone
  321. ];
  322. Db::startTrans();
  323. try {
  324. // 默认注册一个会员
  325. $result = $auth->register($username, $password, "", $extend);
  326. if (!$result) {
  327. return false;
  328. }
  329. $user = $auth->getUser();
  330. $fields = ['username' => 'u' . $user->id];
  331. // 更新会员资料
  332. $user = \app\common\model\User::get($user->id);
  333. $user->save($fields);
  334. Db::commit();
  335. } catch (PDOException $e) {
  336. Db::rollback();
  337. $auth->logout();
  338. return false;
  339. }
  340. // 写入登录Cookies和Token
  341. $res_login = $auth->direct($user->id);
  342. }
  343. $userInfo = $auth->getUserinfo();
  344. if($res_login) {
  345. $this->success("登录成功!",['userinfo' => $userInfo]);
  346. } else {
  347. $this->error("登录失败!");
  348. }
  349. // 用户登录逻辑 === 结束
  350. } else {
  351. //如果没有注册过就返回注册状态
  352. $this->error($res['msg']);
  353. }
  354. }
  355. }
  356. /*
  357. * 根据token换取手机号码
  358. */
  359. public function getPhone($token) {
  360. $config = config('onLogin');
  361. AlibabaCloud::accessKeyClient($config['phone_access_key'], $config['phone_access_secret'])
  362. ->regionId('cn-hangzhou')
  363. ->asDefaultClient();
  364. try {
  365. $result = AlibabaCloud::rpc()
  366. ->product('Dypnsapi')
  367. ->scheme('https')// https | http
  368. ->version('2017-05-25')
  369. ->action('GetMobile')
  370. ->method('POST')
  371. ->host('dypnsapi.aliyuncs.com')
  372. ->options([
  373. 'query' => [
  374. 'RegionId' => "cn-hangzhou",
  375. 'AccessToken' => $token
  376. ],
  377. ])
  378. ->request();
  379. // 将返回的结果转化为数组
  380. $result = $result->toArray();
  381. //判断当前数组不为空
  382. if (isset($result['GetMobileResultDTO']['Mobile'])) {
  383. // token不为空返回手机号码
  384. $phone = $result['GetMobileResultDTO']['Mobile'];
  385. $res = [
  386. 'state' => 1,
  387. 'phone' => $phone
  388. ];
  389. return $res;
  390. } else {
  391. //如果token为空
  392. $res = [
  393. 'state' => 0,
  394. 'msg' => 'token无效'
  395. ];
  396. return $res;
  397. }
  398. } catch (ClientException $e) {//有异常就抛出异常
  399. // 客户端错误
  400. $res = [
  401. 'state' => 101,
  402. 'msg' => '注册失败'
  403. ];
  404. return $res;
  405. } catch (ServerException $e) {
  406. // 服务端错误
  407. $res = [
  408. 'state' => 101,
  409. 'msg' => '注册失败'
  410. ];
  411. return $res;
  412. }
  413. }
  414. /**
  415. * 修改会员个人信息
  416. * 头像,昵称,性别,
  417. */
  418. public function userAvatar()
  419. {
  420. $user = $this->auth->getUser();
  421. $gender = $this->request->request('gender'); // 性别:1=男,-1=女
  422. $nickname_auth = $this->request->request('nickname');
  423. $avatar_auth = $this->request->request('avatar');
  424. if (!$gender && !$nickname_auth && !$avatar_auth) $this->error('参数为空!');
  425. // 随机获取昵称和头像
  426. if(!$user->nickname && !$nickname_auth) {
  427. $nicknameList = \app\admin\model\website\Nickname::select();//得到总条数
  428. $nicknameArr = [];
  429. if($nicknameList) foreach($nicknameList as $k => $v) {
  430. $nicknameArr[] = $v['content'];
  431. }
  432. $user->nickname = $nicknameArr[array_rand($nicknameArr,1)];
  433. }
  434. if(!$user->avatar && !$avatar_auth) {
  435. $avatarList = \app\admin\model\website\Avatar::select();//得到总条数
  436. $avatarArr = [];
  437. if($avatarList) foreach($avatarList as $k => $v) {
  438. $avatarArr[] = $v['content'];
  439. }
  440. $user->avatar = $avatarArr[array_rand($avatarArr,1)];
  441. }
  442. Db::startTrans();
  443. try {
  444. $res1 = true;
  445. if ($nickname_auth && $nickname_auth != $user->nickname) {
  446. // if($nickname_auth == $user->nickname) {
  447. // $this->error(__('与原昵称相同无需修改!'));
  448. // }
  449. $user->nickname_auth = $nickname_auth;
  450. // 添加昵称修改申请表
  451. if(\app\common\model\NicknameAuth::where(["status"=>0,"user_id"=>$this->auth->id])->find()) $this->error("昵称已在审核中!请勿重复申请");
  452. $data = [];
  453. $data['user_id'] = $this->auth->id;
  454. $data['nickname'] = $nickname_auth;
  455. $data['old_nickname'] = $user->nickname;
  456. $data['createtime'] = time();
  457. $res1 = \app\common\model\NicknameAuth::insert($data);
  458. }
  459. if($avatar_auth) {
  460. $user->avatar_auth = $avatar_auth;
  461. // 添加头像修改申请表
  462. if(\app\common\model\AvatarAuth::where(["status"=>0,"user_id"=>$this->auth->id])->find()) $this->error("头像已在审核中!请勿重复申请");
  463. $data = [];
  464. $data['user_id'] = $this->auth->id;
  465. $data['avatar'] = $avatar_auth;
  466. $data['old_avatar'] = $user->avatar;
  467. $data['createtime'] = time();
  468. $res1 = \app\common\model\AvatarAuth::insert($data);
  469. }
  470. $gender && $user->gender = $gender;
  471. $res2 = $user->save();
  472. if($res1 && $res2 !== false) {
  473. Db::commit();
  474. delUserInfo($this->auth->id);
  475. $this->success("修改成功!昵称审核中");
  476. }
  477. } catch (PDOException $e) {
  478. Db::rollback();
  479. $this->error("修改失败!");
  480. }
  481. }
  482. /**
  483. * 修改会员个人信息
  484. * 城市,年龄,收入
  485. */
  486. public function userCity() {
  487. $user = $this->auth->getUser();
  488. $province = $this->request->request('province'); // 省
  489. $city = $this->request->request('city'); // 市
  490. $district = $this->request->request('district'); // 区
  491. $birthday = $this->request->request('birthday');
  492. $age = $this->request->request('age');
  493. $constellation = $this->request->request('constellation'); // 星座
  494. $income = $this->request->request('income');
  495. if ((!$province || !$city || !$district) && $age < 3 && !$income) $this->error('年龄太小了哦!');
  496. $province && $user->province = $province;
  497. $city && $user->city = $city;
  498. $district && $user->district = $district;
  499. $province && $user->province_name = \app\common\model\Area::getNameFromId($province);
  500. $city && $user->city_name = \app\common\model\Area::getNameFromId($city);
  501. $district && $user->district_name = \app\common\model\Area::getNameFromId($district);
  502. $age >= 3 && $user->age = $age;
  503. $constellation && $user->constellation = $constellation;
  504. $birthday && $user->birthday = $birthday;
  505. $income && $user->income = $income;
  506. $user->save();
  507. delUserInfo($this->auth->id);
  508. $this->success("修改成功!");
  509. }
  510. /**
  511. * 修改会员个人信息
  512. * 期望对象
  513. */
  514. public function userExpect() {
  515. $user = $this->auth->getUser();
  516. $expect = $this->request->request('expect'); // 期望对象,格式:1,2,3
  517. if (!$expect) $this->error('参数为空!');
  518. $user->expect_ids = $expect;
  519. $user->save();
  520. delUserInfo($user->id);
  521. $this->success("修改成功!");
  522. }
  523. /**
  524. * 修改会员个人信息
  525. * 最后登录的经纬度
  526. */
  527. public function userLnglat() {
  528. $user = $this->auth->getUser();
  529. $lng = $this->request->request('lng'); // 经度
  530. $lat = $this->request->request('lat'); // 纬度
  531. if (!$lng || !$lat) $this->error('参数缺失!');
  532. $user->lng = $lng;
  533. $user->lat = $lat;
  534. $user->save();
  535. $this->success("修改成功!");
  536. }
  537. /**
  538. * 修改会员个人信息
  539. * 环信注册id
  540. */
  541. public function userEmcid() {
  542. $user = $this->auth->getUser();
  543. $emcid = $this->request->request('emcid'); // 环信注册ID
  544. $user->emcid = $emcid;
  545. $user->save();
  546. $this->success("修改成功!");
  547. }
  548. /**
  549. * 修改会员个人信息
  550. * 爱好,职业,微信,交友宣言
  551. */
  552. public function userhoppy() {
  553. $user = $this->auth->getUser();
  554. $hobby_ids = $this->request->request('hobby_ids'); // 爱好
  555. $profession = $this->request->request('profession'); // 职业(传汉字即可)
  556. $wechat = $this->request->request('wechat'); // 微信号
  557. $declaration = $this->request->request('declaration'); // 交友宣言
  558. if (!$hobby_ids && !$profession && !$wechat && !$declaration) $this->error('参数为空!');
  559. Db::startTrans();
  560. try {
  561. $hobby_ids && $user->hobby_ids = $hobby_ids;
  562. $profession && $user->profession = $profession;
  563. if($wechat) {
  564. if($user->wechat_time + 30*86400 > time()) {
  565. $this->error('微信号每月最多修改一次哦!');
  566. }
  567. $user->wechat_auth = $wechat;
  568. // 添加微信号修改申请表
  569. if(\app\common\model\WechatAuth::where(["status"=>0,"user_id"=>$this->auth->id])->find()) $this->error("微信号已在审核中!请勿重复申请");
  570. $data = [];
  571. $data['user_id'] = $this->auth->id;
  572. $data['wechat'] = $wechat;
  573. $data['old_wechat'] = $user->wechat;
  574. $data['createtime'] = time();
  575. $res1 = \app\common\model\WechatAuth::insert($data);
  576. $user->wechat_time = time();
  577. } else {
  578. $res1 = true;
  579. }
  580. if($declaration) {
  581. if (iconv_strlen($declaration, 'utf-8') > 64) {
  582. $this->error('交友宣言最多64位哦!');
  583. }
  584. $user->declaration_auth = $declaration;
  585. // 添加交友宣言修改申请表
  586. if(\app\common\model\DeclarationAuth::where(["status"=>0,"user_id"=>$this->auth->id])->find()) $this->error("交友宣言已在审核中!请勿重复申请");
  587. $data = [];
  588. $data['user_id'] = $this->auth->id;
  589. $data['declaration'] = $declaration;
  590. $data['old_declaration'] = $user->declaration;
  591. $data['createtime'] = time();
  592. $res3 = \app\common\model\DeclarationAuth::insert($data);
  593. } else {
  594. $res3 = true;
  595. }
  596. // $declaration && $user->declaration = $declaration;
  597. $res2 = $user->save();
  598. if($res1 && $res2 && $res3) {
  599. Db::commit();
  600. delUserInfo($this->auth->id);
  601. if($wechat) {
  602. $this->success("微信号修改申请已提交,请耐心等待审核!");
  603. } elseif ($declaration) {
  604. $this->success("交友宣言修改申请已提交,请耐心等待审核!");
  605. } else {
  606. $this->success("修改成功!");
  607. }
  608. }
  609. } catch (PDOException $e) {
  610. Db::rollback();
  611. $this->error("修改失败!");
  612. }
  613. }
  614. /**
  615. * 实名认证
  616. */
  617. public function authApply() {
  618. $realname = $this->request->request('realname'); // 真实姓名
  619. $idcard = $this->request->request('idcard'); // 身份证号
  620. $zimage = $this->request->request('zimage'); // 身份证正面照
  621. $fimage = $this->request->request('fimage'); // 身份证反面照
  622. if (!$zimage || !$fimage) {
  623. $this->error(__('Invalid parameters'));
  624. }
  625. $userauthModel = new \app\common\model\UserAuth();
  626. $data = [];
  627. $data["user_id"] = $this->auth->id;
  628. if($userauthModel->where($data)->where(['status'=>['in',[0,1]]])->find()) $this->error('您已经申请过了,请勿重复操作!');
  629. $data["idcard"] = $idcard;
  630. $data["realname"] = $realname;
  631. $zimage && $data["zimage"] = $zimage;
  632. $fimage && $data["fimage"] = $fimage;
  633. $data["status"] = 0;
  634. $data["updatetime"] = time();
  635. $data["createtime"] = time();
  636. $res = $userauthModel->insertGetId($data);
  637. \app\common\model\User::update(['is_auth'=>1],["id"=>$this->auth->id]);
  638. if($res) {
  639. $this->success("实名认证申请提交成功,请耐心等待审核");
  640. } else {
  641. $this->error("网络错误,请稍后重试");
  642. }
  643. }
  644. /**
  645. * 加入黑名单
  646. */
  647. public function addBlacklist() {
  648. $black_user_id = $this->request->request('black_user_id'); // 黑名单用户ID
  649. if (!$black_user_id) {
  650. $this->error(__('Invalid parameters'));
  651. }
  652. $user_id = $this->auth->id;
  653. if($user_id == $black_user_id) {
  654. $this->error(__('为何拉黑自己呢?'));
  655. }
  656. $userblacklistModel = new \app\common\model\UserBlacklist();
  657. $data = [];
  658. $data["user_id"] = $user_id;
  659. $data["black_user_id"] = $black_user_id;
  660. if($userblacklistModel->where($data)->find()) $this->error(__('已在黑名单!'));
  661. $data["createtime"] = time();
  662. $res = $userblacklistModel->insertGetId($data);
  663. if($res) {
  664. $this->success("加入成功!");
  665. } else {
  666. $this->error("网络错误,请稍后重试");
  667. }
  668. }
  669. /**
  670. * 获取黑名单用户
  671. */
  672. public function getBlacklist() {
  673. $page = $this->request->request('page',1); // 分页
  674. $pageNum = $this->request->request('pageNum',10); // 分页
  675. // 分页搜索构建
  676. $pageStart = ($page-1)*$pageNum;
  677. $userblacklistModel = new \app\common\model\UserBlacklist();// ->limit($pageStart,$pageNum)
  678. $where = [];
  679. $where["a.user_id"] = $this->auth->id;
  680. $list = $userblacklistModel->alias("a")
  681. ->field("a.id,a.black_user_id,u.avatar,u.nickname,u.age,u.gender,u.constellation,u.hobby_ids,u.profession")
  682. ->join("hx_user u","u.id = a.black_user_id")
  683. ->where($where)
  684. ->limit($pageStart,$pageNum)
  685. ->select();
  686. if($list) {
  687. foreach($list as $k => $v) {
  688. $list[$k]['hobby_ids'] = \app\common\model\Hobby::getHobbyNames($v['hobby_ids']);
  689. }
  690. $this->success("获取成功!",$list);
  691. } else {
  692. $this->success("数据为空",[]);
  693. }
  694. }
  695. /**
  696. * 移除用户黑名单
  697. */
  698. public function removeUserBlack() {
  699. $id = $this->request->request('id'); // 黑名单ID
  700. if (!$id) {
  701. $this->error(__('Invalid parameters'));
  702. }
  703. $userblacklistModel = new \app\common\model\UserBlacklist();
  704. $where = [];
  705. $where["id"] = $id;
  706. $info = $userblacklistModel->where($where)->find();
  707. if($info['user_id'] != $this->auth->id) $this->error("无权限!");
  708. $res = $userblacklistModel->where($where)->delete();
  709. if($res) {
  710. $this->success("移除成功!",$res);
  711. } else {
  712. $this->error("网络错误,请稍后重试!");
  713. }
  714. }
  715. /**
  716. * 举报用户
  717. */
  718. public function addReport() {
  719. $ruser_id = $this->request->request('ruser_id'); // 被举报用户ID
  720. $content = $this->request->request('content'); // 举报内容
  721. $type_id = $this->request->request('type_id'); // 举报类型
  722. $image = $this->request->request('image'); // 图片描述(多个用半角逗号隔开)
  723. if (!$ruser_id) {
  724. $this->error(__('Invalid parameters'));
  725. }
  726. $userreportModel = new \app\common\model\UserReport();
  727. $data = [];
  728. $data["user_id"] = $this->auth->id;
  729. $data["ruser_id"] = $ruser_id;
  730. $data["type_id"] = $type_id;
  731. $data["content"] = $content;
  732. $data["image"] = $image;
  733. $data["createtime"] = time();
  734. $res = $userreportModel->insertGetId($data);
  735. if($res) {
  736. $this->success("举报成功!");
  737. } else {
  738. $this->error("网络错误,请稍后重试");
  739. }
  740. }
  741. /**
  742. * 剩余特权次数
  743. * @return int|mixed
  744. */
  745. public function getFateCount() {
  746. $fate_count = \app\common\model\User::getViewCount($this->auth->id);
  747. $this->success("获取成功!",$fate_count);
  748. }
  749. /**
  750. * 添加有眼缘
  751. */
  752. public function addFate() {
  753. $fate_user_id = $this->request->request('fate_user_id'); // 被眼缘用户ID
  754. if (!$fate_user_id) {
  755. $this->error(__('Invalid parameters'));
  756. }
  757. $user_id = $this->auth->id;
  758. if($fate_user_id == $user_id) {
  759. $this->error("不需要添加自己为有眼缘哦!");
  760. }
  761. $fate_user = Db::name('user')->find($fate_user_id);
  762. if (!$fate_user) {
  763. $this->error('用户不存在');
  764. }
  765. $data = [];
  766. $data['user_id'] = $user_id;
  767. $data['fate_user_id'] = $fate_user_id;
  768. if(\app\common\model\UserFate::where($data)->find()) {
  769. $this->error("已经添加眼缘啦!");
  770. }
  771. $user = \app\common\model\User::get($user_id);
  772. // 查看当前用户剩余次数
  773. $view_count = \app\common\model\User::getViewCount($user_id);
  774. if($view_count <= 0) {
  775. $this->error(__('可查看次数不够了哦!'),[],100);
  776. } else {
  777. Db::startTrans();
  778. try {
  779. $user->view_count = $view_count - 1;
  780. $res1 = $user->save();
  781. // 添加眼缘记录
  782. $data['createtime'] = time();
  783. $res2 = \app\common\model\UserFate::insert($data);
  784. // 添加返利
  785. if($user->is_goddess == 1) {
  786. $memo = '被查看有眼缘获得收益!';
  787. $profit = config('site.fate') * config('site.goddessProfitRate') * 0.01;
  788. } else {
  789. $memo = '被查看有眼缘获得收益!';
  790. $profit = config('site.fate') * config('site.userProfitRate') * 0.01;
  791. }
  792. if($profit >= 0.01 && $fate_user_id > 0) {
  793. $res3 = \app\common\model\User::profit($profit,$fate_user_id,$memo);
  794. //给上级返利
  795. $fate_user_info = \app\common\model\User::where(['id'=>$fate_user_id])->find();
  796. $profit_last = $profit * config('site.SuperioruserProfitRate') * 0.01;
  797. if($profit_last >= 0.01 && $fate_user_info['pre_user_id'] > 0) {
  798. $res4 = \app\common\model\User::profit($profit_last,$fate_user_info['pre_user_id'],$fate_user_info['nickname'].'被查看有眼缘获得收益');
  799. } else {
  800. $res4 = true;
  801. }
  802. } else {
  803. $res3 = true;
  804. $res4 = true;
  805. }
  806. if($res1 && $res2 && $res3 && $res4) {
  807. Db::commit();
  808. $fate_user_info = \app\common\model\User::where(['id'=>$fate_user_id])->find();
  809. $title = '眼缘提醒!';
  810. $content = $fate_user_info->nickname.': 等你很久了,终于来了。希望你可以眼缘这里找到有趣的灵魂。无论白天还是深夜,无论快乐还是寂寞,始终有人陪你~';
  811. \app\common\model\SysMsg::sendSysMsg($fate_user_id,6,$title,$content);
  812. $this->success("眼缘添加成功!");
  813. }
  814. } catch (PDOException $e) {
  815. Db::rollback();
  816. $this->error("添加失败!");
  817. }
  818. }
  819. }
  820. /**
  821. * 获取有眼缘列表
  822. */
  823. public function getFate() {
  824. $page = $this->request->request('page',1); // 分页
  825. $pageNum = $this->request->request('pageNum',10); // 分页
  826. // 分页搜索构建
  827. $pageStart = ($page-1)*$pageNum;
  828. $user_id = $this->auth->id;
  829. $where = [];
  830. $where['a.user_id'] = $user_id;
  831. $res = \app\common\model\UserFate::alias("a")
  832. ->field("a.id,u.id as user_id,u.avatar,u.nickname,u.age,u.constellation,u.hobby_ids,u.profession,u.wechat,u.copy_mobile,u.mobile")
  833. ->join("hx_user u","u.id = a.fate_user_id")
  834. ->where($where)
  835. ->order("a.createtime",'desc')
  836. ->limit($pageStart,$pageNum)
  837. ->select();
  838. if($res) {
  839. $public_key = "-----BEGIN PUBLIC KEY-----" .PHP_EOL.
  840. wordwrap(config('public_key'), 64, PHP_EOL, true) .
  841. PHP_EOL."-----END PUBLIC KEY-----";
  842. foreach($res as $k => &$v) {
  843. if ($v['wechat']) {
  844. $wechat = "";
  845. openssl_public_encrypt($v['wechat'], $wechat, $public_key);
  846. $v['wechat'] = base64_encode($wechat);
  847. } else {
  848. $v['wechat'] = '';
  849. }
  850. $mobile = "";
  851. // openssl_private_encrypt($data['mobile'], $mobile, $private_key); // 使用私钥加密数据
  852. openssl_public_encrypt($v['mobile'], $mobile, $public_key);
  853. $v['mobile'] = base64_encode($mobile);
  854. $res[$k]['hobby_ids'] = \app\common\model\Hobby::getHobbyNames($v['hobby_ids']);
  855. }
  856. }
  857. $this->success("获取成功!",$res);
  858. }
  859. /**
  860. * 获取用户个人信息
  861. */
  862. public function getUserInfo() {
  863. $user_id = $this->request->request('user_id',0); // 用户ID
  864. if(!$user_id) {
  865. $this->error('参数缺失!');
  866. }
  867. // // redis
  868. // $redis = new Redis();
  869. // $redisconfig = config("redis");
  870. // $redis->connect($redisconfig["host"], $redisconfig["port"]);
  871. // $userInfo = decodeArray($redis->hGetAll('userInfo_'.$user_id));
  872. //
  873. // if(!$userInfo){
  874. // 获取用户信息
  875. $field = 'id,avatar,nickname,is_goddess,is_auth,recharge_auth,vipStatus(vip_duetime) as is_vip,age,lng,lat,city_name,district_name,constellation,hobby_ids,profession,declaration,wechat,income,copy_mobile,mobile,is_auth_person';
  876. $userInfo = \app\common\model\User::field($field)->where(['id'=>$user_id])->find();
  877. $userInfo['hobby_ids'] = \app\common\model\Hobby::getHobbyNames($userInfo['hobby_ids']);
  878. // 获取是否有眼缘
  879. $userInfo['is_fate'] = \app\common\model\User::getIsView($user_id,$this->auth->id);
  880. // 获取地区
  881. $userInfo['address'] = \app\common\model\Eyemargin::getDistanceTxt($userInfo['lng'],$userInfo['lat'],$this->auth->lng,$this->auth->lat,$userInfo['city_name'],$userInfo['district_name']);
  882. // 微信号
  883. if(!$userInfo['wechat']) {
  884. $userInfo['wechat'] = '暂未设置微信号!';
  885. } elseif(!$userInfo['is_fate']) {
  886. $userInfo['wechat'] = '******';
  887. }
  888. //查询在线状态和活跃状态
  889. $user_info = Db::name('user_info')->where(['user_id' => $user_id])->find();
  890. $asktime = explode(',', $user_info['asktime']);
  891. if ($user_info && $asktime && time() - $asktime[count($asktime) - 1] <= 3600) {
  892. $userInfo['is_online'] = 1; //0离线 1在线
  893. } else {
  894. $userInfo['is_online'] = 0; //0离线 1在线
  895. }
  896. if ($user_info && count($asktime) >= 20 && $asktime[count($asktime) - 1] - $asktime[0] <= 86400) {
  897. $userInfo['is_active'] = 1; //活跃
  898. } else {
  899. $userInfo['is_active'] = 0; //不活跃
  900. }
  901. // 获取已有标签以及数量
  902. $userInfo['tagUser'] = \app\common\model\TagUser::alias('a')
  903. ->field('a.id,t.name,a.number')
  904. ->join('hx_tag t','t.id = a.tag_id','left')
  905. ->where(['a.user_id'=>$user_id])
  906. ->select();
  907. // $userInfo = $userInfo->toArray();
  908. // $redis->hMSet('userInfo_'.$user_id,encodeArray($userInfo));
  909. // }
  910. $this->success("获取成功!",$userInfo);
  911. }
  912. /**
  913. * 获取我的个人信息
  914. */
  915. public function getMyInfo() {
  916. $user_id = $this->auth->id;
  917. // redis
  918. // $redis = new Redis();
  919. // $redisconfig = config("redis");
  920. // $redis->connect($redisconfig["host"], $redisconfig["port"]);
  921. // $userInfo = decodeArray($redis->hGetAll('userInfo_'.$user_id));
  922. //
  923. // if(!$userInfo){
  924. // 获取用户信息
  925. $field = 'id,avatar,avatar_auth,gender,nickname,nickname_auth,is_goddess,is_auth,vipStatus(vip_duetime) as is_vip,vip_duetime,age,city_name,district_name,constellation,hobby_ids,expect_ids,profession,declaration,declaration_auth,money,wechat,wechat_auth,pre_user_id,copy_mobile,mobile,is_auth_person,diamond';
  926. $userInfo = \app\common\model\User::field($field)->where(['id'=>$user_id])->find();
  927. $userInfo['vip_duetime'] = $userInfo['vip_duetime']?date('Y-m-d',$userInfo['vip_duetime']):"";
  928. if($userInfo['pre_user_id']>0) {
  929. $userInfo['pre_invite_no'] = \app\common\model\User::where(['id'=>$userInfo['pre_user_id']])->value("invite_no");
  930. } else {
  931. $userInfo['pre_invite_no'] = "";
  932. }
  933. // 获取我喜欢的统计
  934. $userInfo['ilike_count'] = \app\common\model\UserLike::where(['fans_id'=>$user_id])->count();
  935. $userInfo['likeme_count'] = \app\common\model\UserLike::where(['user_id'=>$user_id])->count();
  936. $userInfo['fate_count'] = \app\common\model\UserFate::where(['user_id'=>$user_id])->count();
  937. $userInfo['money_count'] = $userInfo['money'];
  938. $userInfo['hobby_ids'] = \app\common\model\Hobby::getHobbyNames($userInfo['hobby_ids']);
  939. $userInfo['expect_ids'] = $userInfo['expect_ids']?explode(",",$userInfo['expect_ids']):[];
  940. $userInfo['nickname_auth_stauts'] = \app\common\model\NicknameAuth::getAuthStatus($userInfo['id'],$userInfo['nickname_auth']);
  941. $userInfo['avatar_auth_stauts'] = \app\common\model\AvatarAuth::getAuthStatus($userInfo['id'],$userInfo['avatar_auth']);
  942. $userInfo['wechat_auth_stauts'] = \app\common\model\WechatAuth::getAuthStatus($userInfo['id'],$userInfo['wechat_auth']);
  943. $userInfo['declaration_auth_stauts'] = $userInfo['declaration_auth'] !== '' ? \app\common\model\DeclarationAuth::getAuthStatus($userInfo['id'],$userInfo['declaration_auth']) : 1;
  944. //查询在线状态和活跃状态
  945. $user_info = Db::name('user_info')->where(['user_id' => $user_id])->find();
  946. $asktime = explode(',', $user_info['asktime']);
  947. $userInfo['is_online'] = time() - $asktime[count($asktime) - 1] > 3600 ? 0 : 1; //0离线 1在线
  948. if (count($asktime) >= 20 && $asktime[count($asktime) - 1] - $asktime[0] <= 86400) {
  949. $userInfo['is_active'] = 1; //活跃
  950. } else {
  951. $userInfo['is_active'] = 0; //不活跃
  952. }
  953. $userInfo['avatar_auth'] = $userInfo['avatar_auth'] ? $userInfo['avatar_auth'] : $userInfo['avatar'];
  954. // $userInfo = $userInfo->toArray();
  955. // $redis->hMSet('userInfo_'.$user_id,encodeArray($userInfo));
  956. // }
  957. $this->success("获取成功!",$userInfo);
  958. }
  959. /**
  960. * 获取动态/我的动态
  961. * @throws \think\db\exception\DataNotFoundException
  962. * @throws \think\db\exception\ModelNotFoundException
  963. * @throws \think\exception\DbException
  964. */
  965. public function getUserEyemagin() {
  966. $user_id = $this->request->request('user_id',0); // 用户ID
  967. $page = $this->request->request('page',1); // 分页
  968. $pageNum = $this->request->request('pageNum',10); // 分页
  969. // 分页搜索构建
  970. $pageStart = ($page-1)*$pageNum;
  971. $where = [];
  972. if($user_id > 0) {
  973. $where['a.user_id'] = $user_id;
  974. $where['a.status'] = 1;
  975. } else {
  976. $user_id = $this->auth->id;
  977. $where['a.user_id'] = $user_id;
  978. $where['a.status'] = ['in',[0,1]];
  979. }
  980. $field = "a.*,u.avatar,u.city_name,u.district_name,u.nickname,u.is_goddess,u.is_auth,vipStatus(u.vip_duetime) as is_vip,
  981. u.age,u.constellation,u.hobby_ids,u.profession,u.declaration,u.lng,u.lat";
  982. $list = \app\common\model\Eyemargin::alias("a")
  983. ->field($field)
  984. ->join("user u","a.user_id = u.id")
  985. ->where($where)
  986. ->limit($pageStart,$pageNum)
  987. ->order("a.createtime desc")
  988. ->select();
  989. if($list) foreach($list as $k => $v) {
  990. // 计算距离
  991. $list[$k]['distance'] = (int)\app\common\model\Eyemargin::getDistance($v['lng'],$v['lat'],$this->auth->lng,$this->auth->lat);
  992. $list[$k]['distance_txt'] = \app\common\model\Eyemargin::getDistanceTxt($v['lng'],$v['lat'],$this->auth->lng,$this->auth->lat,$v['city_name'],$v['district_name']);
  993. $list[$k]['right_info'] = \app\common\model\Eyemargin::getIsView($v['user_id'],$user_id);
  994. $v['cover'] || $list[$k]['cover'] = $_SERVER["REQUEST_SCHEME"]."://".$_SERVER["HTTP_HOST"].'/assets/img/video_cover.jpeg';
  995. $v['hobby_ids'] || $list[$k]['hobby_ids'] = '';
  996. $v['profession'] || $list[$k]['profession'] = '';
  997. $v['music'] || $list[$k]['music'] = '';
  998. $v['video'] || $list[$k]['video'] = '';
  999. if ($v['eye_type'] == 2) {
  1000. $album = explode(',', $v['album']);
  1001. foreach ($album as &$vv) {
  1002. $vv = $vv . config('oss.img_watermark');
  1003. }
  1004. $list[$k]['album'] = join('|', $album);
  1005. }
  1006. }
  1007. $this->success("获取成功!",$list);
  1008. }
  1009. /**
  1010. * 获取我的个人基本信息
  1011. */
  1012. public function getMyBaseInfo() {
  1013. $user_id = $this->auth->id;
  1014. // redis
  1015. // $redis = new Redis();
  1016. // $redisconfig = config("redis");
  1017. // $redis->connect($redisconfig["host"], $redisconfig["port"]);
  1018. // $userInfo = decodeArray($redis->hGetAll('userInfo_'.$user_id));
  1019. // if(!$userInfo){
  1020. // 获取用户信息
  1021. $field = 'id,avatar,nickname,gender,age,city_name,district_name,constellation,hobby_ids,profession,declaration,wechat,income';
  1022. $userInfo = \app\common\model\User::field($field)->where(['id'=>$user_id])->find();
  1023. $userInfo['hobby_ids'] = \app\common\model\Hobby::getHobbyNames($userInfo['hobby_ids']);
  1024. // 获取已有标签以及数量
  1025. $userInfo['tagUser'] = \app\common\model\TagUser::alias('a')
  1026. ->field('a.id,t.name,a.number')
  1027. ->join('hx_tag t','t.id = a.tag_id','left')
  1028. ->where(['a.user_id'=>$user_id])
  1029. ->select();
  1030. $userInfo = $userInfo->toArray();
  1031. // $redis->hMSet('userInfo_'.$user_id,encodeArray($userInfo));
  1032. // }
  1033. $this->success("获取成功!",$userInfo);
  1034. }
  1035. /**
  1036. * 为用户添加标签
  1037. */
  1038. public function setUserTag() {
  1039. $tag_id = $this->request->request('tag_id',0); // 标签ID
  1040. $fate_user_id = $this->request->request('fate_user_id',0); // 有眼缘用户ID
  1041. if(!$tag_id || !$fate_user_id) {
  1042. $this->error('参数缺失!');
  1043. }
  1044. if(!\app\common\model\Tag::where(['id'=>$tag_id])->find()) {
  1045. $this->error('标签不存在!');
  1046. }
  1047. $user_id = $this->auth->id;
  1048. $is_fate = \app\common\model\User::getIsView($fate_user_id,$user_id);
  1049. if(!$is_fate) $this->error('您需要先获取微信号才能添加标签');
  1050. $tag_user_log = \app\common\model\TagUserLog::where(['user_id'=>$user_id,'fate_user_id'=>$fate_user_id,'tag_id'=>$tag_id])->find();
  1051. if($tag_user_log) {
  1052. $this->error('您已经为ta添加过此标签了');
  1053. }
  1054. Db::startTrans();
  1055. try {
  1056. // 添加记录
  1057. $data = [];
  1058. $data['user_id'] = $user_id;
  1059. $data['fate_user_id'] = $fate_user_id;
  1060. $data['tag_id'] = $tag_id;
  1061. $data['createtime'] = time();
  1062. $res1 = \app\common\model\TagUserLog::insert($data);
  1063. // 修改标签数量
  1064. $where = [];
  1065. $where['user_id'] = $fate_user_id;
  1066. $where['tag_id'] = $tag_id;
  1067. $tag_user = \app\common\model\TagUser::where($where)->find();
  1068. if($tag_user) {
  1069. $tag_user->number = $tag_user->number + 1;
  1070. $res2 = $tag_user->save();
  1071. } else {
  1072. $data = [];
  1073. $data['user_id'] = $fate_user_id;
  1074. $data['tag_id'] = $tag_id;
  1075. $data['number'] = 1;
  1076. $data['createtime'] = time();
  1077. $res2 = \app\common\model\TagUser::insert($data);
  1078. }
  1079. if($res1 && $res2) {
  1080. Db::commit();
  1081. delUserInfo($fate_user_id);
  1082. $this->success("标签添加成功!");
  1083. }
  1084. } catch (PDOException $e) {
  1085. Db::rollback();
  1086. $this->error("修改失败!");
  1087. }
  1088. }
  1089. /**
  1090. * 绑定用户
  1091. */
  1092. public function bindUser() {
  1093. $invite_no = $this->request->request('invite_no'); // 邀请码
  1094. if(!$invite_no) {
  1095. $this->error("请输入邀请码!");
  1096. }
  1097. $user_id = $this->auth->id;
  1098. // 查询邀请码用户信息
  1099. $inviteUserInfo = \app\common\model\User::where(["invite_no"=>$invite_no])->find();
  1100. if(!$inviteUserInfo) $this->error("查询不到该邀请码用户信息!");
  1101. // 判断是否已经绑定过
  1102. $my_pre_user_id = \app\common\model\User::where(["id"=>$user_id])->value("pre_user_id");
  1103. if($my_pre_user_id > 0) {
  1104. $this->error(__('您已绑定过,不可重复绑定!'));
  1105. }
  1106. if($user_id == $inviteUserInfo->id) {
  1107. $this->error(__('不能绑定自己哦?'));
  1108. }
  1109. // 判断当前用户是否实名认证
  1110. $userAuthInfo = \app\common\model\UserAuth::userIsAuth($this->auth->id);
  1111. if($userAuthInfo['status'] == 0) $this->error($userAuthInfo['msg']);
  1112. $res = \app\common\model\User::update(["pre_user_id"=>$inviteUserInfo->id,'invite_time'=>time()],["id"=>$user_id]);
  1113. if($res) {
  1114. $this->success("恭喜,绑定成功!");
  1115. } else {
  1116. $this->error("网络繁忙,请稍后重试!");
  1117. }
  1118. }
  1119. /**
  1120. * 添加银行卡
  1121. */
  1122. public function addBank() {
  1123. $user_name = $this->request->request('user_name'); //真实姓名
  1124. $bank_name= $this->request->request('bank_name'); //银行名称
  1125. $bank_no = $this->request->request('bank_no'); //银行卡号
  1126. if (!$user_name || !$bank_name || !$bank_no) {
  1127. $this->error(__('Invalid parameters'));
  1128. }
  1129. $bankModel = new \app\common\model\UserBank();
  1130. $where = [];
  1131. $where["user_id"] = $this->auth->id;
  1132. $where["bank_no"] = $bank_no;
  1133. $bankInfo = $bankModel->where($where)->find();
  1134. if($bankInfo) {
  1135. $this->error('该银行卡已经添加过了!');
  1136. }
  1137. $data = [];
  1138. $data["user_id"] = $this->auth->id;
  1139. $data["user_name"] = $user_name;
  1140. $data["bank_name"] = $bank_name;
  1141. $data["bank_no"] = $bank_no;
  1142. $data["createtime"] = time();
  1143. $id = $bankModel->insertGetId($data);
  1144. if($id > 0) {
  1145. $this->success('添加成功!');
  1146. } else {
  1147. $this->error('添加失败!');
  1148. }
  1149. }
  1150. /**
  1151. * 获取银行卡信息
  1152. */
  1153. public function bankInfo() {
  1154. $bankModel = new \app\common\model\UserBank();
  1155. $where = [];
  1156. $where["user_id"] = $this->auth->id;
  1157. $bankInfo = $bankModel->where($where)->find();
  1158. $bankInfo['bank_no'] && $bankInfo['bank_no'] = substr_replace($bankInfo['bank_no'],'********','0','8');
  1159. $this->success('获取成功!',$bankInfo);
  1160. }
  1161. /**
  1162. * 删除银行卡
  1163. */
  1164. public function bankDel() {
  1165. $bankModel = new \app\common\model\UserBank();
  1166. $where = [];
  1167. $where["user_id"] = $this->auth->id;
  1168. $bankInfo = $bankModel->where($where)->delete();
  1169. if($bankInfo) {
  1170. $this->success('删除成功!');
  1171. } else {
  1172. $this->error('删除失败!');
  1173. }
  1174. }
  1175. /**
  1176. * 获取会员开通配置信息
  1177. */
  1178. public function getVipConfig() {
  1179. $res = [];
  1180. $res['user_info'] = \app\common\model\User::field('id,nickname,avatar,vipStatus(vip_duetime) as is_vip,vip_duetime')->where(['id'=>$this->auth->id])->find();
  1181. $res['user_info']['vip_duetime'] = $res['user_info']['vip_duetime']?date('Y-m-d',$res['user_info']['vip_duetime']):"";
  1182. $res['vip_config'] = \app\admin\model\vip\Config::order("weight","desc")->select();
  1183. $this->success("获取成功!",$res);
  1184. }
  1185. /**
  1186. * 设置首页推荐
  1187. */
  1188. public function setEyemaginToMain() {
  1189. $fate_id = $this->request->request('fate_id'); //动态ID
  1190. if (!$fate_id) {
  1191. $this->error(__('Invalid parameters'));
  1192. }
  1193. $user_id = $this->auth->id;
  1194. $fateInfo = \app\common\model\Eyemargin::get($fate_id);
  1195. if($fateInfo->user_id != $user_id) $this->error('抱歉,您无权限操作!');
  1196. // 判断动态是否在审核中
  1197. if($fateInfo->status != 1) $this->error('当前动态状态不允许设置为推荐!');
  1198. Db::startTrans();
  1199. try {
  1200. // 先取消掉所有的推荐
  1201. $res1 = \app\common\model\Eyemargin::update(['is_main'=>0],['user_id'=>$user_id]);
  1202. $res2 = \app\common\model\Eyemargin::update(['is_main'=>1],['id'=>$fate_id]);
  1203. if($res1 && $res2) {
  1204. Db::commit();
  1205. $this->success("设置成功!");
  1206. }
  1207. } catch (PDOException $e) {
  1208. Db::rollback();
  1209. $this->error("设置失败!");
  1210. }
  1211. }
  1212. /**
  1213. * 删除动态
  1214. */
  1215. public function delEyemagin() {
  1216. $fate_id = $this->request->request('fate_id'); //动态ID
  1217. if (!$fate_id) {
  1218. $this->error(__('Invalid parameters'));
  1219. }
  1220. $user_id = $this->auth->id;
  1221. $fateInfo = \app\common\model\Eyemargin::get($fate_id);
  1222. if($fateInfo->user_id != $user_id) $this->error('抱歉,您无权限操作!');
  1223. $res = \app\common\model\Eyemargin::where(['id'=>$fate_id])->delete();
  1224. if($res) {
  1225. $this->success("删除成功!");
  1226. } else {
  1227. $this->error("删除失败!");
  1228. }
  1229. }
  1230. /**
  1231. * 获取第一条系统消息
  1232. */
  1233. public function getFirstSysMsg() {
  1234. $user_id = $this->auth->id;
  1235. $res = [];
  1236. $res['msg_content'] = \app\common\model\SysMsg::where(['user_id'=>$user_id])->order('createtime','desc')->value('title');
  1237. $res['msg_count'] = \app\common\model\SysMsg::where(['user_id'=>$user_id,'is_read'=>0])->count();
  1238. $this->success("获取成功!",$res);
  1239. }
  1240. /**
  1241. * 获取系统消息列表
  1242. */
  1243. public function getSysMsg() {
  1244. $page = $this->request->request('page',1); // 分页
  1245. $pageNum = $this->request->request('pageNum',10); // 分页
  1246. // 分页搜索构建
  1247. $pageStart = ($page-1)*$pageNum;
  1248. $user_id = $this->auth->id;
  1249. $sysMsgList = \app\common\model\SysMsg::where(['user_id'=>$user_id])->order('createtime','desc')->limit($pageStart,$pageNum)->select();
  1250. if($sysMsgList) {
  1251. // 标记所有消息已读1
  1252. \app\common\model\SysMsg::update(['is_read'=>1],['user_id'=>$user_id]);
  1253. }
  1254. $this->success("获取成功!",$sysMsgList);
  1255. }
  1256. /**
  1257. * 获取实名认证信息
  1258. */
  1259. public function getAuthInfo() {
  1260. $user_id = $this->auth->id;
  1261. // 判断当前用户是否实名认证
  1262. $userAuthInfo = \app\common\model\UserAuth::where(["user_id"=>$user_id])->find();
  1263. $res = [];
  1264. $res['status'] = 2;
  1265. $res['msg'] = "已实名!";
  1266. $res['data'] = $userAuthInfo;
  1267. if($userAuthInfo) {
  1268. if($userAuthInfo->status == 0) {
  1269. $res['status'] = 1;
  1270. $res['msg'] = "审核中!";
  1271. } elseif($userAuthInfo->status == 2) {
  1272. $res['status'] = -1;
  1273. $res['msg'] = "审核未通过!";
  1274. }
  1275. } else {
  1276. $res['status'] = 0;
  1277. $res['msg'] = "请先申请实名认证!";
  1278. $res['data'] = [];
  1279. }
  1280. $res['recharge_auth'] = \app\common\model\User::where(['id'=>$user_id])->value("recharge_auth");
  1281. $this->success("获取成功!",$res);
  1282. }
  1283. //设置复制手机号状态
  1284. public function setcopymobile() {
  1285. $status = $this->auth->copy_mobile == 1 ? 2 : 1;
  1286. $rs = Db::name('user')->where(['id' => $this->auth->id, 'copy_mobile' => $this->auth->copy_mobile])->setField('copy_mobile', $status);
  1287. if (!$rs) {
  1288. $this->error('设置失败');
  1289. }
  1290. $this->success('设置成功', $status);
  1291. }
  1292. //收集收集信息
  1293. public function collectmobileinfo() {
  1294. $system = input('system', '', 'trim'); //系统
  1295. $mobilemodel = input('mobilemodel', '', 'trim'); //手机型号
  1296. $mobilebrand = input('mobilebrand', '', 'trim'); //手机品牌
  1297. if (!$system || !$mobilemodel || !$mobilebrand) {
  1298. $this->error('参数缺失');
  1299. }
  1300. if (iconv_strlen($system, 'utf-8') > 255) {
  1301. $this->error('超出限制');
  1302. }
  1303. if (iconv_strlen($mobilemodel, 'utf-8') > 255) {
  1304. $this->error('超出限制');
  1305. }
  1306. if (iconv_strlen($mobilebrand, 'utf-8') > 255) {
  1307. $this->error('超出限制');
  1308. }
  1309. $data['system'] = $system;
  1310. $data['mobilemodel'] = $mobilemodel;
  1311. $data['mobilebrand'] = $mobilebrand;
  1312. $info = Db::name('user_info')->where(['user_id' => $this->auth->id])->find();
  1313. if (!$info) {
  1314. $data['user_id'] = $this->auth->id;
  1315. $rs = Db::name('user_info')->insertGetId($data);
  1316. } else {
  1317. $rs = Db::name('user_info')->where(['user_id' => $this->auth->id])->setField($data);
  1318. }
  1319. if ($rs === false) {
  1320. $this->error('收集失败');
  1321. }
  1322. $this->success('收集成功');
  1323. }
  1324. //查询真人认证动作
  1325. public function authpersontag() {
  1326. $name = Db::name('user_auth_person_tag')->orderRaw("rand()")->limit(1)->value('name');
  1327. if (!$name) {
  1328. $this->error('认证动作缺失,请联系管理员');
  1329. }
  1330. $this->success('查询成功', $name);
  1331. }
  1332. //真人认证
  1333. public function personauth() {
  1334. $info = Db::name('user_auth_person')->where(['user_id' => $this->auth->id])->find();
  1335. if ($info && $info['status'] == 0) {
  1336. $this->error('您已经申请过了,请勿重复操作!');
  1337. }
  1338. if ($info && $info['status'] == 1) {
  1339. $this->error('您已通过审核!');
  1340. }
  1341. $actname = input('actname', '', 'trim'); // 动作名称
  1342. $videofile = input('videofile', '', 'trim'); // 视频
  1343. if (!$videofile || !$actname) {
  1344. $this->error(__('Invalid parameters'));
  1345. }
  1346. if (iconv_strlen($actname, 'utf-8') > 128) {
  1347. $this->error('超出限制');
  1348. }
  1349. if (iconv_strlen($videofile, 'utf-8') > 255) {
  1350. $this->error('超出限制');
  1351. }
  1352. $data = [];
  1353. $data["actname"] = $actname;
  1354. $data["videofile"] = $videofile;
  1355. $data["status"] = 0;
  1356. $data["updatetime"] = time();
  1357. //开启事务
  1358. Db::startTrans();
  1359. if (!$info) { //未认证
  1360. $data["user_id"] = $this->auth->id;
  1361. $data["createtime"] = time();
  1362. $res = Db::name('user_auth_person')->insertGetId($data);
  1363. } else { //认证被拒绝过
  1364. $res = Db::name('user_auth_person')->where(['id' => $info['id'], 'user_id' => $this->auth->id])->setField($data);
  1365. }
  1366. if (!$res) {
  1367. Db::rollback();
  1368. $this->error('提交失败');
  1369. }
  1370. $rt = Db::name('user')->where(['id' => $this->auth->id, 'is_auth_person' => $this->auth->is_auth_person])->setField('is_auth_person', 1);
  1371. if ($rt === false) {
  1372. Db::rollback();
  1373. $this->error('提交失败');
  1374. }
  1375. Db::commit();
  1376. $this->success("真人认证申请提交成功,请耐心等待审核");
  1377. }
  1378. //钻石列表
  1379. public function getdiamond() {
  1380. $list = Db::name('diamond')->order('weigh', 'desc')->select();
  1381. $this->success('钻石', $list);
  1382. }
  1383. //钻石支付有眼缘
  1384. public function diamondpayfate() {
  1385. $fate_user_id = $this->request->request('fate_user_id'); // 被眼缘用户ID
  1386. if (!$fate_user_id) {
  1387. $this->error(__('Invalid parameters'));
  1388. }
  1389. $user_id = $this->auth->id;
  1390. if($fate_user_id == $user_id) {
  1391. $this->error("不需要添加自己为有眼缘哦!");
  1392. }
  1393. $fate_user = Db::name('user')->find($fate_user_id);
  1394. if (!$fate_user) {
  1395. $this->error('用户不存在');
  1396. }
  1397. $data = [];
  1398. $data['user_id'] = $user_id;
  1399. $data['fate_user_id'] = $fate_user_id;
  1400. if(\app\common\model\UserFate::where($data)->find()) {
  1401. $this->error("已经添加眼缘啦!");
  1402. }
  1403. $user = \app\common\model\User::get($user_id);
  1404. // 查看当前用户钻石余额是否充足
  1405. $diamondpayfate = (int)config('site.diamondpayfate');
  1406. if ($diamondpayfate <= 0) {
  1407. $this->error('钻石配置错误,请联系管理员');
  1408. }
  1409. if($user['diamond'] < $diamondpayfate) {
  1410. $this->error(__('钻石余额不足,请先充值!'), [],100);
  1411. } else {
  1412. Db::startTrans();
  1413. try {
  1414. //修改用户钻石余额
  1415. $diamond = $user['diamond'] - $diamondpayfate;
  1416. $res1 = Db::name('user')->where(['id' => $user_id, 'diamond' => $user['diamond']])->setField('diamond', $diamond);
  1417. // 添加钻石明细
  1418. $diamond_log = Db::name('user_diamond_log')->where(['user_id' => $user['id']])->order('id', 'desc')->find();
  1419. if (!$diamond_log && $user['diamond'] > 0) {
  1420. Db::rollback();
  1421. $this->error('钻石余额异常');
  1422. }
  1423. if ($diamond_log && $diamond_log['after'] != $user['diamond']) {
  1424. Db::rollback();
  1425. $this->error('钻石余额异常');
  1426. }
  1427. $_data['user_id'] = $user['id'];
  1428. $_data['diamond'] = -$diamondpayfate;
  1429. $_data['before'] = $user['diamond'];
  1430. $_data['after'] = $diamond;
  1431. $_data['memo'] = '查看有眼缘';
  1432. $_data['createtime'] = time();
  1433. $res5 = Db::name('user_diamond_log')->insertGetId($_data);
  1434. // 添加眼缘记录
  1435. $data['createtime'] = time();
  1436. $res2 = \app\common\model\UserFate::insert($data);
  1437. // 添加返利
  1438. if($user->is_goddess == 1) {
  1439. $memo = '被查看有眼缘获得收益!';
  1440. $profit = config('site.fate') * config('site.goddessProfitRate') * 0.01;
  1441. } else {
  1442. $memo = '被查看有眼缘获得收益!';
  1443. $profit = config('site.fate') * config('site.userProfitRate') * 0.01;
  1444. }
  1445. if($profit >= 0.01 && $fate_user_id > 0) {
  1446. $res3 = \app\common\model\User::profit($profit,$fate_user_id,$memo);
  1447. //给上级返利
  1448. $fate_user_info = \app\common\model\User::where(['id'=>$fate_user_id])->find();
  1449. $profit_last = $profit * config('site.SuperioruserProfitRate') * 0.01;
  1450. if($profit_last >= 0.01 && $fate_user_info['pre_user_id'] > 0) {
  1451. $res4 = \app\common\model\User::profit($profit_last,$fate_user_info['pre_user_id'],$fate_user_info['nickname'].'被查看有眼缘获得收益');
  1452. } else {
  1453. $res4 = true;
  1454. }
  1455. } else {
  1456. $res3 = true;
  1457. $res4 = true;
  1458. }
  1459. if($res1 && $res2 && $res3 && $res4 && $res5) {
  1460. Db::commit();
  1461. $fate_user_info = \app\common\model\User::where(['id'=>$fate_user_id])->find();
  1462. $title = '眼缘提醒!';
  1463. $content = $fate_user_info->nickname.': 等你很久了,终于来了。希望你可以眼缘这里找到有趣的灵魂。无论白天还是深夜,无论快乐还是寂寞,始终有人陪你~';
  1464. \app\common\model\SysMsg::sendSysMsg($fate_user_id,6,$title,$content);
  1465. $this->success("眼缘添加成功!");
  1466. }
  1467. } catch (PDOException $e) {
  1468. Db::rollback();
  1469. $this->error("添加失败!");
  1470. }
  1471. }
  1472. }
  1473. }