資源簡介
dede 微信支付接口
代碼片段和文件信息
/**
?*
?*?自定義表單
?*
?*?@version????????$Id:?diy.php?1?15:38?2010年7月8日Z?tianya?$
?*?@package????????DedeCMS.Site
?*?@copyright??????Copyright?(c)?2007?-?2010?DesDev?Inc.
?*?@license????????http://help.dedecms.com/usersguide/license.html
?*?@link???????????http://www.dedecms.com
?*/
require_once(dirname(__FILE__).“/../include/common.inc.php“);
$diyid?=?isset($diyid)?&&?is_numeric($diyid)???$diyid?:?0;
$action?=?isset($action)?&&?in_array($action?array(‘post‘?‘list‘?‘view‘))???$action?:?‘post‘;
$id?=?isset($id)?&&?is_numeric($id)???$id?:?0;
if(empty($diyid))
{
????showMsg(‘非法操作!‘?‘javascript:;‘);
????exit();
}
require_once?DEDEINC.‘/diyform.cls.php‘;
$diy?=?new?diyform($diyid);
/*----------------------------
function?Post(){?}
-----------------------
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2016-07-22?11:06??dede微信支付接口_UTF-8\
?????目錄???????????0??2016-07-22?11:06??dede微信支付接口_UTF-8\plus\
?????文件????????5520??2016-07-21?14:27??dede微信支付接口_UTF-8\plus\diy.php
?????目錄???????????0??2016-07-22?11:06??dede微信支付接口_UTF-8\wxpay\
?????文件????????6074??2016-07-21?11:54??dede微信支付接口_UTF-8\wxpay\WxPay.JsApiPay.php
?????目錄???????????0??2016-07-22?11:06??dede微信支付接口_UTF-8\wxpay\cert\
?????文件????????1606??2015-03-02?14:35??dede微信支付接口_UTF-8\wxpay\cert\apiclient_cert.pem
?????文件????????1675??2015-03-02?14:35??dede微信支付接口_UTF-8\wxpay\cert\apiclient_key.pem
?????文件????????3281??2016-07-21?11:54??dede微信支付接口_UTF-8\wxpay\jsapi.php
?????目錄???????????0??2016-07-22?11:06??dede微信支付接口_UTF-8\wxpay\lib\
?????文件???????20903??2016-07-21?11:19??dede微信支付接口_UTF-8\wxpay\lib\WxPay.Api.php
?????文件????????2541??2016-07-21?11:22??dede微信支付接口_UTF-8\wxpay\lib\WxPay.Config.php
?????文件???????68752??2016-07-21?11:18??dede微信支付接口_UTF-8\wxpay\lib\WxPay.Data.php
?????文件?????????191??2015-03-24?16:33??dede微信支付接口_UTF-8\wxpay\lib\WxPay.Exception.php
?????文件????????2468??2015-03-24?16:46??dede微信支付接口_UTF-8\wxpay\lib\WxPay.Notify.php
?????文件????????2216??2015-03-24?17:25??dede微信支付接口_UTF-8\wxpay\log.php
?????目錄???????????0??2016-07-29?14:34??dede微信支付接口_UTF-8\wxpay\logs\
?????文件?????????977??2016-07-21?11:08??dede微信支付接口_UTF-8\wxpay\notify.php
?????文件?????????105??2016-07-21?14:30??dede微信支付接口_UTF-8\接口修改.txt
評論
共有 條評論