Model_notice.php 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535
  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. if( isset($shop['id']) && ($shop['id'] == 5)){
  189. //暂时不写井号 避免出问题
  190. $list['orderinfo'] = substr($list['orderinfo'],1);
  191. }else{
  192. $list['orderinfo'] = ($notice['message']==1)?substr($list['orderinfo'],1):$list['orderinfo'];
  193. }
  194. if($notice['message']==1)
  195. {
  196. $expresscode = (isset($express['title']))?$express['title']:'';
  197. }
  198. else
  199. {
  200. $expresscode = (isset($express['aecode']))?$express['aecode']:'';
  201. }
  202. if(!isset($list['country']))
  203. {
  204. $list['waybill'] = '';
  205. $list['phone'] = '';
  206. $list['zipcode'] = '';
  207. $list['country'] = '';
  208. $list['province'] = '';
  209. $list['city'] = '';
  210. $list['address'] = '';
  211. $list['product'] = '';
  212. }
  213. $express['url'] = (isset($express['url']))?$express['url']:'';
  214. $list['userName'] = (isset($list['userName']))?$list['userName']:'';
  215. $list['orderid'] = (isset($list['orderid']))?$list['orderid']:'';
  216. $list['name'] = (isset($list['name']))?$list['name']:'';
  217. $list['bname'] = (isset($list['bname']))?$list['bname']:'';
  218. $list['sname'] = (isset($list['sname']))?$list['sname']:'';
  219. $list['saddress'] = (isset($list['saddress']))?$list['saddress']:'';
  220. $list['baddress'] = (isset($list['baddress']))?$list['baddress']:'';
  221. $list['quantity'] = (isset($list['quantity']))?(($list['quantity'] > '1')?$list['quantity'].' packages of':''):'';
  222. $list['parameter'] = (isset($list['parameter']))?$list['parameter']:'';
  223. $list['waybill'] = (isset($list['waybill']))?$list['waybill']:'';
  224. $ProductSKU = (isset($list['issku']))?$list['issku']:$list['sku'];
  225. $yjtime = (isset($express['yjtime']))?$express['yjtime']:'';
  226. $product = '';
  227. if($list['product'] != '')
  228. {
  229. $list['product'] = str_replace("'","",$list['product']);
  230. if($list['link'] != '' && $list['source'] != '1')
  231. {
  232. $pt = explode(',',$list['product']);
  233. $lk = explode(',',$list['link']);
  234. for($i=0;$i<count($pt);$i++)
  235. {
  236. $a = $pt[$i];
  237. //$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];
  238. if(isset($lk[$i]) && stripos($notice['content'],'<img') !== false)
  239. {
  240. $product .= ($product != '')?' , <a href="'.$lk[$i].'" target="_blank">'.$a.'</a>':'<a href="'.$lk[$i].'" target="_blank">'.$a.'</a>';
  241. }
  242. else
  243. {
  244. $product .= ($product != '')?' , '.$a:$a;
  245. }
  246. }
  247. }
  248. }
  249. $ProductName = '';
  250. $st = explode(';',trim($list['fpdata'],';'));
  251. foreach ($st as $v)
  252. {
  253. $v = explode('|',trim($v,'|'));
  254. if(isset($v[1]))
  255. {
  256. $th = $this->producttitle->get_title($v[1]);
  257. if($th)
  258. {
  259. $ProductName .= $th['th'].', ';
  260. }
  261. else
  262. {
  263. $ProductName .= $v[1].', ';
  264. }
  265. }
  266. }
  267. $ProductName = trim($ProductName,', ');
  268. $firstName = explode(' ',$list['name']);
  269. $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]");//需要被替换的内容
  270. $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");//替换的内容
  271. $notice['content'] = str_replace($t,$h,$notice['content']);
  272. $this->logic_ding->sendToDing("监听同步平台信息".$list['orderinfo']."【".$notice['content']."】");
  273. if($notice['emailtitle'] != '')
  274. {
  275. $notice['emailtitle'] = str_replace($t,$h,$notice['emailtitle']);
  276. $emailbt = $notice['emailtitle'];
  277. }
  278. else
  279. {
  280. $emailbt = $shop['brandname'].' Hair Service- Order Confirmation #'.$list['orderinfo'];
  281. }
  282. if($notice['message'] == 1)//如果是发送邮件
  283. {
  284. if(!$notice['email']['smtp_host'] || !$notice['email']['smtp_user'] || !$notice['email']['smtp_pass'])
  285. {
  286. return '此店铺没有配置邮件服务器信息!';exit;
  287. }
  288. if(!preg_match("/([\w\-]+\@[\w\-]+\.[\w\-]+)/",$list['email']))
  289. {
  290. return '邮箱地址错误,请检查';exit;
  291. }
  292. if($notice['email']['smtp_host'] == 'smtp.gmail.com')
  293. {
  294. $ch = curl_init();
  295. $url = 'http://e.wepolicy.cn/';
  296. curl_setopt($ch,CURLOPT_URL,$url);
  297. curl_setopt($ch,CURLOPT_RETURNTRANSFER,1);
  298. curl_setopt($ch,CURLOPT_HEADER,0);
  299. curl_setopt($ch,CURLOPT_POST, 1);
  300. curl_setopt($ch,CURLOPT_CONNECTTIMEOUT,600);
  301. //设置post数据
  302. $post = array();
  303. $post['notice'] = $notice;
  304. $post['list'] = $list;
  305. $post['shop'] = $order;
  306. $post['emailbt'] = $emailbt;
  307. curl_setopt($ch, CURLOPT_POSTFIELDS,http_build_query($post));
  308. $res = curl_exec($ch);
  309. curl_close($ch);
  310. $res = json_decode($res,true);
  311. if($res)
  312. {
  313. return $res;//成功
  314. }
  315. else
  316. {
  317. return '发送失败';
  318. }
  319. }
  320. else
  321. {
  322. $this->load->library('email');
  323. $config['protocol'] = $notice['email']['protocol'];
  324. $config['smtp_host'] = $notice['email']['smtp_host'];
  325. $config['smtp_port'] = $notice['email']['smtp_port'];
  326. $config['smtp_timeout']='30';
  327. $config['smtp_user'] = $notice['email']['smtp_user'];
  328. $config['smtp_pass'] = $notice['email']['smtp_pass'];
  329. $config['smtp_crypto'] = $notice['email']['smtp_crypto'];
  330. $config['crlf'] = "\r\n";
  331. $config['newline'] = "\r\n";
  332. if(stripos($notice['content'],'</p>') !== false)
  333. {
  334. $notice['content'] = str_replace(array('<p>','<p style="'),array('<p style="margin:0px;">','<p style="margin:0px;'),$notice['content']);
  335. $config['mailtype'] = "html";
  336. }
  337. $this->email->initialize($config);
  338. $this->email->set_newline("\r\n");
  339. $this->email->from($notice['email']['smtp_user'],$shop['shopname']);//发送方
  340. $this->email->to($list['email']);//收件
  341. $this->email->subject($emailbt);//标题
  342. $this->email->message($notice['content']);//内容
  343. if ($this->email->send())
  344. {
  345. return 1;
  346. }
  347. else
  348. {
  349. return $this->email->print_debugger(array('headers'));
  350. }
  351. }
  352. }
  353. else if($notice['message'] == 2 && $list['userid'] != '')//如果是速卖通站内信,用户ID不为空
  354. {
  355. /**
  356. $ch = curl_init();
  357. $url = 'http://39.100.97.180/smtold.php';
  358. curl_setopt($ch,CURLOPT_URL,$url);
  359. curl_setopt($ch,CURLOPT_RETURNTRANSFER,1);
  360. curl_setopt($ch,CURLOPT_HEADER,0);
  361. curl_setopt($ch,CURLOPT_POST, 1);
  362. curl_setopt($ch,CURLOPT_CONNECTTIMEOUT,600);
  363. //设置post数据
  364. $post = array();
  365. $post['shopid'] = $shop['brandname'];//速卖通店铺ID
  366. $post['userid'] = $list['userid'];//速卖通买家ID
  367. $post['message_type'] = 'order';//消息类型,product(商品)、member(会员,包含店铺)、order(订单)
  368. $post['content'] = $notice['content'];//发送内容
  369. $post['code'] = $shop['code'];
  370. $post['order'] = $list['orderinfo'];
  371. curl_setopt($ch, CURLOPT_POSTFIELDS,http_build_query($post));
  372. $res = curl_exec($ch);
  373. curl_close($ch);
  374. $res = json_decode($res,true);
  375. if(isset($res['is_success']))
  376. {
  377. return 1;//成功
  378. }
  379. else
  380. {
  381. return $res;
  382. }
  383. **/
  384. }
  385. else if($notice['message'] == 3 && $list['user_id'] != '')//如果是TT会话,用户ID不为空
  386. {
  387. $url = 'https://open-api.tiktokglobalshop.com';
  388. $link = '/customer_service/202309/conversations';
  389. $time = time();
  390. $post['buyer_user_id'] = $list['user_id'];
  391. $queryParams['shop_cipher'] =$shop['shop_cipher'];
  392. //$queryParams['shop_id'] =$shop['codeid'];
  393. $queryParams['app_key'] =$shop['app_key'];
  394. $queryParams['timestamp'] =$time;
  395. $link .= '?'.http_build_query($queryParams);
  396. $sign = $this->apitt->sign($link,$shop['app_secret'],$post);
  397. $url .= $link.'&sign='.$sign;
  398. $headers = array('Content-Type: application/json','x-tts-access-token:'.$shop['token']);
  399. $res = $this->apitt->su_curl($post,$url,$headers);
  400. $res = json_decode($res,true);
  401. if(isset($res['data']['conversation_id']))
  402. {
  403. $f = $this->_ttfs($shop,$notice['content'],$res['data']['conversation_id']);
  404. if(isset($f['data']['message_id']))
  405. {
  406. return 1;//成功
  407. }
  408. else
  409. {
  410. return isset($f['message'])?'B:'.$f['message']:'发送失败';
  411. }
  412. }
  413. else
  414. {
  415. return isset($res['message'])?'A:'.$res['message']:'发送失败';
  416. }
  417. }
  418. else
  419. {
  420. return '无可用发送平台!';
  421. }
  422. }
  423. public function _ttfs($shop,$notice,$conversation_id)//TT发送信息
  424. {
  425. $url = 'https://open-api.tiktokglobalshop.com';
  426. $link = '/customer_service/202309/conversations/'.$conversation_id.'/messages';
  427. $time = time();
  428. $notice = str_replace('</p>','\n',$notice);
  429. $post['type'] = 'TEXT';
  430. $post['content'] = '{"content": "'.strip_tags($notice).'"}';
  431. //$queryParams['access_token'] = $shop['token'];
  432. $queryParams['shop_cipher'] = $shop['shop_cipher'];
  433. $queryParams['shop_id'] = $shop['codeid'];
  434. $queryParams['app_key'] = $shop['app_key'];
  435. $queryParams['version'] = '202309';
  436. $queryParams['timestamp'] =$time;
  437. $link .= '?'.http_build_query($queryParams);
  438. $sign = $this->apitt->sign($link,$shop['app_secret'],$post);
  439. $url .= $link.'&sign='.$sign;
  440. $headers = array('Content-Type: application/json','x-tts-access-token:'.$shop['token']);
  441. $res = $this->apitt->su_curl($post,$url,$headers);
  442. $res = json_decode($res,true);
  443. return $res;
  444. }
  445. public function get_smtone($list,$shop,$content)//单个订单非快递信息模式模式
  446. {
  447. if(!isset($list['country']))
  448. {
  449. $list['waybill'] = '';
  450. $list['phone'] = '';
  451. $list['zipcode'] = '';
  452. $list['country'] = '';
  453. $list['province'] = '';
  454. $list['city'] = '';
  455. $list['address'] = '';
  456. $list['product'] = '';
  457. }
  458. $expresscode = (isset($express['aecode']))?$express['aecode']:'';
  459. $express['url'] = (isset($express['url']))?$express['url']:'';
  460. $list['userName'] = (isset($list['userName']))?$list['userName']:'';
  461. $list['orderid'] = (isset($list['orderid']))?$list['orderid']:'';
  462. $list['name'] = (isset($list['name']))?$list['name']:'';
  463. $list['bname'] = (isset($list['bname']))?$list['bname']:'';
  464. $list['sname'] = (isset($list['sname']))?$list['sname']:'';
  465. $product = '';
  466. if($list['product'] != '')
  467. {
  468. $list['product'] = str_replace("'","",$list['product']);
  469. if($list['link'] != '' && $list['source'] != '1')
  470. {
  471. $pt = explode(',',$list['product']);
  472. $lk = explode(',',$list['link']);
  473. for($i=0;$i<count($pt);$i++)
  474. {
  475. $a = $pt[$i];
  476. //$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];
  477. if(isset($lk[$i]) && stripos($content,'<img') !== false)
  478. {
  479. $product .= ($product != '')?' , <a href="'.$lk[$i].'" target="_blank">'.$a.'</a>':'<a href="'.$lk[$i].'" target="_blank">'.$a.'</a>';
  480. }
  481. else
  482. {
  483. $product .= ($product != '')?' , '.$a:$a;
  484. }
  485. }
  486. }
  487. }
  488. $firstName = explode(' ',$list['name']);
  489. $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]");//需要被替换的内容
  490. $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");//替换的内容
  491. $content = str_replace($t,$h,$content);
  492. if($list['userid'] != '')//用户ID不为空
  493. {
  494. $ch = curl_init();
  495. $url = 'http://39.100.97.180/smt.php';
  496. curl_setopt($ch,CURLOPT_URL,$url);
  497. curl_setopt($ch,CURLOPT_RETURNTRANSFER,1);
  498. curl_setopt($ch,CURLOPT_HEADER,0);
  499. curl_setopt($ch,CURLOPT_POST, 1);
  500. curl_setopt($ch,CURLOPT_CONNECTTIMEOUT,600);
  501. //设置post数据
  502. $post = array();
  503. $post['shopid'] = $shop['brandname'];//速卖通店铺ID
  504. $post['userid'] = $list['userid'];//速卖通买家ID
  505. $post['message_type'] = 'order';//消息类型,product(商品)、member(会员,包含店铺)、order(订单)
  506. $post['content'] = $content;//发送内容
  507. $post['code'] = $shop['code'];
  508. $post['order'] = $list['orderinfo'];
  509. curl_setopt($ch, CURLOPT_POSTFIELDS,http_build_query($post));
  510. $res = curl_exec($ch);
  511. curl_close($ch);
  512. $res = json_decode($res,true);
  513. if(isset($res['is_success']))
  514. {
  515. return 1;//成功
  516. }
  517. else
  518. {
  519. return isset($res['error_msg'])?$res['error_msg']:(isset($res['sub_msg'])?$res['sub_msg']:'发送失败');
  520. }
  521. }
  522. else
  523. {
  524. return 2;
  525. }
  526. }
  527. } //end class