摘要: <?php function geturl($url){ $headerArray =array("Content-type:application/json;","Accept:application/json"); $ch = curl_init(); curl_setopt($ch, CURL 阅读全文
posted @ 2020-04-11 14:04 陈_Sz 阅读(132) 评论(0) 推荐(0) 编辑
摘要: public $hex_iv; # converted JAVA byte code in to HEX and placed it here public $key; #Same as in JAVA public function __construct() { // 过期时间,天d 月m 年Y 阅读全文
posted @ 2020-04-11 13:44 陈_Sz 阅读(950) 评论(0) 推荐(0) 编辑
摘要: public function weChatrefund() { $param = array( 'appid'=> 'APPID', 'mch_id'=> '商户号', 'nonce_str'=> '异步回调地址', 'out_refund_no'=> '商户订单号', 'transaction_ 阅读全文
posted @ 2020-04-11 13:42 陈_Sz 阅读(701) 评论(0) 推荐(0) 编辑
摘要: public function pay($openid,$fee,$test) { //参数定义 $appid='APPID'; $appsecret='秘钥'; $mch_id=‘商户号’; $notify_url='异步回调地址'; //获取openid /*if(I("post.userid" 阅读全文
posted @ 2020-04-11 13:36 陈_Sz 阅读(481) 评论(0) 推荐(0) 编辑