本文主要和大家分享php实现微信红包代码,希望能帮助到大家。WxHb包自己去官网下载最新的,包括证书等等,设置好访问ip,还有最重要你已经申请成功红包功能,因为需要支付流水和九十天,微信限制的。
<?php namespace Index\Controller; use Think\Controller; use Index\Lib\Hb\WxHb; class HbController extends Controller { private $app_id = ""; //微信AppID private $app_secret = ""; //微信AppSecret private $app_mchid = ""; //商户号 private $api_key = ""; //商户支付密钥Key // // 微信发送红包 public function SendHb() { // include_once ('./WeixinRedPacket/WxHongBaoHelper.php'); // //测试的OpenID $re_openid = "oaWZ5s1kjrtJ7RdYcmALZg8QSwpk"; // //红包金额单位是分所以得乘以100 $price = $50 * 100; //组装数据 $wxHongBaoHelper = new WxHb(); $wxHongBaoHelper->setParameter ( "nonce_str", $this->great_rand () ); //随机字符串,丌长于 32 位 $wxHongBaoHelper->setParameter ( "mch_billno", $this->app_mchid . date ( 'YmdHis' ) . rand ( 1000, 9999 ) ); //订单号 $wxHongBaoHelper->setParameter ( "mch_id", $this->app_mchid ); //商户号 $wxHongBaoHelper->setParameter ( "wxappid", $this->app_id ); $wxHongBaoHelper->setParameter ( "send_name", '今日重庆' ); //红包发送者名称 $wxHongBaoHelper->setParameter ( "re_openid", $re_openid ); //相对于医脉互通的openid $wxHongBaoHelper->setParameter ( "total_amount", $price ); //付款金额,单位分 $wxHongBaoHelper->setParameter ( "total_num", 1 ); //红包収放总人数 $wxHongBaoHelper->setParameter ( "wishing", '猴年吉祥' ); //红包祝福语 $wxHongBaoHelper->setParameter ( "client_ip", '219.153.65.50' ); //调用接口的机器 Ip 地址 $wxHongBaoHelper->setParameter ( "act_name", '重报集团' ); //活劢名称 $wxHongBaoHelper->setParameter ( "remark", '新年快乐!' ); //备注信息 //生成xml并且生成签名 $postXml = $wxHongBaoHelper->create_hongbao_xml ( $this->api_key ); //var_dump ( $postXml ); //exit; //提交请求 $url = 'https://api.mch.weixin.qq.com/mmpaymkttransfers/sendredpack'; $responseXml = $wxHongBaoHelper->curl_post_ssl ( $url, $postXml ); $responseObj = simplexml_load_string ( $responseXml, 'SimpleXMLElement', LIBXML_NOCDATA ); //转换成数组 $responseArr = ( array ) $responseObj; $return_code = $responseArr ['return_code']; $result_code = $responseArr ['result_code']; //判断是否红包是否发送成功 if ($return_code == "SUCCESS" && $result_code == "SUCCESS") { dump ( $responseArr ); echo "SUCCESS"; } else { echo "发送失败"; dump ( $responseArr ); } } //获取随机数 private function great_rand() { $str = '1234567890abcdefghijklmnopqrstuvwxyz'; for($i = 0; $i < 30; $i ++) { $j = rand ( 0, 35 ); $t1 .= $str [$j]; } return $t1; } }
相关推荐:
以上是php实现微信红包代码的详细内容。更多信息请关注PHP中文网其他相关文章!

tostartaphpsession,usesesses_start()attheScript'Sbeginning.1)placeitbeforeanyOutputtosetThesessionCookie.2)useSessionsforuserDatalikeloginstatusorshoppingcarts.3)regenerateSessiveIdStopreventFentfixationAttacks.s.4)考虑使用AttActAcks.s.s.4)

会话再生是指在用户进行敏感操作时生成新会话ID并使旧ID失效,以防会话固定攻击。实现步骤包括:1.检测敏感操作,2.生成新会话ID,3.销毁旧会话ID,4.更新用户端会话信息。

PHP会话对应用性能有显着影响。优化方法包括:1.使用数据库存储会话数据,提升响应速度;2.减少会话数据使用,只存储必要信息;3.采用非阻塞会话处理器,提高并发能力;4.调整会话过期时间,平衡用户体验和服务器负担;5.使用持久会话,减少数据读写次数。

PHPsessionsareserver-side,whilecookiesareclient-side.1)Sessionsstoredataontheserver,aremoresecure,andhandlelargerdata.2)Cookiesstoredataontheclient,arelesssecure,andlimitedinsize.Usesessionsforsensitivedataandcookiesfornon-sensitive,client-sidedata.

phpientifiesauser'ssessionusessessionSessionCookiesAndSessionIds.1)whiwSession_start()被称为,phpgeneratesainiquesesesessionIdStoredInacookInAcookInamedInAcienamedphpsessidontheuser'sbrowser'sbrowser.2)thisIdAllowSphptptpptpptpptpptortoreTessessionDataAfromtheserverMtheserver。

PHP会话的安全可以通过以下措施实现:1.使用session_regenerate_id()在用户登录或重要操作时重新生成会话ID。2.通过HTTPS协议加密传输会话ID。3.使用session_save_path()指定安全目录存储会话数据,并正确设置权限。

phpsessionFilesArestoredIntheDirectorySpecifiedBysession.save_path,通常是/tmponunix-likesystemsorc:\ windows \ windows \ temponwindows.tocustomizethis:tocustomizEthis:1)useession_save_save_save_path_path()


热AI工具

Undresser.AI Undress
人工智能驱动的应用程序,用于创建逼真的裸体照片

AI Clothes Remover
用于从照片中去除衣服的在线人工智能工具。

Undress AI Tool
免费脱衣服图片

Clothoff.io
AI脱衣机

Video Face Swap
使用我们完全免费的人工智能换脸工具轻松在任何视频中换脸!

热门文章

热工具

SecLists
SecLists是最终安全测试人员的伙伴。它是一个包含各种类型列表的集合,这些列表在安全评估过程中经常使用,都在一个地方。SecLists通过方便地提供安全测试人员可能需要的所有列表,帮助提高安全测试的效率和生产力。列表类型包括用户名、密码、URL、模糊测试有效载荷、敏感数据模式、Web shell等等。测试人员只需将此存储库拉到新的测试机上,他就可以访问到所需的每种类型的列表。

Atom编辑器mac版下载
最流行的的开源编辑器

EditPlus 中文破解版
体积小,语法高亮,不支持代码提示功能

PhpStorm Mac 版本
最新(2018.2.1 )专业的PHP集成开发工具

DVWA
Damn Vulnerable Web App (DVWA) 是一个PHP/MySQL的Web应用程序,非常容易受到攻击。它的主要目标是成为安全专业人员在合法环境中测试自己的技能和工具的辅助工具,帮助Web开发人员更好地理解保护Web应用程序的过程,并帮助教师/学生在课堂环境中教授/学习Web应用程序安全。DVWA的目标是通过简单直接的界面练习一些最常见的Web漏洞,难度各不相同。请注意,该软件中