User.php 62 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784
  1. <?php
  2. namespace app\common\model;
  3. use app\common\model\Order;
  4. use app\common\model\Sms;
  5. use Firebase\JWT\JWT;
  6. use app\common\model\UserIntegralLog;
  7. use think\Model;
  8. use app\common\library\Common;
  9. use think\facade\Validate;
  10. use think\Request;
  11. use think\Db;
  12. use function foo\func;
  13. use app\common\library\WxService;
  14. use app\common\library\WxPay;
  15. use app\common\library\AliPay;
  16. use EasyWeChat\Factory;
  17. header('Access-Control-Allow-Origin: *');
  18. /**
  19. * 会员模型
  20. */
  21. class User Extends Model
  22. {
  23. // 开启自动写入时间戳字段
  24. protected $autoWriteTimestamp = 'TIMESTAMP';
  25. // 定义时间戳字段名
  26. protected $createTime = 'create_at';
  27. protected $updateTime = 'update_at';
  28. // 追加属性
  29. protected $append = [
  30. ];
  31. protected $table = 'q_user';
  32. /**
  33. * 注册
  34. */
  35. public static function register($phone,$password,$ver_code,$invite_code){
  36. $phone_use = self::where('phone',$phone)->find();
  37. if ($phone_use){
  38. return Common::return_error('手机号已注册!');
  39. }
  40. //获取最后的验证码
  41. $time = time()-90;
  42. $sms = Sms::where(['mobile' => $phone, 'event' => 'register'])
  43. ->where('createtime','>',$time)
  44. ->order('id', 'DESC')
  45. ->find();
  46. if (!$sms || $sms->code != $ver_code){
  47. return Common::return_error('短信验证码不正确!');
  48. }
  49. $data['phone'] = $phone;
  50. $data['fid'] = $invite_code ? $invite_code : 0;
  51. $data['password'] = md5($password);
  52. $data['ip'] = request()->ip();
  53. Db::startTrans();
  54. try {
  55. self::create($data);
  56. if ($invite_code){
  57. CouponUser::create([
  58. 'user_id'=>$invite_code,
  59. 'coupon_title'=>'满100可用',
  60. 'coupon_price'=>50,
  61. 'use_min_price'=>100,
  62. 'add_time'=>time(),
  63. 'end_time'=>time()+(30*24*60*60),
  64. ]);
  65. }
  66. Db::commit();
  67. return Common::return_success('注册成功');
  68. }catch (Exception $e) {
  69. Db::rollback();
  70. return Common::return_error('注册失败');
  71. }
  72. }
  73. /**
  74. * 登录
  75. */
  76. public static function login($phone,$password,$type,$ver_code,$come){
  77. $phone_use = self::where('phone',$phone)->find();
  78. if (!$phone_use){
  79. return Common::return_error('手机号未注册!');
  80. }
  81. if ($phone_use['status']!=1){
  82. return Common::return_error('账号已禁用!');
  83. }
  84. if ($type==1){
  85. if ($phone_use['password'] != md5($password)){
  86. return Common::return_error('密码错误!');
  87. }
  88. }elseif ($type==2){
  89. //获取最后的验证码
  90. $time = time()-90;
  91. $sms = Sms::where(['mobile' => $phone, 'event' => 'login'])
  92. ->where('createtime','>',$time)
  93. ->order('id', 'DESC')
  94. ->find();
  95. if (!$sms || $sms->code != $ver_code){
  96. return Common::return_error('短信验证码不正确!');
  97. }
  98. }
  99. if ($come==2){
  100. $info = $phone_use;
  101. if (!$info['skills_label']){
  102. $info['skills_label'] = [];
  103. }else{
  104. $info['skills_label'] = explode(',', $info['skills_label']);
  105. }
  106. if (!$info['good_type']){
  107. $info['good_type'] = [];
  108. }else{
  109. $info['good_type'] = explode(',', $info['good_type']);
  110. }
  111. if (!$info['good_style']){
  112. $info['good_style'] = [];
  113. }else{
  114. $info['good_style'] = explode(',', $info['good_style']);
  115. }
  116. if (!$info['related_certificate']){
  117. $info['related_certificate'] = [];
  118. }else{
  119. $info['related_certificate'] = explode(',', $info['related_certificate']);
  120. }
  121. if (!$info['works']){
  122. $info['works'] = [];
  123. }else{
  124. $info['works'] = explode(',', $info['works']);
  125. }
  126. $data['info'] = $phone_use;
  127. if ($phone_use['type']==1 && $phone_use['audit']==0){
  128. $data['type'] = 1;
  129. }elseif ($phone_use['type']==1 && $phone_use['audit']==1){
  130. $data['type'] = 2;
  131. }elseif ($phone_use['type']==1 && $phone_use['audit']==3){
  132. $data['type'] = 3;
  133. }else{
  134. $data['type'] = 4;
  135. }
  136. $data['token'] = "";
  137. if ($data['type']==4){
  138. self::where('id',$phone_use['id'])->update(['ip'=>request()->ip()]);
  139. LoginLog::create(['user_id'=>$phone_use['id'],'ip'=>request()->ip()]);
  140. $token = JWT::encode($phone_use,config('jwt.key'));
  141. $data['token'] = $token;
  142. }
  143. return Common::return_success('成功',$data);
  144. }
  145. self::where('id',$phone_use['id'])->update(['ip'=>request()->ip()]);
  146. LoginLog::create(['user_id'=>$phone_use['id'],'ip'=>request()->ip()]);
  147. $token = JWT::encode($phone_use,config('jwt.key'));
  148. $data['token'] = $token;
  149. return Common::return_success('登录成功',$data);
  150. }
  151. /**
  152. * 微信授权登录
  153. * @param $code
  154. */
  155. public static function wechatLogin($code){
  156. $appid = Config::get_values('wechat_appid');
  157. $secret = Config::get_values('wechat_appsecret');
  158. $url = "https://api.weixin.qq.com/sns/oauth2/access_token?appid=$appid&secret=$secret&code=$code&grant_type=authorization_code";
  159. $result = Common::httpcurl($url);
  160. if (isset($result['access_token'])){
  161. $access_token=$result['access_token'];
  162. $openid=$result['openid'];
  163. $urltoc = "https://api.weixin.qq.com/sns/userinfo?access_token=$access_token&openid=$openid&lang=zh_CN";
  164. $resinfos =Common::httpcurl($urltoc);
  165. //数据库是否已注册
  166. $user = self::where('status',1)->where('openid',$resinfos['openid'])->find();
  167. if ($user){
  168. self::where('id',$user['id'])->update(['ip'=>request()->ip()]);
  169. LoginLog::create(['user_id'=>$user['id'],'ip'=>request()->ip()]);
  170. $token = JWT::encode($user,config('jwt.key'));
  171. return Common::return_success('登录成功',['token'=>$token]);
  172. }else{
  173. return Common::return_error('未注册!');
  174. }
  175. }else{
  176. return Common::return_error('获取access_token失败');
  177. }
  178. }
  179. /**
  180. * 获取微信session_key
  181. */
  182. public static function getSessionKey($code){
  183. $appid = Config::get_values('small_wechat_id');
  184. $secret = Config::get_values('small_wechat_appsecret');
  185. echo $appid."<br />";
  186. echo $secret;
  187. $url = "https://api.weixin.qq.com/sns/jscode2session?appid=" . $appid . "&secret=" . $secret . "&js_code=" . $code . "&grant_type=authorization_code";
  188. $session_key = Common::curlRequest($url);
  189. print_r($session_key);die;
  190. return $session_key;
  191. }
  192. /**
  193. * 微信登录绑定手机号
  194. */
  195. public static function wechatLoginBindPhone($code,$rawData,$phone,$ver_code,$password){
  196. $phone_use = self::where('phone',$phone)->find();
  197. if ($phone_use && $phone_use['openid']!=''){
  198. return Common::return_error('手机号已被绑定!');
  199. }
  200. // if (!$phone_use['status']){
  201. // return Common::return_error('账号已禁用!');
  202. // }
  203. //获取最后的验证码
  204. $time = time()-90;
  205. $sms = Sms::where(['mobile' => $phone, 'event' => 'bindwechat'])
  206. ->where('createtime','>',$time)
  207. ->order('id', 'DESC')
  208. ->find();
  209. if (!$sms || $sms->code != $ver_code){
  210. return Common::return_error('短信验证码不正确!');
  211. }
  212. $appid = Config::get_values('wechat_appid');
  213. $secret = Config::get_values('wechat_appsecret');
  214. $url = "https://api.weixin.qq.com/sns/oauth2/access_token?appid=$appid&secret=$secret&code=$code&grant_type=authorization_code";
  215. $result = Common::httpcurl($url);
  216. if (isset($result['access_token'])){
  217. $access_token=$result['access_token'];
  218. $openid=$result['openid'];
  219. $urltoc = "https://api.weixin.qq.com/sns/userinfo?access_token=$access_token&openid=$openid&lang=zh_CN";
  220. $resinfos = Common::httpcurl($urltoc);
  221. $openid = $resinfos['openid'];
  222. if (!$phone_use){
  223. $data['phone'] = $phone;
  224. $data['nickname'] = $resinfos['nickname'];
  225. $data['headimg'] = $resinfos['headimgurl'];
  226. $data['openid'] = $openid;
  227. $data['password'] = md5($password);
  228. $data['ip'] = request()->ip();
  229. Db::startTrans();
  230. try {
  231. $user = self::create($data);
  232. Db::commit();
  233. $userId =$user->id;
  234. LoginLog::create(['user_id'=>$userId,'ip'=>request()->ip()]);
  235. $user = self::where('id',$userId)->find();
  236. $token = JWT::encode($user,config('jwt.key'));
  237. return Common::return_success('授权成功',['token'=>$token]);
  238. }catch (Exception $e) {
  239. Db::rollback();
  240. return Common::return_error('失败');
  241. }
  242. }else{
  243. $da['openid'] = $openid;
  244. if (!$phone_use['headimg']){
  245. $da['headimg'] = $resinfos['headimgurl'];
  246. }
  247. if (!$phone_use['nickname']){
  248. $da['nickname'] = $resinfos['nickname'];
  249. }
  250. if (self::where('id',$phone_use['id'])->update($da)){
  251. LoginLog::create(['user_id'=>$phone_use['id'],'ip'=>request()->ip()]);
  252. $token = JWT::encode($phone_use,config('jwt.key'));
  253. return Common::return_success('绑定成功',['token'=>$token]);
  254. }else{
  255. return Common::return_error('失败');
  256. }
  257. }
  258. }else{
  259. return Common::return_error('获取access_token失败');
  260. }
  261. }
  262. /**
  263. * 商家注册第一步
  264. */
  265. public static function designer_register_one($phone,$ver_code){
  266. $phone_use = self::where('phone',$phone)->find();
  267. if ($phone_use){
  268. return Common::return_error('手机号已注册!');
  269. }
  270. //获取最后的验证码
  271. $time = time()-90;
  272. $sms = Sms::where(['mobile' => $phone, 'event' => 'register'])
  273. ->where('createtime','>',$time)
  274. ->order('id', 'DESC')
  275. ->find();
  276. if (!$sms || $sms->code != $ver_code){
  277. return Common::return_error('短信验证码不正确!');
  278. }
  279. return Common::return_success('验证成功');
  280. }
  281. /**
  282. * 商家注册第二步
  283. */
  284. public static function designer_register_two($data){
  285. $phone_use = self::where('phone',$data['phone'])->find();
  286. if ($phone_use && $phone_use['type']==2){
  287. return Common::return_error('手机号已注册!');
  288. }
  289. $data['audit'] = 1;
  290. Db::startTrans();
  291. try {
  292. self::where('phone',$data['phone'])->update($data);
  293. Db::commit();
  294. return Common::return_success('申请成功,等待审核');
  295. }catch (Exception $e) {
  296. Db::rollback();
  297. return Common::return_error('申请失败');
  298. }
  299. }
  300. /**
  301. * 忘记密码
  302. */
  303. public static function forgotPassword($phone,$password,$ver_code){
  304. $phone_use = self::where('phone',$phone)->find();
  305. if (!$phone_use){
  306. return Common::return_error('手机号未注册!');
  307. }
  308. //获取最后的验证码
  309. $time = time()-90;
  310. $sms = Sms::where(['mobile' => $phone, 'event' => 'forgetpwd'])
  311. ->where('createtime','>',$time)
  312. ->order('id', 'DESC')
  313. ->find();
  314. if (!$sms || $sms->code != $ver_code){
  315. return Common::return_error('短信验证码不正确!');
  316. }
  317. $phone_use->password = md5($password);
  318. Db::startTrans();
  319. try {
  320. $phone_use->save();
  321. Db::commit();
  322. return Common::return_success('修改成功');
  323. }catch (Exception $e) {
  324. Db::rollback();
  325. return Common::return_error('修改失败');
  326. }
  327. }
  328. /**
  329. * 修改密码
  330. */
  331. public static function changePassword($user_id,$password,$ver_code){
  332. $phone_use = self::where('id',$user_id)->find();
  333. //获取最后的验证码
  334. $time = time()-90;
  335. $sms = Sms::where(['mobile' => $phone_use['phone'], 'event' => 'changepwd'])
  336. ->where('createtime','>',$time)
  337. ->order('id', 'DESC')
  338. ->find();
  339. if (!$sms || $sms->code != $ver_code){
  340. return Common::return_error('短信验证码不正确!');
  341. }
  342. $phone_use->password = md5($password);
  343. Db::startTrans();
  344. try {
  345. $phone_use->save();
  346. Db::commit();
  347. return Common::return_success('修改成功');
  348. }catch (Exception $e) {
  349. Db::rollback();
  350. return Common::return_error('修改失败');
  351. }
  352. }
  353. /**
  354. * 我的收货地址列表
  355. */
  356. public static function MyAddress($user_id,$Nowpage,$limits){
  357. $list = Address::where('is_del',0)
  358. ->where('user_id',$user_id)
  359. ->page($Nowpage,$limits)
  360. ->order('is_default desc,id desc')
  361. ->select();
  362. $data['count'] = count($list);
  363. $data['list'] = $list;
  364. return Common::return_success('成功',$data);
  365. }
  366. /**
  367. * 添加,修改收货地址
  368. */
  369. public static function AddEditAddress($user_id,$data,$address_id){
  370. if ($address_id){
  371. $address = Address::where('id',$address_id)->where('user_id',$user_id)->find();
  372. if (!$address) return Common::return_error('地址不存在');
  373. //编辑
  374. if ($address->save($data)){
  375. if ($data['is_default']==1){
  376. Address::where('user_id',$user_id)
  377. ->where('is_del',0)
  378. ->where('id','neq',$address_id)
  379. ->update(['is_default'=>0]);
  380. }
  381. return Common::return_success('编辑成功');
  382. }else{
  383. return Common::return_error('编辑失败');
  384. }
  385. }else{
  386. $data['user_id'] = $user_id;
  387. $addre = Address::create($data);
  388. if ($addre){
  389. $address_id = $addre->id;
  390. if ($data['is_default']==1){
  391. Address::where('user_id',$user_id)
  392. ->where('is_del',0)
  393. ->where('id','neq',$address_id)
  394. ->update(['is_default'=>0]);
  395. }
  396. return Common::return_success('添加成功');
  397. }else{
  398. return Common::return_error('添加失败');
  399. }
  400. }
  401. }
  402. /**
  403. * 设为默认地址
  404. */
  405. public static function SetAddressDefault($user_id,$address_id){
  406. $address = Address::where('id',$address_id)
  407. ->where('user_id',$user_id)
  408. ->find();
  409. if (!$address) return Common::return_error('地址不存在');
  410. if ($address->save(['is_default'=>1])){
  411. Address::where('user_id',$user_id)
  412. ->where('is_del',0)
  413. ->where('id','neq',$address_id)
  414. ->update(['is_default'=>0]);
  415. return Common::return_success('设置成功');
  416. }else{
  417. return Common::return_error('设置失败');
  418. }
  419. }
  420. /**
  421. * 删除收货地址
  422. */
  423. public static function DelAddress($user_id,$address_id){
  424. $address = Address::where('id',$address_id)->where('user_id',$user_id)->find();
  425. if (!$address) return Common::return_error('地址不存在');
  426. if ($address->save(['is_del'=>time()])){
  427. return Common::return_success('删除成功');
  428. }else{
  429. return Common::return_error('删除失败');
  430. }
  431. }
  432. /**
  433. * 编辑用户资料
  434. */
  435. public static function EditUserInfo($user_id,$data){
  436. if (self::where('id',$user_id)->update($data)){
  437. return Common::return_success('编辑成功');
  438. }else{
  439. return Common::return_error('编辑失败');
  440. }
  441. }
  442. /**
  443. * 申请成为设计师
  444. */
  445. public static function applyDesigner($user_id,$data){
  446. $data['type'] = 1;
  447. $data['audit'] = 1;
  448. Db::startTrans();
  449. try {
  450. self::where('id',$user_id)->update($data);
  451. Db::commit();
  452. return Common::return_success('提交成功');
  453. }catch (Exception $e) {
  454. Db::rollback();
  455. return Common::return_error('提交失败');
  456. }
  457. }
  458. /**
  459. * 投诉
  460. */
  461. public static function Message($user_id,$content){
  462. $data['content'] = $content;
  463. $data['user_id'] = $user_id;
  464. if (Message::create($data)) return Common::return_success('提交成功');
  465. return Common::return_error('提交失败');
  466. }
  467. /**
  468. * 时间管理
  469. */
  470. public static function timeList($user_id){
  471. $time = time();
  472. //组合数据
  473. $date = [];
  474. for ($i=1; $i<=15; $i++){
  475. $date[$i] = date('Y-m-d' ,strtotime( $i .' days', $time));
  476. }
  477. $array = [];
  478. foreach ($date as &$v){
  479. $da = UserTime::where('user_id',$user_id)->where('time',$v)->find();
  480. if ($da){
  481. $array2['switch'] = $da['switch'];
  482. $array2['price'] = $da['price'];
  483. }else{
  484. $array2['switch'] = 2;
  485. $array2['price'] = 0;
  486. }
  487. $array2['date'] = $v;
  488. array_push($array,$array2);
  489. }
  490. return Common::return_success('成功',$array);
  491. }
  492. /**
  493. * 时间设置开关
  494. */
  495. // public static function timeSwitch($user_id,$date,$switch,$price){
  496. // $info = UserTime::where('user_id',$user_id)->where('time',$date)->find();
  497. // if ($info){
  498. // if (UserTime::where('id',$info['id'])->update(['switch'=>$switch,'price'=>$price])){
  499. // return Common::return_success('成功');
  500. // }else{
  501. // return Common::return_error('失败');
  502. // }
  503. // }else{
  504. // if (UserTime::create(
  505. // [
  506. // 'user_id'=>$user_id,
  507. // 'time'=>$date,
  508. // 'switch'=>$switch,
  509. // 'price'=>$price
  510. // ]
  511. // )){
  512. // return Common::return_success('成功');
  513. // }else{
  514. // return Common::return_error('失败');
  515. // }
  516. // }
  517. // }
  518. /**
  519. * 时间设置开关
  520. */
  521. public static function timeSwitch($user_id,$json){
  522. foreach ($json as &$v){
  523. $info = UserTime::where('user_id',$user_id)->where('time',$v['date'])->find();
  524. if ($info){
  525. UserTime::where('id',$info['id'])->update(['switch'=>$v['switch'],'price'=>$v['price']]);
  526. }else{
  527. UserTime::create(
  528. [
  529. 'user_id'=>$user_id,
  530. 'time'=>$v['date'],
  531. 'switch'=>$v['switch'],
  532. 'price'=>$v['price']
  533. ]);
  534. }
  535. }
  536. return Common::return_success('成功');
  537. }
  538. /**
  539. * 余额提现
  540. */
  541. public static function userWithdraw($user_id,$money,$withdraw_type){
  542. $userinfo = self::where('id',$user_id)->find();
  543. if ($userinfo['money']<$money)
  544. return Common::return_error('余额不足');
  545. $data['user_id'] = $user_id;
  546. $order_no = Common::getNewOrderId($user_id);
  547. $data['order_no'] = $order_no;
  548. $data['withdraw_type'] = $withdraw_type;
  549. $data['price'] = $money;
  550. Db::startTrans();
  551. try {
  552. UserWithdraw::create($data);
  553. User::money($money,$user_id,$withdraw_type=='weixin' ? '微信提现' : '支付宝提现' .$money.'元');
  554. Db::commit();
  555. return Common::return_success('提交成功');
  556. }catch (Exception $e) {
  557. Db::rollback();
  558. return Common::return_error('提交失败');
  559. }
  560. }
  561. /**
  562. * 消费明细
  563. */
  564. public static function moneyRecord($user_id,$Nowpage,$limits){
  565. //提现记录
  566. $withdraw = UserWithdraw::where('user_id',$user_id)->field('withdraw_type,paid,why,create_at,price')->select();
  567. if (count($withdraw)>0){
  568. $withdraw = $withdraw->toArray();
  569. foreach ($withdraw as &$v){
  570. $v['price'] = '-'.$v['price'];
  571. $v['project_name'] = '';
  572. }
  573. }else{
  574. $withdraw = [];
  575. }
  576. //收益记录
  577. $record = MoneyLog::where('user_id',$user_id)->where('title','订单收益')->select();
  578. if (count($record)>0){
  579. $record = $record->toArray();
  580. $array = [];
  581. foreach ($record as &$v){
  582. $array2['withdraw_type'] = 'sy';
  583. $array2['paid'] = 1;
  584. $array2['why'] = '';
  585. $array2['create_at'] = $v['create_at'];
  586. $array2['price'] = '+'.$v['change_money'];
  587. if ($v['link_id']!=0){
  588. $project_name = Order::where('id',$v['link_id'])->value('project_name');
  589. }else{
  590. $project_name = '';
  591. }
  592. $array2['project_name'] = $project_name;
  593. array_push($array,$array2);
  594. }
  595. }else{
  596. $array = [];
  597. }
  598. $list = array_merge($withdraw,$array);
  599. $data['count'] = count($list);
  600. array_multisort(array_column($list,'create_at'),SORT_DESC,$list);
  601. $list = array_slice($list,($Nowpage-1)*$limits,$limits);
  602. $data['list'] = $list;
  603. return Common::return_success('成功',$data);
  604. }
  605. /**
  606. * 获取首页搜索日期列表
  607. */
  608. public static function searchDateList(){
  609. $time = time();
  610. //组合数据
  611. $date = [];
  612. for ($i=1; $i<=15; $i++){
  613. $date[$i-1]['date'] = date('Y-m-d' ,strtotime( $i .' days', $time));
  614. $date[$i-1]['time'] = date('m-d' ,strtotime( $i .' days', $time));
  615. }
  616. return Common::return_success('成功',$date);
  617. }
  618. /**
  619. * 首页设计师列表
  620. */
  621. public static function Designer($user_id,$Nowpage,$limits,$design_classifi,$keywords,$lat,$log,$city,$distance,$price,$evaluation,$date,$price_section_start,$price_section_end){
  622. // self::RecentlyPrice(); //更新价格
  623. $count = self::designerByWhere($user_id,$design_classifi,$keywords,$city,$date,$price_section_start,$price_section_end)->count();
  624. if ($count){
  625. $field = ['id','phone','name','nickname','headimg','price','design_classifi','skills_label','good_type','good_style','evaluation','works','province','city','area','work_experience','work_year','signature'];
  626. if ($lat && $log){
  627. $field['ROUND(6378.138 * 2 * ASIN(SQRT(POW( SIN( ( ' . $lat . ' * PI( ) / 180 - wd * PI( ) / 180 ) / 2 ), 2 ) + COS( ' . $lat . ' * PI( ) / 180 ) * COS( wd * PI( ) / 180 ) * POW( SIN( ( ' . $log . ' * PI( ) / 180 - jd * PI( ) / 180 ) / 2 ), 2 ))) * 1000)'] = 'distance';
  628. }
  629. $list = self::designerByWhere($user_id,$design_classifi,$keywords,$city,$date,$price_section_start,$price_section_end)
  630. ->field($field)
  631. ->when($distance,function ($query) use ($distance,$lat,$log){
  632. if ($lat && $log){
  633. $query->order('distance '.$distance);
  634. }
  635. })
  636. ->when($price,function ($query) use ($price){
  637. $query->order('price '.$price);
  638. })
  639. ->when($evaluation,function ($query) use ($evaluation){
  640. $query->order('evaluation '.$evaluation);
  641. })
  642. ->page($Nowpage,$limits)
  643. ->select();
  644. $time = time();
  645. //组合数据
  646. $date = [];
  647. for ($i=1; $i<=15; $i++){
  648. $date[$i] = date('Y-m-d' ,strtotime( $i .' days', $time));
  649. }
  650. foreach ($list as &$v){
  651. if ($v['works']){
  652. $v['works'] = explode(',',$v['works']);
  653. }else{
  654. $v['works'] = [];
  655. }
  656. if ($v['skills_label']){
  657. $v['skills_label'] = explode(',',$v['skills_label']);
  658. }else{
  659. $v['skills_label'] = [];
  660. }
  661. if ($v['good_type']){
  662. $v['good_type'] = explode(',',$v['good_type']);
  663. }else{
  664. $v['good_type'] = [];
  665. }
  666. if ($v['good_style']){
  667. $v['good_style'] = explode(',',$v['good_style']);
  668. }else{
  669. $v['good_style'] = [];
  670. }
  671. $datee = Works::where('user_id',$v['id'])
  672. ->where('is_del',1)
  673. ->group('date')
  674. ->order('id desc')
  675. ->column('date');
  676. if ($datee){
  677. $arr = [];
  678. foreach ($datee as &$a){
  679. $array22['date'] = $a;
  680. $array22['imgs'] = Works::where('user_id',$v['id'])
  681. ->where('date',$a)
  682. ->where('is_del',1)
  683. ->field('id,img')
  684. ->select();
  685. array_push($arr,$array22);
  686. }
  687. }else{
  688. $arr = [];
  689. }
  690. $v['works_list'] = $arr;
  691. $array = [];
  692. foreach ($date as &$a){
  693. $da = UserTime::where('user_id',$v['id'])->where('time',$a)->find();
  694. if ($da){
  695. $order = Order::where('designer_id',$v['id'])
  696. ->where('yy_date',$a)
  697. ->where('is_del',1)
  698. ->whereIn('status','1,2')
  699. ->count();
  700. if ($order){
  701. $array2['switch'] = 2;
  702. }else{
  703. $array2['switch'] = $da['switch'];
  704. }
  705. $array2['price'] = $da['price'];
  706. }else{
  707. $array2['switch'] = 2;
  708. $array2['price'] = 0;
  709. }
  710. $array2['date'] = $a;
  711. array_push($array,$array2);
  712. }
  713. $v['date_list'] = $array;
  714. }
  715. }else{
  716. $list = [];
  717. }
  718. return Common::return_success('成功',compact('count','list'));
  719. }
  720. /**
  721. * 首页设计师列表where条件
  722. */
  723. public static function designerByWhere($user_id,$design_classifi,$keywords,$city,$date,$price_section_start,$price_section_end){
  724. $query = self::where('status',1)
  725. ->when($design_classifi,function ($query) use ($design_classifi){
  726. $query->where('design_classifi',$design_classifi);
  727. })
  728. ->when($keywords,function ($query) use ($keywords){
  729. $query->whereLike('name|nickname|skills_label|design_classifi|good_type|good_style','%'.$keywords.'%');
  730. })
  731. ->when($city,function ($query) use ($city){
  732. //$query->where('city',$city);
  733. $query->whereRaw('city like "%'.$city.'%" or province like "%'.$city.'%"');
  734. })
  735. ->when($date,function ($query) use ($date){
  736. $ids1 = UserTime::where('time',$date)
  737. ->where('switch',1)
  738. ->column('user_id');
  739. $ids2 = Order::where('yy_date',$date)
  740. ->where('is_del',1)
  741. ->whereIn('status','1,2')
  742. ->column('designer_id');
  743. $ids = array_diff($ids1,$ids2); //对比两数组差异
  744. $query->whereIn('id',$ids);
  745. })
  746. ->when($price_section_start,function ($query) use ($price_section_start,$price_section_end){
  747. if ($price_section_start && $price_section_end){
  748. $query->where('price','>=',$price_section_start)->where('price','<=',$price_section_end);
  749. }
  750. })
  751. ->where('price','>',0)
  752. //->where('id','neq',$user_id)
  753. ->where('type',2);
  754. return $query;
  755. }
  756. /**
  757. * 获取设计师最近的价格显示
  758. */
  759. public static function RecentlyPrice(){
  760. self::where('status',1)->where('type',2)->chunk(50,function ($list){
  761. $time = time();
  762. //组合数据
  763. $date = [];
  764. for ($i=1; $i<=7; $i++){
  765. $date[$i] = date('Y-m-d' ,strtotime( $i .' days', $time));
  766. }
  767. foreach ($list as &$v){
  768. $price = UserTime::where('user_id',$v['id'])
  769. ->where('switch',1)
  770. ->order('time asc')
  771. ->whereBetween('time',[$date[1],$date[7]])
  772. ->limit(1)
  773. ->value('price');
  774. if (!$price){
  775. $price = 0;
  776. }
  777. self::where('id',$v['id'])->update(['price'=>$price]);
  778. }
  779. });
  780. }
  781. /**
  782. * 获取可使用优惠券列表
  783. */
  784. public static function getCouponList($user_id,$money){
  785. CouponUser::couponsTimeOut($user_id);
  786. $list = CouponUser::where('user_id',$user_id)
  787. ->where('use_min_price','<=',$money)
  788. ->where('end_time','>',time())
  789. ->where('status',0)
  790. ->select();
  791. if ($list){
  792. foreach ($list as &$v){
  793. $v['add_time'] = date('Y-m-d',$v['add_time']);
  794. $v['end_time'] = date('Y-m-d',$v['end_time']);
  795. }
  796. }
  797. return Common::return_success('成功',$list);
  798. }
  799. /**
  800. * 下单时间段列表
  801. */
  802. public static function periodTimeList(){
  803. $list = PeriodTime::where('is_del',1)->select();
  804. return Common::return_success('成功',$list);
  805. }
  806. /**
  807. * 下单
  808. */
  809. public static function PlaceOrder($user_id,$address_id,$designer_id,$yy_date,$project_name,$coupon_id,$pay_type,$period_id){
  810. if ($pay_type=='weixin'){
  811. return Common::return_error('暂时无法使用微信支付');
  812. }
  813. $orde = Order::where('user_id',$user_id)->where('is_del',1)->where('overtime_pay_status',1)->find();
  814. if ($orde) return Common::return_error('有未支付的加班费订单,无法下单');
  815. $designer = self::where('id',$designer_id)
  816. ->where('type',2)
  817. ->where('status',1)
  818. ->find();
  819. if (!$designer) return Common::return_error('设计师不存在');
  820. $address = Address::where('id',$address_id)
  821. ->where('user_id',$user_id)
  822. ->where('is_del',0)
  823. ->find();
  824. if (!$address) return Common::return_error('地址不存在');
  825. $time = UserTime::where('user_id',$designer_id)
  826. ->where('time',$yy_date)
  827. //->where('switch',1)
  828. ->find();
  829. $order = Order::where('designer_id',$designer_id)
  830. ->where('is_del',1)
  831. ->whereIn('status','1,2')
  832. ->where('yy_date',$yy_date)
  833. ->find();
  834. $period = PeriodTime::where('id',$period_id)->find();
  835. if ($order) return Common::return_error('预约日期设计师已接单');
  836. if ($time && $time['switch']==2) return Common::return_error('预约日期设计师未开启接单');
  837. //价格
  838. $price = $designer['price'];
  839. $coupon_price = 0;
  840. $pay_price = $price;
  841. if ($coupon_id){
  842. $coupon = CouponUser::where('id',$coupon_id)
  843. ->where('user_id',$user_id)
  844. ->where('status',0)
  845. ->find();
  846. if (!$coupon) return Common::return_error('优惠券不存在');
  847. $coupon_price = $coupon['coupon_price'];
  848. $pay_price = bcsub($pay_price,$coupon_price,2);
  849. }else{
  850. $coupon_id = 0;
  851. }
  852. //订单号
  853. $order_no = Common::getNewOrderId($user_id);
  854. $data = [
  855. 'order_no'=>$order_no,
  856. 'user_id'=>$user_id,
  857. 'designer_id'=>$designer_id,
  858. 'address_id'=>$address_id,
  859. 'address_jd'=>$address['jd'],
  860. 'address_wd'=>$address['wd'],
  861. 'name'=>$address['name'],
  862. 'phone'=>$address['phone'],
  863. 'province'=>$address['province'],
  864. 'city'=>$address['city'],
  865. 'area'=>$address['area'],
  866. 'address'=>$address['address'],
  867. 'yy_date'=>$yy_date,
  868. 'servicing_time'=>$period['start'].'-'.$period['end'],
  869. 'project_name'=>$project_name,
  870. 'coupon_id'=>$coupon_id,
  871. 'pay_type'=>$pay_type,
  872. 'price'=>$price,
  873. 'coupon_price'=>$coupon_price,
  874. 'pay_price'=>$pay_price,
  875. ];
  876. Db::startTrans();
  877. try {
  878. $order = Order::create($data);
  879. $order_id = $order->id;
  880. Common::order_status($order_id,'订单生成');
  881. //优惠券确定
  882. if ($coupon_id){
  883. CouponUser::where('id',$coupon_id)->update(['status'=>1,'use_time'=>time()]);
  884. }
  885. //先模拟下单成功
  886. // $da['pay_time'] = time();
  887. // $da['status'] = 1;
  888. // Order::where('id',$order['id'])->update($da);
  889. // Db::commit();
  890. // return Common::return_success('成功');
  891. switch ($pay_type){
  892. case 'weixin':
  893. $wx = new WxPay();//实例化微信torganizationid支付控制器
  894. $body = '订单号' . $order_no;//支付说明
  895. $total_fee = $pay_price * 100;//支付金额(乘以100)
  896. $notify_url = 'https://'.$_SERVER['SERVER_NAME'].'/api/pay/pay_order';//回调地址
  897. $out_trade_no = $order_no;//订单号
  898. $config = $wx->retrunconfig();
  899. try{
  900. $app = Factory::payment($config);
  901. $result = $app->order->unify([
  902. 'body' => $body,
  903. 'out_trade_no' => $out_trade_no,
  904. 'total_fee' => $total_fee,
  905. 'notify_url' => $notify_url, // 支付结果通知网址,如果不设置则会使用配置里的默认地址
  906. 'trade_type' => 'APP', // 请对应换成你的支付方式对应的值类型
  907. ]);
  908. $jssdk = $app->jssdk;
  909. $order1 = $jssdk->appConfig($result['prepay_id']);
  910. Order::where('order_no',$order_no)->update(['wx_order'=>json_encode($order1,true)]);
  911. Db::commit();
  912. $retrun_data['order_no'] = $order_no;
  913. $retrun_data['pay'] = $order1;
  914. return Common::return_success('成功',$retrun_data);
  915. }catch (Exception $e){
  916. Db::rollback();
  917. return Common::return_error($order['return_msg']);
  918. }
  919. break;
  920. case 'zfb':
  921. $zfb = new AliPay();//实例化支付宝支付控制器
  922. $body = '设计下单支付';//支付说明
  923. $out_trade_no = $order_no;//订单号
  924. $total_fee = $pay_price;//支付金额
  925. $notify_url = 'http://'.$_SERVER['SERVER_NAME'].'/api/pay/alipay_order';//回调地址
  926. $order = $zfb->aliPay($body, $total_fee, $out_trade_no, $notify_url);//调用支付宝支付的方法
  927. $retrun_data['order_no'] = $order_no;
  928. $retrun_data['pay'] = $order;
  929. Db::commit();
  930. return Common::return_success('成功',$retrun_data);
  931. break;
  932. }
  933. }catch (Exception $e) {
  934. Db::rollback();
  935. return Common::return_error('失败');
  936. }
  937. }
  938. /**
  939. * 用户端订单列表
  940. */
  941. public static function userOrderList($user_id,$status,$keywords,$Nowpage,$limits){
  942. $count = self::orderByWhere($status,$user_id,$keywords)->count();
  943. if ($count){
  944. $list = self::orderByWhere($status,$user_id,$keywords)
  945. ->page($Nowpage,$limits)
  946. ->order('id desc')
  947. ->select();
  948. }else{
  949. $list = [];
  950. }
  951. return Common::return_success('成功',compact('count','list'));
  952. }
  953. /**
  954. * 订单条件
  955. */
  956. public static function orderByWhere($status,$user_id,$keywords){
  957. $query = Order::where('user_id',$user_id)
  958. ->where('is_del',1)
  959. ->when($status,function ($query) use ($status){
  960. if ($status!='all'){
  961. $query->where('status',$status);
  962. }
  963. })
  964. ->when($keywords,function ($query) use ($keywords){
  965. $query->whereLike('project_name|order_no','%'.$keywords.'%');
  966. });
  967. if ($status==='0'){
  968. $query = $query->where('status',$status);
  969. }
  970. return $query;
  971. }
  972. /**
  973. * 订单支付
  974. */
  975. public static function payOrder($user_id,$order_no){
  976. $order = Order::where('order_no', $order_no)->where('user_id', $user_id)->find();
  977. if (!$order)
  978. return Common::return_error('订单不存在');
  979. $order = $order->toArray();
  980. if ($order['status'])
  981. return Common::return_error('订单已支付');
  982. $designer = self::where('id',$order['designer_id'])
  983. ->where('type',2)
  984. ->where('status',1)
  985. ->find();
  986. if (!$designer) return Common::return_error('设计师不存在');
  987. $time = UserTime::where('user_id',$order['designer_id'])
  988. ->where('time',$order['yy_date'])
  989. ->where('switch',1)
  990. ->find();
  991. $order2 = Order::where('designer_id',$order['designer_id'])
  992. ->where('is_del',1)
  993. ->whereIn('status','1,2')
  994. ->where('yy_date',$order['yy_date'])
  995. ->find();
  996. if (!$time || $order2) return Common::return_error('预约日期设计师未开启接单或已接单');
  997. if ($order['coupon_id']){
  998. $coupon = CouponUser::where('id',$order['coupon_id'])
  999. ->where('user_id',$user_id)
  1000. ->where('status',0)
  1001. ->find();
  1002. if (!$coupon) return Common::return_error('优惠券不存在或已使用');
  1003. }
  1004. $pay_type = $order['pay_type'];
  1005. $pay_price = $order['pay_price'];
  1006. Db::startTrans();
  1007. switch ($pay_type){
  1008. case 'weixin':
  1009. $wx = new WxPay();//实例化微信torganizationid支付控制器
  1010. $body = '订单号' . $order_no;//支付说明
  1011. $total_fee = $pay_price * 100;//支付金额(乘以100)
  1012. $notify_url = 'https://'.$_SERVER['SERVER_NAME'].'/api/pay/pay_order';//回调地址
  1013. $out_trade_no = $order_no;//订单号
  1014. $config = $wx->retrunconfig();
  1015. try{
  1016. $app = Factory::payment($config);
  1017. $result = $app->order->unify([
  1018. 'body' => $body,
  1019. 'out_trade_no' => $out_trade_no,
  1020. 'total_fee' => $total_fee,
  1021. 'notify_url' => $notify_url, // 支付结果通知网址,如果不设置则会使用配置里的默认地址
  1022. 'trade_type' => 'APP', // 请对应换成你的支付方式对应的值类型
  1023. ]);
  1024. $jssdk = $app->jssdk;
  1025. $order1 = $jssdk->appConfig($result['prepay_id']);
  1026. Order::where('order_no',$order_no)->update(['wx_order'=>json_encode($order1,true)]);
  1027. Db::commit();
  1028. $retrun_data['order_no'] = $order_no;
  1029. $retrun_data['pay'] = $order1;
  1030. // Common::order_status($order['id'],'订单支付成功');
  1031. return Common::return_success('成功',$retrun_data);
  1032. }catch (Exception $e){
  1033. Db::rollback();
  1034. return Common::return_error($order['return_msg']);
  1035. }
  1036. break;
  1037. case 'zfb':
  1038. $zfb = new AliPay();//实例化支付宝支付控制器
  1039. $body = '设计下单支付';//支付说明
  1040. $out_trade_no = $order_no;//订单号
  1041. $total_fee = $pay_price;//支付金额
  1042. $notify_url = 'http://'.$_SERVER['SERVER_NAME'].'/api/pay/alipay_order';//回调地址
  1043. $order = $zfb->aliPay($body, $total_fee, $out_trade_no, $notify_url);//调用支付宝支付的方法
  1044. $retrun_data['order_no'] = $order_no;
  1045. $retrun_data['pay'] = $order;
  1046. Db::commit();
  1047. return Common::return_success('成功',$retrun_data);
  1048. break;
  1049. }
  1050. }
  1051. /**
  1052. * 订单支付加班费
  1053. */
  1054. public static function overtimePayOrder($user_id,$order_no,$pay_type){
  1055. if ($pay_type=='weixin'){
  1056. return Common::return_error('暂时无法使用微信支付');
  1057. }
  1058. $order = Order::where('order_no', $order_no)->where('user_id', $user_id)->find();
  1059. if (!$order)
  1060. return Common::return_error('订单不存在');
  1061. $order = $order->toArray();
  1062. if (in_array($order['overtime_pay_status'],['0','2']))
  1063. return Common::return_error('没有加班费或加班费已支付');
  1064. $pay_price = $order['overtime_pay'];
  1065. Db::startTrans();
  1066. switch ($pay_type){
  1067. case 'weixin':
  1068. $wx = new WxPay();//实例化微信torganizationid支付控制器
  1069. $body = '订单号' . $order['overtime_pay_order_no'];//支付说明
  1070. $total_fee = $pay_price * 100;//支付金额(乘以100)
  1071. $notify_url = 'https://'.$_SERVER['SERVER_NAME'].'/api/pay/overtime_pay_order';//回调地址
  1072. $out_trade_no = $order['overtime_pay_order_no'];//订单号
  1073. $config = $wx->retrunconfig();
  1074. try{
  1075. $app = Factory::payment($config);
  1076. $result = $app->order->unify([
  1077. 'body' => $body,
  1078. 'out_trade_no' => $out_trade_no,
  1079. 'total_fee' => $total_fee,
  1080. 'notify_url' => $notify_url, // 支付结果通知网址,如果不设置则会使用配置里的默认地址
  1081. 'trade_type' => 'APP', // 请对应换成你的支付方式对应的值类型
  1082. ]);
  1083. $jssdk = $app->jssdk;
  1084. $order1 = $jssdk->appConfig($result['prepay_id']);
  1085. Order::where('order_no',$order_no)->update(['overtime_pay_type'=>$pay_type,'overtime_wx_order'=>json_encode($order1,true)]);
  1086. Db::commit();
  1087. $retrun_data['order_no'] = $out_trade_no;
  1088. $retrun_data['pay'] = $order1;
  1089. return Common::return_success('成功',$retrun_data);
  1090. }catch (Exception $e){
  1091. Db::rollback();
  1092. return Common::return_error($order['return_msg']);
  1093. }
  1094. break;
  1095. case 'zfb':
  1096. $zfb = new AliPay();//实例化支付宝支付控制器
  1097. $body = '设计下单支付';//支付说明
  1098. $out_trade_no = $order['overtime_pay_order_no'];//订单号
  1099. $total_fee = $pay_price;//支付金额
  1100. $notify_url = 'http://'.$_SERVER['SERVER_NAME'].'/api/pay/overtime_alipay_order';//回调地址
  1101. $order = $zfb->aliPay($body, $total_fee, $out_trade_no, $notify_url);//调用支付宝支付的方法
  1102. $retrun_data['order_no'] = $out_trade_no;
  1103. $retrun_data['pay'] = $order;
  1104. Order::where('order_no',$order_no)->update(['overtime_pay_type'=>$pay_type]);
  1105. Db::commit();
  1106. return Common::return_success('成功',$retrun_data);
  1107. break;
  1108. }
  1109. }
  1110. /**
  1111. * 订单详情
  1112. */
  1113. public static function orderDetail($order_no){
  1114. $order = Order::where('order_no',$order_no)->find();
  1115. if (!$order)
  1116. return Common::return_error('订单不存在');
  1117. $designer =self::where('id',$order['designer_id'])->field('id,name,headimg,evaluation,works,design_classifi')->find();
  1118. if ($designer['works']){
  1119. $designer['works'] = explode(',',$designer['works']);
  1120. }else{
  1121. $designer['works'] = [];
  1122. }
  1123. $order['designer'] =$designer;
  1124. $order['pay_time'] = date('Y-m-d H:i:s',$order['pay_time']);
  1125. return Common::return_success('成功',$order);
  1126. }
  1127. /**
  1128. * 取消订单
  1129. */
  1130. public static function cancelOrder($user_id,$order_no){
  1131. $order = Order::where('order_no',$order_no)->where('user_id',$user_id)->find();
  1132. if (!$order)
  1133. return Common::return_error('订单不存在');
  1134. if ($order['status'])
  1135. return Common::return_error('订单无法取消');
  1136. Db::startTrans();
  1137. try {
  1138. $order->status = 5;
  1139. $order->remark = '用户取消订单';
  1140. $order->save();
  1141. if ($order->coupon_id){
  1142. CouponUser::where('id',$order->coupon_id)->update(['status'=>0]);
  1143. }
  1144. Db::commit();
  1145. Common::order_status($order->id,'订单取消成功');
  1146. return Common::return_success('取消成功');
  1147. }catch (Exception $e) {
  1148. Db::rollback();
  1149. return Common::return_error('取消失败');
  1150. }
  1151. }
  1152. /**
  1153. * 删除订单
  1154. */
  1155. public static function delOrder($user_id,$order_no){
  1156. $order = Order::where('order_no',$order_no)->where('user_id',$user_id)->find();
  1157. if (!$order)
  1158. return Common::return_error('订单不存在');
  1159. Db::startTrans();
  1160. try {
  1161. $order->is_del = 0;
  1162. $order->del_time = time();
  1163. $order->save();
  1164. Db::commit();
  1165. return Common::return_success('删除成功');
  1166. }catch (Exception $e) {
  1167. Db::rollback();
  1168. return Common::return_error('删除失败');
  1169. }
  1170. }
  1171. /**
  1172. * 订单评价
  1173. */
  1174. public static function evaluationOrder($user_id,$order_no,$evaluation,$evaluation_content){
  1175. $order = Order::where('order_no',$order_no)->where('user_id',$user_id)->find();
  1176. if (!$order)
  1177. return Common::return_error('订单不存在');
  1178. if ($order['status']!=3)
  1179. return Common::return_error('订单状态错误');
  1180. Db::startTrans();
  1181. try {
  1182. $order->status = 4;
  1183. $order->evaluation = $evaluation;
  1184. $order->evaluation_time = time();
  1185. $order->evaluation_content = $evaluation_content;
  1186. $order->save();
  1187. Db::commit();
  1188. $sum = Order::where('designer_id',$order['designer_id'])->where('status',4)->sum('evaluation');
  1189. $count = Order::where('designer_id',$order['designer_id'])->where('status',4)->count();
  1190. $eva = ceil($sum/$count);
  1191. User::where('id',$order['designer_id'])->update(['evaluation'=>$eva]);
  1192. Common::order_status($order->id,'订单评价成功');
  1193. return Common::return_success('评价成功');
  1194. }catch (Exception $e) {
  1195. Db::rollback();
  1196. return Common::return_error('评价失败');
  1197. }
  1198. }
  1199. /**
  1200. * 用户端我的评价
  1201. */
  1202. public static function userEvaluationList($user_id,$Nowpage,$limits){
  1203. $where = [
  1204. 'a.user_id'=>$user_id,
  1205. 'a.status'=>4,
  1206. 'a.is_del'=>1
  1207. ];
  1208. $count = Order::where($where)
  1209. ->alias('a')
  1210. ->join('q_user b','a.user_id=b.id')
  1211. ->join('q_user c','a.designer_id=c.id')
  1212. ->count();
  1213. if ($count){
  1214. $list = Order::where($where)
  1215. ->alias('a')
  1216. ->join('q_user b','a.user_id=b.id')
  1217. ->join('q_user c','a.designer_id=c.id')
  1218. ->page($Nowpage,$limits)
  1219. ->field('a.id,a.order_no,a.evaluation,a.evaluation_time,a.evaluation_content,b.name,b.nickname,b.headimg,c.name as designer_name')
  1220. ->order('a.id desc')
  1221. ->select();
  1222. foreach ($list as &$v){
  1223. $v['evaluation_time'] = date('Y-m-d',$v['evaluation_time']);
  1224. }
  1225. }else{
  1226. $list = [];
  1227. }
  1228. return Common::return_success('成功',compact('count','list'));
  1229. }
  1230. /**
  1231. * 设计师端我的评价
  1232. */
  1233. public static function designerEvaluationList($user_id,$Nowpage,$limits){
  1234. $where = [
  1235. 'a.designer_id'=>$user_id,
  1236. 'a.status'=>4,
  1237. 'a.is_del'=>1
  1238. ];
  1239. $count = Order::where($where)
  1240. ->alias('a')
  1241. ->join('q_user b','a.user_id=b.id')
  1242. ->count();
  1243. if ($count){
  1244. $list = Order::where($where)
  1245. ->alias('a')
  1246. ->join('q_user b','a.user_id=b.id')
  1247. ->page($Nowpage,$limits)
  1248. ->field('a.id,a.order_no,a.evaluation,a.evaluation_time,a.evaluation_content,b.name,b.nickname,b.headimg')
  1249. ->order('a.id desc')
  1250. ->select();
  1251. foreach ($list as &$v){
  1252. $v['evaluation_time'] = date('Y-m-d',$v['evaluation_time']);
  1253. }
  1254. }else{
  1255. $list = [];
  1256. }
  1257. return Common::return_success('成功',compact('count','list'));
  1258. }
  1259. /**
  1260. * 设计师端添加作品
  1261. */
  1262. public static function addWorks($user_id,$imgs){
  1263. $data = [
  1264. 'user_id'=>$user_id,
  1265. 'date'=>date('Y-m-d')
  1266. ];
  1267. foreach ($imgs as &$v){
  1268. $data['img'] = $v;
  1269. Works::create($data);
  1270. }
  1271. return Common::return_success('成功');
  1272. }
  1273. /**
  1274. * 设计师端作品管理
  1275. */
  1276. public static function workList($user_id){
  1277. $date = Works::where('user_id',$user_id)
  1278. ->where('is_del',1)
  1279. ->group('date')
  1280. ->order('id desc')
  1281. ->column('date');
  1282. if ($date){
  1283. $array = [];
  1284. foreach ($date as &$v){
  1285. $array2['date'] = $v;
  1286. $array2['imgs'] = Works::where('user_id',$user_id)
  1287. ->where('date',$v)
  1288. ->where('is_del',1)
  1289. ->field('id,img')
  1290. ->select();
  1291. array_push($array,$array2);
  1292. }
  1293. }else{
  1294. $array = [];
  1295. }
  1296. return Common::return_success('成功',$array);
  1297. }
  1298. /**
  1299. * 设计师端删除作品
  1300. */
  1301. public static function delWorks($user_id,$ids){
  1302. if (Works::whereIn('id',$ids)->where('user_id',$user_id)->update(['is_del'=>0])){
  1303. return Common::return_success('删除成功');
  1304. }else{
  1305. return Common::return_error('删除失败');
  1306. }
  1307. }
  1308. /**
  1309. * 设计师端首页
  1310. */
  1311. public static function designerIndex($user_id){
  1312. $list = Order::where('designer_id',$user_id)
  1313. ->where('is_del',1)
  1314. ->whereIn('status','1,2')
  1315. ->order('id desc')
  1316. ->limit(2)
  1317. ->select();
  1318. return Common::return_success('成功',$list);
  1319. }
  1320. /**
  1321. * 用户端订单列表
  1322. */
  1323. public static function designerOrderList($user_id,$status,$keywords,$Nowpage,$limits){
  1324. $count = self::designerOrderByWhere($status,$user_id,$keywords)->count();
  1325. if ($count){
  1326. $list = self::designerOrderByWhere($status,$user_id,$keywords)
  1327. ->page($Nowpage,$limits)
  1328. ->order('id desc')
  1329. ->select();
  1330. }else{
  1331. $list = [];
  1332. }
  1333. return Common::return_success('成功',compact('count','list'));
  1334. }
  1335. /**
  1336. * 订单条件
  1337. */
  1338. public static function designerOrderByWhere($status,$user_id,$keywords){
  1339. $query = Order::where('designer_id',$user_id)
  1340. ->where('is_del',1)
  1341. ->when($status,function ($query) use ($status){
  1342. if (in_array($status,['1','2'])){
  1343. $query->where('status',$status);
  1344. }elseif ($status==3){
  1345. $query->whereIn('status','3,4');
  1346. }
  1347. })
  1348. ->when($keywords,function ($query) use ($keywords){
  1349. $query->whereLike('project_name|order_no','%'.$keywords.'%');
  1350. });
  1351. if ($status===0){
  1352. $query = $query->where('status',$status);
  1353. }
  1354. return $query;
  1355. }
  1356. /**
  1357. * 设计师开始打卡
  1358. */
  1359. public static function clockInStart($user_id,$order_no,$start_address){
  1360. $order = Order::where('order_no',$order_no)->where('designer_id',$user_id)->find();
  1361. if (!$order)
  1362. return Common::return_error('订单不存在');
  1363. if ($order['status']!=1)
  1364. return Common::return_error('订单状态错误');
  1365. Db::startTrans();
  1366. try {
  1367. $order->status = 2;
  1368. $order->start_time = date('Y-m-d H:i:s');
  1369. $order->start_address = $start_address;
  1370. $order->save();
  1371. Db::commit();
  1372. Common::order_status($order->id,'设计师开始打卡成功');
  1373. return Common::return_success('打卡成功');
  1374. }catch (Exception $e) {
  1375. Db::rollback();
  1376. return Common::return_error('打卡失败');
  1377. }
  1378. }
  1379. /**
  1380. * 设计师结束打卡
  1381. */
  1382. public static function clockInEnd($user_id,$order_no,$end_address){
  1383. $order = Order::where('order_no',$order_no)->where('designer_id',$user_id)->find();
  1384. if (!$order)
  1385. return Common::return_error('订单不存在');
  1386. if ($order['status']!=2)
  1387. return Common::return_error('订单状态错误');
  1388. Db::startTrans();
  1389. try {
  1390. $order->status = 3;
  1391. $order->end_time = date('Y-m-d H:i:s');
  1392. $order->end_address = $end_address;
  1393. //判断是否产生加班费
  1394. $servicing = explode('-',$order['servicing_time']);
  1395. $end_time = strtotime($order['yy_date'].' '.$servicing[1]);
  1396. if (time()>$end_time){
  1397. $poor_minutes = floor((time()-$end_time)%86400/60);
  1398. //获取加班费每分钟多钱
  1399. $user_overtime_pay = self::where('id',$user_id)->value('overtime_pay');
  1400. if ($user_overtime_pay>0){
  1401. $price = $user_overtime_pay;
  1402. }else{
  1403. $price = $order['price'] * 0.1; //订单金额10%的加班费
  1404. }
  1405. $overtime_pay = sprintf("%.2f", ($price/60) * $poor_minutes); //四舍五入保留两位小数
  1406. $order->overtime_pay = $overtime_pay;
  1407. $order->overtime_pay_order_no = Common::getNewOrderId($order['designer_id']);
  1408. $order->overtime_pay_status = 1;
  1409. }
  1410. $designer = self::where('id',$order['designer_id'])->field('earnings_ratio,margin')->find();
  1411. //获取设计师收益金额
  1412. $designer_money = sprintf("%.2f",$order['pay_price'] * ($designer['earnings_ratio']/100));
  1413. $order->designer_money = $designer_money;
  1414. if ($designer['margin']<2000){
  1415. $designer_margin_money = 20;
  1416. $designer_real_money = $designer_money-20;
  1417. }else{
  1418. $designer_margin_money = 0;
  1419. $designer_real_money = $designer_money;
  1420. }
  1421. $order->designer_margin_money = $designer_margin_money;
  1422. $order->designer_real_money = $designer_real_money;
  1423. $order->designer_earnings_ratio = $designer['earnings_ratio'];
  1424. $order->save();
  1425. User::money($designer_real_money,$order['designer_id'],'订单收益',1,$order['id']);
  1426. if ($designer_margin_money>0){
  1427. User::margin($designer_margin_money,$order['designer_id'],'订单抵押金',1);
  1428. }
  1429. Common::order_status($order->id,'设计师结束打卡成功');
  1430. Db::commit();
  1431. return Common::return_success('打卡成功');
  1432. }catch (Exception $e) {
  1433. Db::rollback();
  1434. return Common::return_error('打卡失败');
  1435. }
  1436. }
  1437. /**
  1438. * 设计师结束工作上传作品
  1439. */
  1440. public static function orderUploading($user_id,$order_no,$works){
  1441. $order = Order::where('order_no',$order_no)->where('designer_id',$user_id)->find();
  1442. if (!$order)
  1443. return Common::return_error('订单不存在');
  1444. // if ($order['status']!=3)
  1445. // return Common::return_error('订单状态错误');
  1446. Db::startTrans();
  1447. try {
  1448. $order->works = implode(',',$works);
  1449. $order->save();
  1450. Db::commit();
  1451. Common::order_status($order->id,'设计师上传作品成功');
  1452. return Common::return_success('上传成功');
  1453. }catch (Exception $e) {
  1454. Db::rollback();
  1455. return Common::return_error('上传失败');
  1456. }
  1457. }
  1458. /**
  1459. * 优惠券列表
  1460. */
  1461. public static function couponList($user_id,$Nowpage,$limits){
  1462. CouponUser::couponsTimeOut($user_id);
  1463. $count = CouponUser::where('user_id',$user_id)
  1464. ->where('status',0)
  1465. ->count();
  1466. if ($count){
  1467. $list = CouponUser::where('user_id',$user_id)
  1468. ->where('status',0)
  1469. ->order('id desc')
  1470. ->page($Nowpage,$limits)
  1471. ->select();
  1472. foreach ($list as &$v){
  1473. $v['add_time'] = date('Y-m-d',$v['add_time']);
  1474. $v['end_time'] = date('Y-m-d',$v['end_time']);
  1475. }
  1476. }else{
  1477. $list = [];
  1478. }
  1479. return Common::return_success('成功',compact('count','list'));
  1480. }
  1481. /**
  1482. * 公告列表
  1483. */
  1484. public static function notice(){
  1485. $list = Notice::where('status',1)
  1486. ->where('is_del',1)
  1487. ->where('is_show',1)
  1488. ->order('id desc')
  1489. ->select();
  1490. return Common::return_success('成功',$list);
  1491. }
  1492. /**
  1493. * 根据手机号获取用户信息
  1494. */
  1495. public static function getByMobile($phone){
  1496. $userinfo = self::where('phone',$phone)->find();
  1497. return $userinfo;
  1498. }
  1499. /**
  1500. * 获取用户信息
  1501. */
  1502. public static function getUserInfo($id){
  1503. $info = self::where('id',$id)->field('password',true)->find();
  1504. if (!$info['skills_label']){
  1505. $info['skills_label'] = [];
  1506. }else{
  1507. $info['skills_label'] = explode(',', $info['skills_label']);
  1508. }
  1509. if (!$info['good_type']){
  1510. $info['good_type'] = [];
  1511. }else{
  1512. $info['good_type'] = explode(',', $info['good_type']);
  1513. }
  1514. if (!$info['good_style']){
  1515. $info['good_style'] = [];
  1516. }else{
  1517. $info['good_style'] = explode(',', $info['good_style']);
  1518. }
  1519. if (!$info['related_certificate']){
  1520. $info['related_certificate'] = [];
  1521. }else{
  1522. $info['related_certificate'] = explode(',', $info['related_certificate']);
  1523. }
  1524. if (!$info['works']){
  1525. $info['works'] = [];
  1526. }else{
  1527. $info['works'] = explode(',', $info['works']);
  1528. }
  1529. return $info;
  1530. }
  1531. /**
  1532. * 变更会员余额
  1533. * @param int $money 余额
  1534. * @param int $user_id 会员ID
  1535. * @param string $memo 备注
  1536. */
  1537. public static function money($money, $user_id, $memo, $pm = 0, $link_id = 0)
  1538. {
  1539. $user = self::get($user_id);
  1540. if ($user)
  1541. {
  1542. $before = $user->money;
  1543. if ($pm==1){
  1544. $after = $user->money + $money;
  1545. }else{
  1546. $after = $user->money - $money;
  1547. }
  1548. //更新会员信息
  1549. $user->save(['money' => $after]);
  1550. //写入日志
  1551. MoneyLog::create(['user_id' => $user_id,'pm' => $pm, 'change_money' => $money, 'before' => $before, 'after' => $after, 'title' => $memo,'link_id'=>$link_id]);
  1552. }
  1553. }
  1554. /**
  1555. * 变更会员余额
  1556. * @param int $money 余额
  1557. * @param int $user_id 会员ID
  1558. * @param string $memo 备注
  1559. */
  1560. public static function margin($money, $user_id, $memo, $pm = 0)
  1561. {
  1562. $user = self::get($user_id);
  1563. if ($user)
  1564. {
  1565. $before = $user->margin;
  1566. if ($pm==1){
  1567. $after = $user->margin + $money;
  1568. }else{
  1569. $after = $user->margin - $money;
  1570. }
  1571. //更新会员信息
  1572. $user->save(['margin' => $after]);
  1573. //写入日志
  1574. MarginLog::create(['user_id' => $user_id,'pm' => $pm, 'change_money' => $money, 'before' => $before, 'after' => $after, 'title' => $memo]);
  1575. }
  1576. }
  1577. /**
  1578. * 十分钟未支付,取消订单
  1579. */
  1580. public static function systemCancelOrder(){
  1581. Order::where('status',0)->chunk(20,function ($list){
  1582. foreach ($list as &$v) {
  1583. $seven = strtotime($v['create_at'])+(10*60);
  1584. if ($seven<time()){
  1585. Order::where('id',$v['id'])->update(
  1586. [
  1587. 'status'=>5,
  1588. 'cancel_reason'=>'订单超时自动取消'
  1589. ]
  1590. );
  1591. }
  1592. }
  1593. },'id','asc');
  1594. }
  1595. }