8 Star 6 Fork 6

crazymus / WechatPay-for-ThinkPHP

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
WechatPayRefundQuery.class.php 460 Bytes
一键复制 编辑 原始数据 按行查看 历史
crazymus 提交于 2016-01-30 14:31 . 创建项目
<?php
/**
* @name 微信支付退款成功回调接口
* @author crazymus < QQ:291445576 >
* @licenced apache2.0
* @updated 2016-01-19
*/
namespace Org\Util;
interface WechatPayRefundQuery{
/**
* @name 退款成功后需要完成的业务逻辑
* @param 微信传递的支付信息,参见
https://pay.weixin.qq.com/wiki/doc/api/jsapi.php?chapter=9_5
成功后的返回值
* @return boolean
*/
public function success($array);
}
?>
PHP
1
https://gitee.com/jiusem/WechatPay-for-ThinkPHP.git
git@gitee.com:jiusem/WechatPay-for-ThinkPHP.git
jiusem
WechatPay-for-ThinkPHP
WechatPay-for-ThinkPHP
master

搜索帮助