• 大小: 21.72M
    文件类型: .zip
    金币: 2
    下载: 1 次
    发布日期: 2021-01-29
  • 语言: PHP
  • 标签: 开源  微擎  

资源简介

微擎2.05开源去授权纯净版

资源截图

代码片段和文件信息


define(‘IN_API‘ true);
require_once ‘./framework/bootstrap.inc.php‘;
load()->model(‘reply‘);
load()->model(‘attachment‘);
load()->model(‘visit‘);
load()->model(‘app‘);
load()->app(‘common‘);
load()->classs(‘wesession‘);
$hash = $_GPC[‘hash‘];
if(!empty($hash)) {
$id = pdo_fetchcolumn(“SELECT acid FROM “ . tablename(‘account‘) . “ WHERE hash = :hash“ array(‘:hash‘ => $hash));
}
if(!empty($_GPC[‘appid‘])) {
$appid = ltrim($_GPC[‘appid‘] ‘/‘);
if ($appid == ‘wx570bc396a51b8ff8‘) {
$_W[‘account‘] = array(
‘type‘ => ‘3‘
‘key‘ => ‘wx570bc396a51b8ff8‘
‘level‘ => 4
‘token‘ => ‘platformtestaccount‘
);
} else {
$id = pdo_fetchcolumn(“SELECT acid FROM “ . tablename(‘account_wechats‘) . “ WHERE ‘key‘ = :appid“ array(‘:appid‘ => $appid));
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件      117286  2019-04-01 07:24  wq\data\db.php
     目录           0  2019-04-29 09:52  wq\
     文件         174  2019-04-28 15:27  wq\.buildpath
     文件         726  2019-04-28 15:27  wq\.project
     目录           0  2019-04-29 09:52  wq\.settings\
     文件          86  2019-04-28 15:57  wq\.settings\org.eclipse.core.resources.prefs
     文件          59  2019-04-28 15:27  wq\.settings\org.eclipse.php.core.prefs
     文件         259  2019-04-28 15:27  wq\.settings\org.eclipse.wst.common.project.facet.core.xml
     目录           0  2019-04-29 09:52  wq\addons\
     文件           0  2019-03-12 13:29  wq\addons\index.html
     目录           0  2019-04-29 09:52  wq\api\
     文件       12920  2019-03-10 19:40  wq\api\uc.php
     文件       24933  2019-03-30 23:57  wq\api.php
     目录           0  2019-04-29 09:52  wq\app\
     文件         281  2019-04-29 09:34  wq\app\api.php
     目录           0  2019-04-29 09:52  wq\app\common\
     文件        7309  2019-03-30 23:57  wq\app\common\bootstrap.app.inc.php
     文件        6150  2019-02-13 18:09  wq\app\common\common.func.php
     文件       23213  2019-03-30 23:57  wq\app\common\template.func.php
     文件       11716  2018-08-05 00:39  wq\app\common\tpl.func.php
     文件        3432  2019-03-10 19:40  wq\app\index.php
     目录           0  2019-04-29 09:52  wq\app\resource\
     目录           0  2019-04-29 09:52  wq\app\resource\components\
     目录           0  2019-04-29 09:52  wq\app\resource\components\area\
     文件      118524  2017-04-28 11:12  wq\app\resource\components\area\Area.xml
     文件        6028  2017-04-28 11:12  wq\app\resource\components\area\cascade.js
     目录           0  2019-04-29 09:52  wq\app\resource\components\cropper\
     文件        3707  2018-03-16 22:30  wq\app\resource\components\cropper\cropper.min.css
     文件       35014  2018-03-16 22:30  wq\app\resource\components\cropper\cropper.min.js
     目录           0  2019-04-29 09:52  wq\app\resource\components\datepicker\
     文件        4767  2017-03-31 10:40  wq\app\resource\components\datepicker\mui.picker.all.css
............此处省略3048个文件信息

评论

共有 条评论