Model_notice.php 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529
  1. <?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
  2. class Model_notice extends Lin_Model
  3. {
  4. function __construct(){
  5. parent::__construct();
  6. $this->load->database();
  7. $this->table = 'notice';
  8. $this->load_table('notice');
  9. $this->load->_model("Model_logic_ding","logic_ding");
  10. }
  11. public function get_type($shop,$type,$logisticstatus,$ordertatus)//查找符合消息发送条件的信息
  12. {
  13. if($type == 1)
  14. {
  15. return $this->find("shop = '$shop' and type = '$type' and ordertatus = '$ordertatus' and state = 1 and ktime < 'time()' and jtime < 'time()'");
  16. }
  17. else if($type == 2)
  18. {
  19. return $this->find("shop = '$shop' and type = '$type' and logisticstatus = '$logisticstatus' and state = 1 and ktime < 'time()' and jtime < 'time()'");
  20. }
  21. else if($type == 3)
  22. {
  23. return $this->find("shop = '$shop' and type = '$type' and state = 1 and ktime < 'time()' and jtime < 'time()'");
  24. }
  25. }
  26. //所属店铺、模板类型、物流状态/订单状态
  27. /** 通过订单状态 */
  28. public function get_ordertatus($ordertatus)
  29. {
  30. return $this->find("ordertatus = '$ordertatus'");
  31. }
  32. public function get_go($list,$shop,$genre,$option)
  33. {
  34. //aptsmt获取订单:崔付款、确认地址
  35. $time = time();
  36. $data = $this->find("shop = '".$shop['id']."' and ".$genre." = '$option' and ktime < '$time' and jtime > '$time' and state = 1");//$genre三种模式:订单状态、物流跟踪、营销。启用状态下,有效期内搜索该店铺设置
  37. if($data)//如果可用模板配置
  38. {
  39. $message=2;
  40. $list['orderinfo'] = ($message==1)?substr($list['orderinfo'],1):$list['orderinfo'];
  41. if($message==1)
  42. {
  43. $expresscode = (isset($express['title']))?$express['title']:'';
  44. }
  45. else
  46. {
  47. $expresscode = (isset($express['aecode']))?$express['aecode']:'';
  48. }
  49. if(!isset($list['country']))
  50. {
  51. $list['waybill'] = '';
  52. $list['phone'] = '';
  53. $list['zipcode'] = '';
  54. $list['country'] = '';
  55. $list['province'] = '';
  56. $list['city'] = '';
  57. $list['address'] = '';
  58. $list['product'] = '';
  59. }
  60. $express['url'] = (isset($express['url']))?$express['url']:'';
  61. $list['userName'] = (isset($list['userName']))?$list['userName']:'';
  62. $list['orderid'] = (isset($list['orderid']))?$list['orderid']:'';
  63. $list['name'] = (isset($list['name']))?$list['name']:'';
  64. $list['bname'] = (isset($list['bname']))?$list['bname']:'';
  65. $list['sname'] = (isset($list['sname']))?$list['sname']:'';
  66. $list['saddress'] = (isset($list['saddress']))?$list['saddress']:'';
  67. $list['baddress'] = (isset($list['baddress']))?$list['baddress']:'';
  68. $list['quantity'] = (isset($list['quantity']))?(($list['quantity'] > '1')?$list['quantity'].' packages of':''):'';
  69. $list['parameter'] = (isset($list['parameter']))?$list['parameter']:'';
  70. $ProductSKU = (isset($list['issku']))?$list['issku']:$list['sku'];
  71. $yjtime = (isset($express['yjtime']))?$express['yjtime']:'';
  72. $product = '';
  73. if($list['product'] != '')
  74. {
  75. $list['product'] = str_replace("'","",$list['product']);
  76. if($list['link'] != '' && $list['source'] != '1')
  77. {
  78. $pt = explode(',',$list['product']);
  79. $lk = explode(',',$list['link']);
  80. for($i=0;$i<count($pt);$i++)
  81. {
  82. $a = $pt[$i];
  83. //$a = (stripos($pt[$i],'Lace Front Wig Body Wave Human Hair Wigs Pre Plucked Brazilian Virgin Hair') !== false || stripos($pt[$i],'Deep Wave Wig 100 Human Hair Swiss Lace Curly Hair Lace Front Wig') !== false || stripos($pt[$i],'Alipearl Lace Front Wig Silky Straight 100% Virgin Human Hair') !== false || stripos($pt[$i],'Long Wigs Water Wave Lace Front Wigs Natural Wave Wigs For Sale') !== false || stripos($pt[$i],'Deep Wave Long Hair Wigs Lace Front Wigs Cheap Human Hair Wigs') !== false || stripos($pt[$i],'Long Wigs Loose Deep Wave Lace Front Wigs For Black Women') !== false || stripos($pt[$i],'Long Black Wigs Body Wave Lace Front Wigs With Baby Hair') !== false || stripos($pt[$i],'Long Curly Wigs Lace Front Wigs Human Hair Lace Front Wigs') !== false || stripos($pt[$i],'Blonde Skunk Stripe Hair Natural Body Wave Hairstyle Lace Wigs for Women') !== false)?'<font style="color:#F39">'.$pt[$i].'</font>':$pt[$i];
  84. if(isset($lk[$i]) && stripos($content,'<img') !== false)
  85. {
  86. $product .= ($product != '')?' , <a href="'.$lk[$i].'" target="_blank">'.$a.'</a>':'<a href="'.$lk[$i].'" target="_blank">'.$a.'</a>';
  87. }
  88. else
  89. {
  90. $product .= ($product != '')?' , '.$a:$a;
  91. }
  92. }
  93. }
  94. }
  95. $ProductName = '';
  96. $st = explode(';',trim($list['fpdata'],';'));
  97. foreach ($st as $v)
  98. {
  99. $v = explode('|',trim($v,'|'));
  100. $th = $this->producttitle->get_title($v[1]);
  101. if($th)
  102. {
  103. $ProductName .= $th['th'].', ';
  104. }
  105. else
  106. {
  107. $ProductName .= $v[1].', ';
  108. }
  109. }
  110. $ProductName = trim($ProductName,', ');
  111. $firstName = explode(' ',$list['name']);
  112. $t= array('$userName','$firstName','$orderid','$trackingNumber','$expressCompany','$expressWebsite','$contactPerson','$Bname','$Sname','$mobileNo','$zip','$country','$province','$city','$recipientAddress','$productInfo','$ShipAddress','$BillAddress','$Quantity','$parameter','$productTitle','$ProductName','$ProductSKU','$DeliveryTime',"[Smile]","[Shy]","[Tongue]","[Titter]","[Admire]","[Risus]","[Dance]","[Blow a Kiss]","[Comfort]","[Hug]","[Put on steam]","[Victory]","[Strong]","[Kiss]","[Anthomaniac]","[Grin]","[Seek]","[Call out]","[Cast accounts]","[Miser]","[Good idea]","[Grimace]","[Angel]","[Good bye]","[Drool]","[Enjoy]","[Erotomania]","[Dumbstruck]","[Thinking]","[Puzzle]","[Query]","[No money]","[Bored]","[Suspect]","[Hush]","[Complacent]","[Shake head]","[Cold]","[Awkward]","[Smirk]","[Amazed]","[However]","[Sweat]","[Loneliness]","[Sleepy]","[Faint]","[Distressed]","[Grievance]","[Sob]","[Cry]","[Wail]","[Obey]","[Sorry]","[Bye]","[Frown]","[So tired]","[Fall ill]","[Vomit]","[Fall on evil days]","[Surprised]","[Stunned]","[Shut up]","[Due to flat]","[Despise you]","[Rage]","[Angry]","[Mammon]","[Learn from lei feng]","[Wishing you prosperity]","[Waiter]","[Boss]","[Evil]","[Challenge]","[CS]","[Invisible man]","[Bomb]","[Scream]","[Beautiful girl]","[Handsome boy]","[Fortune cat]","[Deal]","[Handclap]","[Handshake]","[Lips]","[Rose]","[Wither]","[Heart]","[Heartbreak]","[Money]","[Shopping]","[Gift]","[Email]","[Phone]","[Cheers]","[Clock]","[Waiting]","[Late]","[Plane]","[Alipay]");//需要被替换的内容
  113. $h= array($list['name'],$firstName,$list['orderinfo'],$list['waybill'],$expresscode,$express['url'],$list['name'],$list['bname'],$list['sname'],$list['phone'],$list['zipcode'],$list['country'],$list['province'],$list['city'],$list['address'],$list['product'],$list['saddress'],$list['baddress'],$list['quantity'],$list['parameter'],$product,$ProductName,$ProductSKU,$yjtime,"/:000","/:001","/:002","/:003","/:004","/:005","/:006","/:007","/:008","/:009","/:010","/:011","/:012","/:013","/:014","/:015","/:016","/:017","/:018","/:019","/:020","/:021","/:022","/:023","/:024","/:025","/:026","/:027","/:028","/:029","/:030","/:031","/:032","/:033","/:034","/:035","/:036","/:037","/:038","/:039","/:040","/:041","/:042","/:043","/:044","/:045","/:046","/:047","/:048","/:049","/:050","/:051","/:052","/:053","/:054","/:055","/:056","/:057","/:058","/:059","/:060","/:061","/:062","/:063","/:064","/:065","/:066","/:067","/:068","/:069","/:070","/:071","/:072","/:073","/:074","/:075","/:076","/:077","/:078","/:079","/:080","/:081","/:082","/:083","/:084","/:085","/:086","/:087","/:088","/:089","/:090","/:091","/:092","/:093","/:094","/:095","/:096","/:097","/:098");//替换的内容
  114. $content = str_replace($t,$h,$data['content']);
  115. if($data['message'] == 1)//如果是发送邮件
  116. {
  117. if(!preg_match("/([\w\-]+\@[\w\-]+\.[\w\-]+)/",$list['email']))
  118. {
  119. return '邮箱地址错误,请检查';exit;
  120. }
  121. $emailbt = ($data['emailtitle'] != '')?str_replace($t,$h,$data['emailtitle']):'The product you purchased has a new progress';
  122. $this->load->library('email');
  123. $config['protocol'] = 'smtp';
  124. $config['smtp_host'] = 'smtpdm-ap-southeast-1.aliyun.com';
  125. $config['smtp_port'] = 465;
  126. $config['smtp_user'] = 'service@email.supernovahair.com';
  127. $config['smtp_pass'] = 'LONGyihair374';
  128. $config['smtp_crypto'] = 'ssl';
  129. $config['crlf'] = "\r\n";
  130. $config['newline'] = "\r\n";
  131. $this->email->initialize($config);
  132. $this->email->set_newline("\r\n");
  133. $this->email->from('service@email.supernovahair.com',$shopname);
  134. $this->email->to($list['email']);//收件
  135. $this->email->subject($emailbt);//标题
  136. $this->email->message($content);//内容
  137. if ($this->email->send())
  138. {
  139. return 1;//成功
  140. }
  141. else
  142. {
  143. return '发送失败';
  144. }
  145. }
  146. else if($data['message'] == 2 && $list['userid'] != '')//如果是速卖通站内信,用户ID不为空
  147. {
  148. $ch = curl_init();
  149. $url = 'http://39.100.97.180/smtold.php';
  150. curl_setopt($ch,CURLOPT_URL,$url);
  151. curl_setopt($ch,CURLOPT_RETURNTRANSFER,1);
  152. curl_setopt($ch,CURLOPT_HEADER,0);
  153. curl_setopt($ch,CURLOPT_POST, 1);
  154. curl_setopt($ch,CURLOPT_CONNECTTIMEOUT,600);
  155. //设置post数据
  156. $post = array();
  157. $post['shopid'] = $shop['brandname'];//速卖通店铺ID
  158. $post['userid'] = $list['userid'];//速卖通买家ID
  159. $post['message_type'] = 'order';//消息类型,product(商品)、member(会员,包含店铺)、order(订单)
  160. $post['content'] = $content;//发送内容
  161. $post['code'] = $shop['code'];
  162. $post['order'] = $list['orderinfo'];
  163. curl_setopt($ch, CURLOPT_POSTFIELDS,http_build_query($post));
  164. $res = curl_exec($ch);
  165. curl_close($ch);
  166. $res = json_decode($res,true);
  167. if(isset($res['is_success']))
  168. {
  169. return 1;//成功
  170. }
  171. else
  172. {
  173. return isset($res['error_msg'])?$res['error_msg']:(isset($res['sub_msg'])?$res['sub_msg']:'发送失败');
  174. }
  175. }
  176. else
  177. {
  178. return '邮箱错误或者没有UserID';
  179. }
  180. }
  181. else
  182. {
  183. return '无可用站内信模板';
  184. }
  185. }
  186. public function get_god($list,$shop,$express,$notice)//单个订单整体模式
  187. {
  188. $list['orderinfo'] = ($notice['message']==1)?substr($list['orderinfo'],1):$list['orderinfo'];
  189. if($notice['message']==1)
  190. {
  191. $expresscode = (isset($express['title']))?$express['title']:'';
  192. }
  193. else
  194. {
  195. $expresscode = (isset($express['aecode']))?$express['aecode']:'';
  196. }
  197. if(!isset($list['country']))
  198. {
  199. $list['waybill'] = '';
  200. $list['phone'] = '';
  201. $list['zipcode'] = '';
  202. $list['country'] = '';
  203. $list['province'] = '';
  204. $list['city'] = '';
  205. $list['address'] = '';
  206. $list['product'] = '';
  207. }
  208. $express['url'] = (isset($express['url']))?$express['url']:'';
  209. $list['userName'] = (isset($list['userName']))?$list['userName']:'';
  210. $list['orderid'] = (isset($list['orderid']))?$list['orderid']:'';
  211. $list['name'] = (isset($list['name']))?$list['name']:'';
  212. $list['bname'] = (isset($list['bname']))?$list['bname']:'';
  213. $list['sname'] = (isset($list['sname']))?$list['sname']:'';
  214. $list['saddress'] = (isset($list['saddress']))?$list['saddress']:'';
  215. $list['baddress'] = (isset($list['baddress']))?$list['baddress']:'';
  216. $list['quantity'] = (isset($list['quantity']))?(($list['quantity'] > '1')?$list['quantity'].' packages of':''):'';
  217. $list['parameter'] = (isset($list['parameter']))?$list['parameter']:'';
  218. $list['waybill'] = (isset($list['waybill']))?$list['waybill']:'';
  219. $ProductSKU = (isset($list['issku']))?$list['issku']:$list['sku'];
  220. $yjtime = (isset($express['yjtime']))?$express['yjtime']:'';
  221. $product = '';
  222. if($list['product'] != '')
  223. {
  224. $list['product'] = str_replace("'","",$list['product']);
  225. if($list['link'] != '' && $list['source'] != '1')
  226. {
  227. $pt = explode(',',$list['product']);
  228. $lk = explode(',',$list['link']);
  229. for($i=0;$i<count($pt);$i++)
  230. {
  231. $a = $pt[$i];
  232. //$a = (stripos($pt[$i],'Lace Front Wig Body Wave Human Hair Wigs Pre Plucked Brazilian Virgin Hair') !== false || stripos($pt[$i],'Deep Wave Wig 100 Human Hair Swiss Lace Curly Hair Lace Front Wig') !== false || stripos($pt[$i],'Alipearl Lace Front Wig Silky Straight 100% Virgin Human Hair') !== false || stripos($pt[$i],'Long Wigs Water Wave Lace Front Wigs Natural Wave Wigs For Sale') !== false || stripos($pt[$i],'Deep Wave Long Hair Wigs Lace Front Wigs Cheap Human Hair Wigs') !== false || stripos($pt[$i],'Long Wigs Loose Deep Wave Lace Front Wigs For Black Women') !== false || stripos($pt[$i],'Long Black Wigs Body Wave Lace Front Wigs With Baby Hair') !== false || stripos($pt[$i],'Long Curly Wigs Lace Front Wigs Human Hair Lace Front Wigs') !== false || stripos($pt[$i],'Blonde Skunk Stripe Hair Natural Body Wave Hairstyle Lace Wigs for Women') !== false)?'<font style="color:#F39">'.$pt[$i].'</font>':$pt[$i];
  233. if(isset($lk[$i]) && stripos($notice['content'],'<img') !== false)
  234. {
  235. $product .= ($product != '')?' , <a href="'.$lk[$i].'" target="_blank">'.$a.'</a>':'<a href="'.$lk[$i].'" target="_blank">'.$a.'</a>';
  236. }
  237. else
  238. {
  239. $product .= ($product != '')?' , '.$a:$a;
  240. }
  241. }
  242. }
  243. }
  244. $ProductName = '';
  245. $st = explode(';',trim($list['fpdata'],';'));
  246. foreach ($st as $v)
  247. {
  248. $v = explode('|',trim($v,'|'));
  249. if(isset($v[1]))
  250. {
  251. $th = $this->producttitle->get_title($v[1]);
  252. if($th)
  253. {
  254. $ProductName .= $th['th'].', ';
  255. }
  256. else
  257. {
  258. $ProductName .= $v[1].', ';
  259. }
  260. }
  261. }
  262. $ProductName = trim($ProductName,', ');
  263. $firstName = explode(' ',$list['name']);
  264. $t= array('$userName','$firstName','$orderid','$trackingNumber','$expressCompany','$expressWebsite','$contactPerson','$Bname','$Sname','$mobileNo','$zip','$country','$province','$city','$recipientAddress','$productInfo','$ShipAddress','$BillAddress','$Quantity','$parameter','$productTitle','$ProductName','$ProductSKU','$DeliveryTime',"[Smile]","[Shy]","[Tongue]","[Titter]","[Admire]","[Risus]","[Dance]","[Blow a Kiss]","[Comfort]","[Hug]","[Put on steam]","[Victory]","[Strong]","[Kiss]","[Anthomaniac]","[Grin]","[Seek]","[Call out]","[Cast accounts]","[Miser]","[Good idea]","[Grimace]","[Angel]","[Good bye]","[Drool]","[Enjoy]","[Erotomania]","[Dumbstruck]","[Thinking]","[Puzzle]","[Query]","[No money]","[Bored]","[Suspect]","[Hush]","[Complacent]","[Shake head]","[Cold]","[Awkward]","[Smirk]","[Amazed]","[However]","[Sweat]","[Loneliness]","[Sleepy]","[Faint]","[Distressed]","[Grievance]","[Sob]","[Cry]","[Wail]","[Obey]","[Sorry]","[Bye]","[Frown]","[So tired]","[Fall ill]","[Vomit]","[Fall on evil days]","[Surprised]","[Stunned]","[Shut up]","[Due to flat]","[Despise you]","[Rage]","[Angry]","[Mammon]","[Learn from lei feng]","[Wishing you prosperity]","[Waiter]","[Boss]","[Evil]","[Challenge]","[CS]","[Invisible man]","[Bomb]","[Scream]","[Beautiful girl]","[Handsome boy]","[Fortune cat]","[Deal]","[Handclap]","[Handshake]","[Lips]","[Rose]","[Wither]","[Heart]","[Heartbreak]","[Money]","[Shopping]","[Gift]","[Email]","[Phone]","[Cheers]","[Clock]","[Waiting]","[Late]","[Plane]","[Alipay]");//需要被替换的内容
  265. $h= array($list['name'],$firstName[0],$list['orderinfo'],$list['waybill'],$expresscode,$express['url'],$list['name'],$list['bname'],$list['sname'],$list['phone'],$list['zipcode'],$list['country'],$list['province'],$list['city'],$list['address'],$list['product'],$list['saddress'],$list['baddress'],$list['quantity'],$list['parameter'],$product,$ProductName,$ProductSKU,$yjtime,"/:000","/:001","/:002","/:003","/:004","/:005","/:006","/:007","/:008","/:009","/:010","/:011","/:012","/:013","/:014","/:015","/:016","/:017","/:018","/:019","/:020","/:021","/:022","/:023","/:024","/:025","/:026","/:027","/:028","/:029","/:030","/:031","/:032","/:033","/:034","/:035","/:036","/:037","/:038","/:039","/:040","/:041","/:042","/:043","/:044","/:045","/:046","/:047","/:048","/:049","/:050","/:051","/:052","/:053","/:054","/:055","/:056","/:057","/:058","/:059","/:060","/:061","/:062","/:063","/:064","/:065","/:066","/:067","/:068","/:069","/:070","/:071","/:072","/:073","/:074","/:075","/:076","/:077","/:078","/:079","/:080","/:081","/:082","/:083","/:084","/:085","/:086","/:087","/:088","/:089","/:090","/:091","/:092","/:093","/:094","/:095","/:096","/:097","/:098");//替换的内容
  266. $notice['content'] = str_replace($t,$h,$notice['content']);
  267. $this->logic_ding->sendToDing("监听同步平台信息".$list['orderinfo']."【".$notice['content']."】");
  268. if($notice['emailtitle'] != '')
  269. {
  270. $notice['emailtitle'] = str_replace($t,$h,$notice['emailtitle']);
  271. $emailbt = $notice['emailtitle'];
  272. }
  273. else
  274. {
  275. $emailbt = $shop['brandname'].' Hair Service- Order Confirmation #'.$list['orderinfo'];
  276. }
  277. if($notice['message'] == 1)//如果是发送邮件
  278. {
  279. if(!$notice['email']['smtp_host'] || !$notice['email']['smtp_user'] || !$notice['email']['smtp_pass'])
  280. {
  281. return '此店铺没有配置邮件服务器信息!';exit;
  282. }
  283. if(!preg_match("/([\w\-]+\@[\w\-]+\.[\w\-]+)/",$list['email']))
  284. {
  285. return '邮箱地址错误,请检查';exit;
  286. }
  287. if($notice['email']['smtp_host'] == 'smtp.gmail.com')
  288. {
  289. $ch = curl_init();
  290. $url = 'http://e.wepolicy.cn/';
  291. curl_setopt($ch,CURLOPT_URL,$url);
  292. curl_setopt($ch,CURLOPT_RETURNTRANSFER,1);
  293. curl_setopt($ch,CURLOPT_HEADER,0);
  294. curl_setopt($ch,CURLOPT_POST, 1);
  295. curl_setopt($ch,CURLOPT_CONNECTTIMEOUT,600);
  296. //设置post数据
  297. $post = array();
  298. $post['notice'] = $notice;
  299. $post['list'] = $list;
  300. $post['shop'] = $order;
  301. $post['emailbt'] = $emailbt;
  302. curl_setopt($ch, CURLOPT_POSTFIELDS,http_build_query($post));
  303. $res = curl_exec($ch);
  304. curl_close($ch);
  305. $res = json_decode($res,true);
  306. if($res)
  307. {
  308. return $res;//成功
  309. }
  310. else
  311. {
  312. return '发送失败';
  313. }
  314. }
  315. else
  316. {
  317. $this->load->library('email');
  318. $config['protocol'] = $notice['email']['protocol'];
  319. $config['smtp_host'] = $notice['email']['smtp_host'];
  320. $config['smtp_port'] = $notice['email']['smtp_port'];
  321. $config['smtp_timeout']='30';
  322. $config['smtp_user'] = $notice['email']['smtp_user'];
  323. $config['smtp_pass'] = $notice['email']['smtp_pass'];
  324. $config['smtp_crypto'] = $notice['email']['smtp_crypto'];
  325. $config['crlf'] = "\r\n";
  326. $config['newline'] = "\r\n";
  327. if(stripos($notice['content'],'</p>') !== false)
  328. {
  329. $notice['content'] = str_replace(array('<p>','<p style="'),array('<p style="margin:0px;">','<p style="margin:0px;'),$notice['content']);
  330. $config['mailtype'] = "html";
  331. }
  332. $this->email->initialize($config);
  333. $this->email->set_newline("\r\n");
  334. $this->email->from($notice['email']['smtp_user'],$shop['shopname']);//发送方
  335. $this->email->to($list['email']);//收件
  336. $this->email->subject($emailbt);//标题
  337. $this->email->message($notice['content']);//内容
  338. if ($this->email->send())
  339. {
  340. return 1;
  341. }
  342. else
  343. {
  344. return $this->email->print_debugger(array('headers'));
  345. }
  346. }
  347. }
  348. else if($notice['message'] == 2 && $list['userid'] != '')//如果是速卖通站内信,用户ID不为空
  349. {
  350. /**
  351. $ch = curl_init();
  352. $url = 'http://39.100.97.180/smtold.php';
  353. curl_setopt($ch,CURLOPT_URL,$url);
  354. curl_setopt($ch,CURLOPT_RETURNTRANSFER,1);
  355. curl_setopt($ch,CURLOPT_HEADER,0);
  356. curl_setopt($ch,CURLOPT_POST, 1);
  357. curl_setopt($ch,CURLOPT_CONNECTTIMEOUT,600);
  358. //设置post数据
  359. $post = array();
  360. $post['shopid'] = $shop['brandname'];//速卖通店铺ID
  361. $post['userid'] = $list['userid'];//速卖通买家ID
  362. $post['message_type'] = 'order';//消息类型,product(商品)、member(会员,包含店铺)、order(订单)
  363. $post['content'] = $notice['content'];//发送内容
  364. $post['code'] = $shop['code'];
  365. $post['order'] = $list['orderinfo'];
  366. curl_setopt($ch, CURLOPT_POSTFIELDS,http_build_query($post));
  367. $res = curl_exec($ch);
  368. curl_close($ch);
  369. $res = json_decode($res,true);
  370. if(isset($res['is_success']))
  371. {
  372. return 1;//成功
  373. }
  374. else
  375. {
  376. return $res;
  377. }
  378. **/
  379. }
  380. else if($notice['message'] == 3 && $list['user_id'] != '')//如果是TT会话,用户ID不为空
  381. {
  382. $url = 'https://open-api.tiktokglobalshop.com';
  383. $link = '/customer_service/202309/conversations';
  384. $time = time();
  385. $post['buyer_user_id'] = $list['user_id'];
  386. $queryParams['shop_cipher'] =$shop['shop_cipher'];
  387. //$queryParams['shop_id'] =$shop['codeid'];
  388. $queryParams['app_key'] =$shop['app_key'];
  389. $queryParams['timestamp'] =$time;
  390. $link .= '?'.http_build_query($queryParams);
  391. $sign = $this->apitt->sign($link,$shop['app_secret'],$post);
  392. $url .= $link.'&sign='.$sign;
  393. $headers = array('Content-Type: application/json','x-tts-access-token:'.$shop['token']);
  394. $res = $this->apitt->su_curl($post,$url,$headers);
  395. $res = json_decode($res,true);
  396. if(isset($res['data']['conversation_id']))
  397. {
  398. $f = $this->_ttfs($shop,$notice['content'],$res['data']['conversation_id']);
  399. if(isset($f['data']['message_id']))
  400. {
  401. return 1;//成功
  402. }
  403. else
  404. {
  405. return isset($f['message'])?'B:'.$f['message']:'发送失败';
  406. }
  407. }
  408. else
  409. {
  410. return isset($res['message'])?'A:'.$res['message']:'发送失败';
  411. }
  412. }
  413. else
  414. {
  415. return '无可用发送平台!';
  416. }
  417. }
  418. public function _ttfs($shop,$notice,$conversation_id)//TT发送信息
  419. {
  420. $url = 'https://open-api.tiktokglobalshop.com';
  421. $link = '/customer_service/202309/conversations/'.$conversation_id.'/messages';
  422. $time = time();
  423. $notice = str_replace('</p>','\n',$notice);
  424. $post['type'] = 'TEXT';
  425. $post['content'] = '{"content": "'.strip_tags($notice).'"}';
  426. //$queryParams['access_token'] = $shop['token'];
  427. $queryParams['shop_cipher'] = $shop['shop_cipher'];
  428. $queryParams['shop_id'] = $shop['codeid'];
  429. $queryParams['app_key'] = $shop['app_key'];
  430. $queryParams['version'] = '202309';
  431. $queryParams['timestamp'] =$time;
  432. $link .= '?'.http_build_query($queryParams);
  433. $sign = $this->apitt->sign($link,$shop['app_secret'],$post);
  434. $url .= $link.'&sign='.$sign;
  435. $headers = array('Content-Type: application/json','x-tts-access-token:'.$shop['token']);
  436. $res = $this->apitt->su_curl($post,$url,$headers);
  437. $res = json_decode($res,true);
  438. return $res;
  439. }
  440. public function get_smtone($list,$shop,$content)//单个订单非快递信息模式模式
  441. {
  442. if(!isset($list['country']))
  443. {
  444. $list['waybill'] = '';
  445. $list['phone'] = '';
  446. $list['zipcode'] = '';
  447. $list['country'] = '';
  448. $list['province'] = '';
  449. $list['city'] = '';
  450. $list['address'] = '';
  451. $list['product'] = '';
  452. }
  453. $expresscode = (isset($express['aecode']))?$express['aecode']:'';
  454. $express['url'] = (isset($express['url']))?$express['url']:'';
  455. $list['userName'] = (isset($list['userName']))?$list['userName']:'';
  456. $list['orderid'] = (isset($list['orderid']))?$list['orderid']:'';
  457. $list['name'] = (isset($list['name']))?$list['name']:'';
  458. $list['bname'] = (isset($list['bname']))?$list['bname']:'';
  459. $list['sname'] = (isset($list['sname']))?$list['sname']:'';
  460. $product = '';
  461. if($list['product'] != '')
  462. {
  463. $list['product'] = str_replace("'","",$list['product']);
  464. if($list['link'] != '' && $list['source'] != '1')
  465. {
  466. $pt = explode(',',$list['product']);
  467. $lk = explode(',',$list['link']);
  468. for($i=0;$i<count($pt);$i++)
  469. {
  470. $a = $pt[$i];
  471. //$a = (stripos($pt[$i],'Lace Front Wig Body Wave Human Hair Wigs Pre Plucked Brazilian Virgin Hair') !== false || stripos($pt[$i],'Deep Wave Wig 100 Human Hair Swiss Lace Curly Hair Lace Front Wig') !== false || stripos($pt[$i],'Alipearl Lace Front Wig Silky Straight 100% Virgin Human Hair') !== false || stripos($pt[$i],'Long Wigs Water Wave Lace Front Wigs Natural Wave Wigs For Sale') !== false || stripos($pt[$i],'Deep Wave Long Hair Wigs Lace Front Wigs Cheap Human Hair Wigs') !== false || stripos($pt[$i],'Long Wigs Loose Deep Wave Lace Front Wigs For Black Women') !== false || stripos($pt[$i],'Long Black Wigs Body Wave Lace Front Wigs With Baby Hair') !== false || stripos($pt[$i],'Long Curly Wigs Lace Front Wigs Human Hair Lace Front Wigs') !== false || stripos($pt[$i],'Blonde Skunk Stripe Hair Natural Body Wave Hairstyle Lace Wigs for Women') !== false)?'<font style="color:#F39">'.$pt[$i].'</font>':$pt[$i];
  472. if(isset($lk[$i]) && stripos($content,'<img') !== false)
  473. {
  474. $product .= ($product != '')?' , <a href="'.$lk[$i].'" target="_blank">'.$a.'</a>':'<a href="'.$lk[$i].'" target="_blank">'.$a.'</a>';
  475. }
  476. else
  477. {
  478. $product .= ($product != '')?' , '.$a:$a;
  479. }
  480. }
  481. }
  482. }
  483. $firstName = explode(' ',$list['name']);
  484. $t= array('$userName','$firstName','$orderid','$trackingNumber','$expressCompany','$expressWebsite','$contactPerson','$Bname','$Sname','$mobileNo','$zip','$country','$province','$city','$recipientAddress','$productInfo','$ShipAddress','$BillAddress','$Quantity','$parameter','$productTitle',"[Smile]","[Shy]","[Tongue]","[Titter]","[Admire]","[Risus]","[Dance]","[Blow a Kiss]","[Comfort]","[Hug]","[Put on steam]","[Victory]","[Strong]","[Kiss]","[Anthomaniac]","[Grin]","[Seek]","[Call out]","[Cast accounts]","[Miser]","[Good idea]","[Grimace]","[Angel]","[Good bye]","[Drool]","[Enjoy]","[Erotomania]","[Dumbstruck]","[Thinking]","[Puzzle]","[Query]","[No money]","[Bored]","[Suspect]","[Hush]","[Complacent]","[Shake head]","[Cold]","[Awkward]","[Smirk]","[Amazed]","[However]","[Sweat]","[Loneliness]","[Sleepy]","[Faint]","[Distressed]","[Grievance]","[Sob]","[Cry]","[Wail]","[Obey]","[Sorry]","[Bye]","[Frown]","[So tired]","[Fall ill]","[Vomit]","[Fall on evil days]","[Surprised]","[Stunned]","[Shut up]","[Due to flat]","[Despise you]","[Rage]","[Angry]","[Mammon]","[Learn from lei feng]","[Wishing you prosperity]","[Waiter]","[Boss]","[Evil]","[Challenge]","[CS]","[Invisible man]","[Bomb]","[Scream]","[Beautiful girl]","[Handsome boy]","[Fortune cat]","[Deal]","[Handclap]","[Handshake]","[Lips]","[Rose]","[Wither]","[Heart]","[Heartbreak]","[Money]","[Shopping]","[Gift]","[Email]","[Phone]","[Cheers]","[Clock]","[Waiting]","[Late]","[Plane]","[Alipay]");//需要被替换的内容
  485. $h= array($list['name'],$firstName[0],$list['orderinfo'],$list['waybill'],$expresscode,$express['url'],$list['name'],$list['bname'],$list['sname'],$list['phone'],$list['zipcode'],$list['country'],$list['province'],$list['city'],$list['address'],$list['product'],$list['saddress'],$list['baddress'],$list['quantity'],$list['parameter'],$product,"/:000","/:001","/:002","/:003","/:004","/:005","/:006","/:007","/:008","/:009","/:010","/:011","/:012","/:013","/:014","/:015","/:016","/:017","/:018","/:019","/:020","/:021","/:022","/:023","/:024","/:025","/:026","/:027","/:028","/:029","/:030","/:031","/:032","/:033","/:034","/:035","/:036","/:037","/:038","/:039","/:040","/:041","/:042","/:043","/:044","/:045","/:046","/:047","/:048","/:049","/:050","/:051","/:052","/:053","/:054","/:055","/:056","/:057","/:058","/:059","/:060","/:061","/:062","/:063","/:064","/:065","/:066","/:067","/:068","/:069","/:070","/:071","/:072","/:073","/:074","/:075","/:076","/:077","/:078","/:079","/:080","/:081","/:082","/:083","/:084","/:085","/:086","/:087","/:088","/:089","/:090","/:091","/:092","/:093","/:094","/:095","/:096","/:097","/:098");//替换的内容
  486. $content = str_replace($t,$h,$content);
  487. if($list['userid'] != '')//用户ID不为空
  488. {
  489. $ch = curl_init();
  490. $url = 'http://39.100.97.180/smt.php';
  491. curl_setopt($ch,CURLOPT_URL,$url);
  492. curl_setopt($ch,CURLOPT_RETURNTRANSFER,1);
  493. curl_setopt($ch,CURLOPT_HEADER,0);
  494. curl_setopt($ch,CURLOPT_POST, 1);
  495. curl_setopt($ch,CURLOPT_CONNECTTIMEOUT,600);
  496. //设置post数据
  497. $post = array();
  498. $post['shopid'] = $shop['brandname'];//速卖通店铺ID
  499. $post['userid'] = $list['userid'];//速卖通买家ID
  500. $post['message_type'] = 'order';//消息类型,product(商品)、member(会员,包含店铺)、order(订单)
  501. $post['content'] = $content;//发送内容
  502. $post['code'] = $shop['code'];
  503. $post['order'] = $list['orderinfo'];
  504. curl_setopt($ch, CURLOPT_POSTFIELDS,http_build_query($post));
  505. $res = curl_exec($ch);
  506. curl_close($ch);
  507. $res = json_decode($res,true);
  508. if(isset($res['is_success']))
  509. {
  510. return 1;//成功
  511. }
  512. else
  513. {
  514. return isset($res['error_msg'])?$res['error_msg']:(isset($res['sub_msg'])?$res['sub_msg']:'发送失败');
  515. }
  516. }
  517. else
  518. {
  519. return 2;
  520. }
  521. }
  522. } //end class