8 Star 6 Fork 6

crazymus / WechatPay-for-ThinkPHP

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

搜索帮助