User.php 60 KB

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