提交 9d457b74 编写于 作者: D devil

iepay微信支付

上级 a5edf669
......@@ -565,5 +565,18 @@ class IEPayWeixin
}
return strtolower(md5(substr($sign, 0, -1).$this->config['key']));
}
/**
* 自定义成功返回内容
* @author Devil
* @blog http://gong.gg/
* @version 1.0.0
* @date 2020-07-01
* @desc description
*/
public function SuccessReturn()
{
return '成功';
}
}
?>
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册