1 Star 0 Fork 108

Max/WCMS

forked from 大灰狼/WCMS 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
zfbnotify.php 908 Bytes
一键复制 编辑 原始数据 按行查看 历史
yc 提交于 2016-11-14 09:13 . 1114
<?php
// PHP version of merchant_result.jsp
//这是B2CAPI通用版的php客户端调用测试
//作 者:bocomm
//创建时间:2013-12-12
session_start ();
@header ( "Content-type: text/html; charset=utf-8" );
//关闭错误提示 0关闭 1开启
ini_set ( 'display_errors', 1 );
error_reporting ( E_ALL ^ E_NOTICE ^ E_STRICT ); //php5.4报错 E_STRICT
//配置时区
date_default_timezone_set ( 'Asia/Shanghai' );
define ( 'ROOT', realpath ( dirname ( __FILE__ ) ) . DIRECTORY_SEPARATOR );
define ( 'APP', './app/' );
//配置加载路径
set_include_path ( implode ( PATH_SEPARATOR, array (realpath ( './lib' ), realpath ( './config' ), realpath ( './lang' ), get_include_path () ) ) );
//是否捕获fatal error:non-object错误
define ( 'NONOBJECT', 1 );
require_once 'App.php';
$app = App::getInstance ();
$app->preDispath ();
$iosSer = new IOSService ();
$iosSer->alipayRecharge($_POST);
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/maxwhale/WCMS.git
git@gitee.com:maxwhale/WCMS.git
maxwhale
WCMS
WCMS
10.0

搜索帮助

D67c1975 1850385 1daf7b77 1850385