User.php 61 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622
  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 = $userInfo->toArray();
  954. // $redis->hMSet('userInfo_'.$user_id,encodeArray($userInfo));
  955. // }
  956. $this->success("获取成功!",$userInfo);
  957. }
  958. /**
  959. * 获取动态/我的动态
  960. * @throws \think\db\exception\DataNotFoundException
  961. * @throws \think\db\exception\ModelNotFoundException
  962. * @throws \think\exception\DbException
  963. */
  964. public function getUserEyemagin() {
  965. $user_id = $this->request->request('user_id',0); // 用户ID
  966. $page = $this->request->request('page',1); // 分页
  967. $pageNum = $this->request->request('pageNum',10); // 分页
  968. // 分页搜索构建
  969. $pageStart = ($page-1)*$pageNum;
  970. $where = [];
  971. if($user_id > 0) {
  972. $where['a.user_id'] = $user_id;
  973. $where['a.status'] = 1;
  974. } else {
  975. $user_id = $this->auth->id;
  976. $where['a.user_id'] = $user_id;
  977. $where['a.status'] = ['in',[0,1]];
  978. }
  979. $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,
  980. u.age,u.constellation,u.hobby_ids,u.profession,u.declaration,u.lng,u.lat";
  981. $list = \app\common\model\Eyemargin::alias("a")
  982. ->field($field)
  983. ->join("user u","a.user_id = u.id")
  984. ->where($where)
  985. ->limit($pageStart,$pageNum)
  986. ->order("a.createtime desc")
  987. ->select();
  988. if($list) foreach($list as $k => $v) {
  989. // 计算距离
  990. $list[$k]['distance'] = (int)\app\common\model\Eyemargin::getDistance($v['lng'],$v['lat'],$this->auth->lng,$this->auth->lat);
  991. $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']);
  992. $list[$k]['right_info'] = \app\common\model\Eyemargin::getIsView($v['user_id'],$user_id);
  993. $v['cover'] || $list[$k]['cover'] = $_SERVER["REQUEST_SCHEME"]."://".$_SERVER["HTTP_HOST"].'/assets/img/video_cover.jpeg';
  994. $v['hobby_ids'] || $list[$k]['hobby_ids'] = '';
  995. $v['profession'] || $list[$k]['profession'] = '';
  996. $v['music'] || $list[$k]['music'] = '';
  997. $v['video'] || $list[$k]['video'] = '';
  998. if ($v['eye_type'] == 2) {
  999. $album = explode(',', $v['album']);
  1000. foreach ($album as &$vv) {
  1001. $vv = $vv . config('oss.img_watermark');
  1002. }
  1003. $list[$k]['album'] = join('|', $album);
  1004. }
  1005. }
  1006. $this->success("获取成功!",$list);
  1007. }
  1008. /**
  1009. * 获取我的个人基本信息
  1010. */
  1011. public function getMyBaseInfo() {
  1012. $user_id = $this->auth->id;
  1013. // redis
  1014. // $redis = new Redis();
  1015. // $redisconfig = config("redis");
  1016. // $redis->connect($redisconfig["host"], $redisconfig["port"]);
  1017. // $userInfo = decodeArray($redis->hGetAll('userInfo_'.$user_id));
  1018. // if(!$userInfo){
  1019. // 获取用户信息
  1020. $field = 'id,avatar,nickname,gender,age,city_name,district_name,constellation,hobby_ids,profession,declaration,wechat,income';
  1021. $userInfo = \app\common\model\User::field($field)->where(['id'=>$user_id])->find();
  1022. $userInfo['hobby_ids'] = \app\common\model\Hobby::getHobbyNames($userInfo['hobby_ids']);
  1023. // 获取已有标签以及数量
  1024. $userInfo['tagUser'] = \app\common\model\TagUser::alias('a')
  1025. ->field('a.id,t.name,a.number')
  1026. ->join('hx_tag t','t.id = a.tag_id','left')
  1027. ->where(['a.user_id'=>$user_id])
  1028. ->select();
  1029. $userInfo = $userInfo->toArray();
  1030. // $redis->hMSet('userInfo_'.$user_id,encodeArray($userInfo));
  1031. // }
  1032. $this->success("获取成功!",$userInfo);
  1033. }
  1034. /**
  1035. * 为用户添加标签
  1036. */
  1037. public function setUserTag() {
  1038. $tag_id = $this->request->request('tag_id',0); // 标签ID
  1039. $fate_user_id = $this->request->request('fate_user_id',0); // 有眼缘用户ID
  1040. if(!$tag_id || !$fate_user_id) {
  1041. $this->error('参数缺失!');
  1042. }
  1043. if(!\app\common\model\Tag::where(['id'=>$tag_id])->find()) {
  1044. $this->error('标签不存在!');
  1045. }
  1046. $user_id = $this->auth->id;
  1047. $is_fate = \app\common\model\User::getIsView($fate_user_id,$user_id);
  1048. if(!$is_fate) $this->error('您需要先获取微信号才能添加标签');
  1049. $tag_user_log = \app\common\model\TagUserLog::where(['user_id'=>$user_id,'fate_user_id'=>$fate_user_id,'tag_id'=>$tag_id])->find();
  1050. if($tag_user_log) {
  1051. $this->error('您已经为ta添加过此标签了');
  1052. }
  1053. Db::startTrans();
  1054. try {
  1055. // 添加记录
  1056. $data = [];
  1057. $data['user_id'] = $user_id;
  1058. $data['fate_user_id'] = $fate_user_id;
  1059. $data['tag_id'] = $tag_id;
  1060. $data['createtime'] = time();
  1061. $res1 = \app\common\model\TagUserLog::insert($data);
  1062. // 修改标签数量
  1063. $where = [];
  1064. $where['user_id'] = $fate_user_id;
  1065. $where['tag_id'] = $tag_id;
  1066. $tag_user = \app\common\model\TagUser::where($where)->find();
  1067. if($tag_user) {
  1068. $tag_user->number = $tag_user->number + 1;
  1069. $res2 = $tag_user->save();
  1070. } else {
  1071. $data = [];
  1072. $data['user_id'] = $fate_user_id;
  1073. $data['tag_id'] = $tag_id;
  1074. $data['number'] = 1;
  1075. $data['createtime'] = time();
  1076. $res2 = \app\common\model\TagUser::insert($data);
  1077. }
  1078. if($res1 && $res2) {
  1079. Db::commit();
  1080. delUserInfo($fate_user_id);
  1081. $this->success("标签添加成功!");
  1082. }
  1083. } catch (PDOException $e) {
  1084. Db::rollback();
  1085. $this->error("修改失败!");
  1086. }
  1087. }
  1088. /**
  1089. * 绑定用户
  1090. */
  1091. public function bindUser() {
  1092. $invite_no = $this->request->request('invite_no'); // 邀请码
  1093. if(!$invite_no) {
  1094. $this->error("请输入邀请码!");
  1095. }
  1096. $user_id = $this->auth->id;
  1097. // 查询邀请码用户信息
  1098. $inviteUserInfo = \app\common\model\User::where(["invite_no"=>$invite_no])->find();
  1099. if(!$inviteUserInfo) $this->error("查询不到该邀请码用户信息!");
  1100. // 判断是否已经绑定过
  1101. $my_pre_user_id = \app\common\model\User::where(["id"=>$user_id])->value("pre_user_id");
  1102. if($my_pre_user_id > 0) {
  1103. $this->error(__('您已绑定过,不可重复绑定!'));
  1104. }
  1105. if($user_id == $inviteUserInfo->id) {
  1106. $this->error(__('不能绑定自己哦?'));
  1107. }
  1108. // 判断当前用户是否实名认证
  1109. $userAuthInfo = \app\common\model\UserAuth::userIsAuth($this->auth->id);
  1110. if($userAuthInfo['status'] == 0) $this->error($userAuthInfo['msg']);
  1111. $res = \app\common\model\User::update(["pre_user_id"=>$inviteUserInfo->id,'invite_time'=>time()],["id"=>$user_id]);
  1112. if($res) {
  1113. $this->success("恭喜,绑定成功!");
  1114. } else {
  1115. $this->error("网络繁忙,请稍后重试!");
  1116. }
  1117. }
  1118. /**
  1119. * 添加银行卡
  1120. */
  1121. public function addBank() {
  1122. $user_name = $this->request->request('user_name'); //真实姓名
  1123. $bank_name= $this->request->request('bank_name'); //银行名称
  1124. $bank_no = $this->request->request('bank_no'); //银行卡号
  1125. if (!$user_name || !$bank_name || !$bank_no) {
  1126. $this->error(__('Invalid parameters'));
  1127. }
  1128. $bankModel = new \app\common\model\UserBank();
  1129. $where = [];
  1130. $where["user_id"] = $this->auth->id;
  1131. $where["bank_no"] = $bank_no;
  1132. $bankInfo = $bankModel->where($where)->find();
  1133. if($bankInfo) {
  1134. $this->error('该银行卡已经添加过了!');
  1135. }
  1136. $data = [];
  1137. $data["user_id"] = $this->auth->id;
  1138. $data["user_name"] = $user_name;
  1139. $data["bank_name"] = $bank_name;
  1140. $data["bank_no"] = $bank_no;
  1141. $data["createtime"] = time();
  1142. $id = $bankModel->insertGetId($data);
  1143. if($id > 0) {
  1144. $this->success('添加成功!');
  1145. } else {
  1146. $this->error('添加失败!');
  1147. }
  1148. }
  1149. /**
  1150. * 获取银行卡信息
  1151. */
  1152. public function bankInfo() {
  1153. $bankModel = new \app\common\model\UserBank();
  1154. $where = [];
  1155. $where["user_id"] = $this->auth->id;
  1156. $bankInfo = $bankModel->where($where)->find();
  1157. $bankInfo['bank_no'] && $bankInfo['bank_no'] = substr_replace($bankInfo['bank_no'],'********','0','8');
  1158. $this->success('获取成功!',$bankInfo);
  1159. }
  1160. /**
  1161. * 删除银行卡
  1162. */
  1163. public function bankDel() {
  1164. $bankModel = new \app\common\model\UserBank();
  1165. $where = [];
  1166. $where["user_id"] = $this->auth->id;
  1167. $bankInfo = $bankModel->where($where)->delete();
  1168. if($bankInfo) {
  1169. $this->success('删除成功!');
  1170. } else {
  1171. $this->error('删除失败!');
  1172. }
  1173. }
  1174. /**
  1175. * 获取会员开通配置信息
  1176. */
  1177. public function getVipConfig() {
  1178. $res = [];
  1179. $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();
  1180. $res['user_info']['vip_duetime'] = $res['user_info']['vip_duetime']?date('Y-m-d',$res['user_info']['vip_duetime']):"";
  1181. $res['vip_config'] = \app\admin\model\vip\Config::order("weight","desc")->select();
  1182. $this->success("获取成功!",$res);
  1183. }
  1184. /**
  1185. * 设置首页推荐
  1186. */
  1187. public function setEyemaginToMain() {
  1188. $fate_id = $this->request->request('fate_id'); //动态ID
  1189. if (!$fate_id) {
  1190. $this->error(__('Invalid parameters'));
  1191. }
  1192. $user_id = $this->auth->id;
  1193. $fateInfo = \app\common\model\Eyemargin::get($fate_id);
  1194. if($fateInfo->user_id != $user_id) $this->error('抱歉,您无权限操作!');
  1195. // 判断动态是否在审核中
  1196. if($fateInfo->status != 1) $this->error('当前动态状态不允许设置为推荐!');
  1197. Db::startTrans();
  1198. try {
  1199. // 先取消掉所有的推荐
  1200. $res1 = \app\common\model\Eyemargin::update(['is_main'=>0],['user_id'=>$user_id]);
  1201. $res2 = \app\common\model\Eyemargin::update(['is_main'=>1],['id'=>$fate_id]);
  1202. if($res1 && $res2) {
  1203. Db::commit();
  1204. $this->success("设置成功!");
  1205. }
  1206. } catch (PDOException $e) {
  1207. Db::rollback();
  1208. $this->error("设置失败!");
  1209. }
  1210. }
  1211. /**
  1212. * 删除动态
  1213. */
  1214. public function delEyemagin() {
  1215. $fate_id = $this->request->request('fate_id'); //动态ID
  1216. if (!$fate_id) {
  1217. $this->error(__('Invalid parameters'));
  1218. }
  1219. $user_id = $this->auth->id;
  1220. $fateInfo = \app\common\model\Eyemargin::get($fate_id);
  1221. if($fateInfo->user_id != $user_id) $this->error('抱歉,您无权限操作!');
  1222. $res = \app\common\model\Eyemargin::where(['id'=>$fate_id])->delete();
  1223. if($res) {
  1224. $this->success("删除成功!");
  1225. } else {
  1226. $this->error("删除失败!");
  1227. }
  1228. }
  1229. /**
  1230. * 获取第一条系统消息
  1231. */
  1232. public function getFirstSysMsg() {
  1233. $user_id = $this->auth->id;
  1234. $res = [];
  1235. $res['msg_content'] = \app\common\model\SysMsg::where(['user_id'=>$user_id])->order('createtime','desc')->value('title');
  1236. $res['msg_count'] = \app\common\model\SysMsg::where(['user_id'=>$user_id,'is_read'=>0])->count();
  1237. $this->success("获取成功!",$res);
  1238. }
  1239. /**
  1240. * 获取系统消息列表
  1241. */
  1242. public function getSysMsg() {
  1243. $page = $this->request->request('page',1); // 分页
  1244. $pageNum = $this->request->request('pageNum',10); // 分页
  1245. // 分页搜索构建
  1246. $pageStart = ($page-1)*$pageNum;
  1247. $user_id = $this->auth->id;
  1248. $sysMsgList = \app\common\model\SysMsg::where(['user_id'=>$user_id])->order('createtime','desc')->limit($pageStart,$pageNum)->select();
  1249. if($sysMsgList) {
  1250. // 标记所有消息已读1
  1251. \app\common\model\SysMsg::update(['is_read'=>1],['user_id'=>$user_id]);
  1252. }
  1253. $this->success("获取成功!",$sysMsgList);
  1254. }
  1255. /**
  1256. * 获取实名认证信息
  1257. */
  1258. public function getAuthInfo() {
  1259. $user_id = $this->auth->id;
  1260. // 判断当前用户是否实名认证
  1261. $userAuthInfo = \app\common\model\UserAuth::where(["user_id"=>$user_id])->find();
  1262. $res = [];
  1263. $res['status'] = 2;
  1264. $res['msg'] = "已实名!";
  1265. $res['data'] = $userAuthInfo;
  1266. if($userAuthInfo) {
  1267. if($userAuthInfo->status == 0) {
  1268. $res['status'] = 1;
  1269. $res['msg'] = "审核中!";
  1270. } elseif($userAuthInfo->status == 2) {
  1271. $res['status'] = -1;
  1272. $res['msg'] = "审核未通过!";
  1273. }
  1274. } else {
  1275. $res['status'] = 0;
  1276. $res['msg'] = "请先申请实名认证!";
  1277. $res['data'] = [];
  1278. }
  1279. $res['recharge_auth'] = \app\common\model\User::where(['id'=>$user_id])->value("recharge_auth");
  1280. $this->success("获取成功!",$res);
  1281. }
  1282. //设置复制手机号状态
  1283. public function setcopymobile() {
  1284. $status = $this->auth->copy_mobile == 1 ? 2 : 1;
  1285. $rs = Db::name('user')->where(['id' => $this->auth->id, 'copy_mobile' => $this->auth->copy_mobile])->setField('copy_mobile', $status);
  1286. if (!$rs) {
  1287. $this->error('设置失败');
  1288. }
  1289. $this->success('设置成功', $status);
  1290. }
  1291. //收集收集信息
  1292. public function collectmobileinfo() {
  1293. $system = input('system', '', 'trim'); //系统
  1294. $mobilemodel = input('mobilemodel', '', 'trim'); //手机型号
  1295. $mobilebrand = input('mobilebrand', '', 'trim'); //手机品牌
  1296. if (!$system || !$mobilemodel || !$mobilebrand) {
  1297. $this->error('参数缺失');
  1298. }
  1299. if (iconv_strlen($system, 'utf-8') > 255) {
  1300. $this->error('超出限制');
  1301. }
  1302. if (iconv_strlen($mobilemodel, 'utf-8') > 255) {
  1303. $this->error('超出限制');
  1304. }
  1305. if (iconv_strlen($mobilebrand, 'utf-8') > 255) {
  1306. $this->error('超出限制');
  1307. }
  1308. $data['system'] = $system;
  1309. $data['mobilemodel'] = $mobilemodel;
  1310. $data['mobilebrand'] = $mobilebrand;
  1311. $info = Db::name('user_info')->where(['user_id' => $this->auth->id])->find();
  1312. if (!$info) {
  1313. $data['user_id'] = $this->auth->id;
  1314. $rs = Db::name('user_info')->insertGetId($data);
  1315. } else {
  1316. $rs = Db::name('user_info')->where(['user_id' => $this->auth->id])->setField($data);
  1317. }
  1318. if ($rs === false) {
  1319. $this->error('收集失败');
  1320. }
  1321. $this->success('收集成功');
  1322. }
  1323. //查询真人认证动作
  1324. public function authpersontag() {
  1325. $name = Db::name('user_auth_person_tag')->orderRaw("rand()")->limit(1)->value('name');
  1326. if (!$name) {
  1327. $this->error('认证动作缺失,请联系管理员');
  1328. }
  1329. $this->success('查询成功', $name);
  1330. }
  1331. //真人认证
  1332. public function personauth() {
  1333. $info = Db::name('user_auth_person')->where(['user_id' => $this->auth->id])->find();
  1334. if ($info && $info['status'] == 0) {
  1335. $this->error('您已经申请过了,请勿重复操作!');
  1336. }
  1337. if ($info && $info['status'] == 1) {
  1338. $this->error('您已通过审核!');
  1339. }
  1340. $actname = input('actname', '', 'trim'); // 动作名称
  1341. $videofile = input('videofile', '', 'trim'); // 视频
  1342. if (!$videofile || !$actname) {
  1343. $this->error(__('Invalid parameters'));
  1344. }
  1345. if (iconv_strlen($actname, 'utf-8') > 128) {
  1346. $this->error('超出限制');
  1347. }
  1348. if (iconv_strlen($videofile, 'utf-8') > 255) {
  1349. $this->error('超出限制');
  1350. }
  1351. $data = [];
  1352. $data["actname"] = $actname;
  1353. $data["videofile"] = $videofile;
  1354. $data["status"] = 0;
  1355. $data["updatetime"] = time();
  1356. //开启事务
  1357. Db::startTrans();
  1358. if (!$info) { //未认证
  1359. $data["user_id"] = $this->auth->id;
  1360. $data["createtime"] = time();
  1361. $res = Db::name('user_auth_person')->insertGetId($data);
  1362. } else { //认证被拒绝过
  1363. $res = Db::name('user_auth_person')->where(['id' => $info['id'], 'user_id' => $this->auth->id])->setField($data);
  1364. }
  1365. if (!$res) {
  1366. Db::rollback();
  1367. $this->error('提交失败');
  1368. }
  1369. $rt = Db::name('user')->where(['id' => $this->auth->id, 'is_auth_person' => $this->auth->is_auth_person])->setField('is_auth_person', 1);
  1370. if ($rt === false) {
  1371. Db::rollback();
  1372. $this->error('提交失败');
  1373. }
  1374. Db::commit();
  1375. $this->success("真人认证申请提交成功,请耐心等待审核");
  1376. }
  1377. //钻石列表
  1378. public function getdiamond() {
  1379. $list = Db::name('diamond')->order('weigh', 'desc')->select();
  1380. $this->success('钻石', $list);
  1381. }
  1382. //钻石支付有眼缘
  1383. public function diamondpayfate() {
  1384. $fate_user_id = $this->request->request('fate_user_id'); // 被眼缘用户ID
  1385. if (!$fate_user_id) {
  1386. $this->error(__('Invalid parameters'));
  1387. }
  1388. $user_id = $this->auth->id;
  1389. if($fate_user_id == $user_id) {
  1390. $this->error("不需要添加自己为有眼缘哦!");
  1391. }
  1392. $fate_user = Db::name('user')->find($fate_user_id);
  1393. if (!$fate_user) {
  1394. $this->error('用户不存在');
  1395. }
  1396. $data = [];
  1397. $data['user_id'] = $user_id;
  1398. $data['fate_user_id'] = $fate_user_id;
  1399. if(\app\common\model\UserFate::where($data)->find()) {
  1400. $this->error("已经添加眼缘啦!");
  1401. }
  1402. $user = \app\common\model\User::get($user_id);
  1403. // 查看当前用户钻石余额是否充足
  1404. $diamondpayfate = (int)config('site.diamondpayfate');
  1405. if ($diamondpayfate <= 0) {
  1406. $this->error('钻石配置错误,请联系管理员');
  1407. }
  1408. if($user['diamond'] < $diamondpayfate) {
  1409. $this->error(__('钻石余额不足,请先充值!'), [],100);
  1410. } else {
  1411. Db::startTrans();
  1412. try {
  1413. //修改用户钻石余额
  1414. $diamond = $user['diamond'] - $diamondpayfate;
  1415. $res1 = Db::name('user')->where(['id' => $user_id, 'diamond' => $user['diamond']])->setField('diamond', $diamond);
  1416. // 添加钻石明细
  1417. $diamond_log = Db::name('user_diamond_log')->where(['user_id' => $user['id']])->order('id', 'desc')->find();
  1418. if (!$diamond_log && $user['diamond'] > 0) {
  1419. Db::rollback();
  1420. $this->error('钻石余额异常');
  1421. }
  1422. if ($diamond_log && $diamond_log['after'] != $user['diamond']) {
  1423. Db::rollback();
  1424. $this->error('钻石余额异常');
  1425. }
  1426. $_data['user_id'] = $user['id'];
  1427. $_data['diamond'] = -$diamondpayfate;
  1428. $_data['before'] = $user['diamond'];
  1429. $_data['after'] = $diamond;
  1430. $_data['memo'] = '查看有眼缘';
  1431. $_data['createtime'] = time();
  1432. $res5 = Db::name('user_diamond_log')->insertGetId($_data);
  1433. // 添加眼缘记录
  1434. $data['createtime'] = time();
  1435. $res2 = \app\common\model\UserFate::insert($data);
  1436. // 添加返利
  1437. if($user->is_goddess == 1) {
  1438. $memo = '被查看有眼缘获得收益!';
  1439. $profit = config('site.fate') * config('site.goddessProfitRate') * 0.01;
  1440. } else {
  1441. $memo = '被查看有眼缘获得收益!';
  1442. $profit = config('site.fate') * config('site.userProfitRate') * 0.01;
  1443. }
  1444. if($profit >= 0.01 && $fate_user_id > 0) {
  1445. $res3 = \app\common\model\User::profit($profit,$fate_user_id,$memo);
  1446. //给上级返利
  1447. $fate_user_info = \app\common\model\User::where(['id'=>$fate_user_id])->find();
  1448. $profit_last = $profit * config('site.SuperioruserProfitRate') * 0.01;
  1449. if($profit_last >= 0.01 && $fate_user_info['pre_user_id'] > 0) {
  1450. $res4 = \app\common\model\User::profit($profit_last,$fate_user_info['pre_user_id'],$fate_user_info['nickname'].'被查看有眼缘获得收益');
  1451. } else {
  1452. $res4 = true;
  1453. }
  1454. } else {
  1455. $res3 = true;
  1456. $res4 = true;
  1457. }
  1458. if($res1 && $res2 && $res3 && $res4 && $res5) {
  1459. Db::commit();
  1460. $fate_user_info = \app\common\model\User::where(['id'=>$fate_user_id])->find();
  1461. $title = '眼缘提醒!';
  1462. $content = $fate_user_info->nickname.': 等你很久了,终于来了。希望你可以眼缘这里找到有趣的灵魂。无论白天还是深夜,无论快乐还是寂寞,始终有人陪你~';
  1463. \app\common\model\SysMsg::sendSysMsg($fate_user_id,6,$title,$content);
  1464. $this->success("眼缘添加成功!");
  1465. }
  1466. } catch (PDOException $e) {
  1467. Db::rollback();
  1468. $this->error("添加失败!");
  1469. }
  1470. }
  1471. }
  1472. }