2020年8月27日
摘要: 1 class Fastpay { 2 protected $conf = [ 3 'appkey'=>'',//appkey 4 'key'=>'',//秘钥 5 ]; 6 protected $http_type='http'; 7 8 public function __construct($ 阅读全文
posted @ 2020-08-27 17:27 思君邪 阅读(231) 评论(0) 推荐(0) 编辑
摘要: class Bmpay { private $config = [ 'fxid'=>'',//商户号 'key'=>'',//秘钥 'fxpay'=>'',//请求类型 【微信wap:wxwap】【微信扫码:wxsm】【支付宝wap:zfbwap】【支付宝扫码:zfbsm】【银联扫码:ylsm】 ] 阅读全文
posted @ 2020-08-27 17:25 思君邪 阅读(421) 评论(0) 推荐(0) 编辑
摘要: 2021.01.11 关于支付宝退款问题 1 调用支付宝sdk 2 自己写封装 1 调用支付宝sdk,网络是比较强大的,只要搜索都能搜索到。 1 public function refund_and_query($data) 2 { 3 import("alipayaop/AopClient", E 阅读全文
posted @ 2020-08-27 17:23 思君邪 阅读(499) 评论(0) 推荐(0) 编辑
摘要: 好吧 我想省事 看连接吧 反正也是我写的 支付合集调用 https://blog.csdn.net/exo_exo/article/details/107930112 微信支付封装 https://blog.csdn.net/exo_exo/article/details/107865445 微信微 阅读全文
posted @ 2020-08-27 17:18 思君邪 阅读(81) 评论(0) 推荐(0) 编辑
摘要: 1 class FieldInterfun extends Controller 2 { 3 /** 4 * [upload 上传文件] 5 * @param [type] $file [description] 6 * @param string $name [指定文件夹] 7 * @return 阅读全文
posted @ 2020-08-27 17:10 思君邪 阅读(1179) 评论(0) 推荐(0) 编辑
摘要: 涉及华信云短信,sms短信,sms1086短信,阿里云短信 废话不多 直接看代码 1 class Sms extends Controller 2 { 3 // 华信云短信 4 public function hx_smscn($code,$mobile) 5 { 6 // 前端:http://ww 阅读全文
posted @ 2020-08-27 17:06 思君邪 阅读(271) 评论(2) 推荐(0) 编辑