Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
legwork.php 474 Bytes
Copy Edit Raw Blame History
zb authored 2020-07-08 16:28 . 删除所有的提交记录
<?php
//跑腿小程序App
require_once "inc.php";
define('DRUPAL_ROOT', dirname(__FILE__));
define('PLUM_ENV', PLUM_DEVELOPMENT_ENV); //设置当前为开发环境,自动识别测试环境
define('PLUM_CURR_API', 'legwork');
require_once PLUM_DIR_BOOTSTRAP . '/bootload.inc';
//plum_auth_session(); //使用加解密形式实现session机制
plum_open_session(PLUM_CURR_API);
plum_api_invoke(PLUM_CURR_API);
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化