1 Star 0 Fork 5

BlueCatTAT/fangw

forked from 北极星/fangw 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
saas_api_client.php 775 Bytes
一键复制 编辑 原始数据 按行查看 历史
北极星 提交于 2017-01-16 21:49 . 未打通 看逻辑
<?php
/**
* api 请求
*/
define("FILE_PATH",""); //文件目录,空为根目录
require_once './system/system_init.php';
require_once './saas_client/api_client.php';
$client = new api_client();
$user_info = serialize($GLOBALS['db']->getRow("select * from fanwe_user where id =251"));
// print_r($user_info);exit;
// $parmat = array(
// 'id'=>$deal['id'],
// 'name'=>$deal['name'],
// 'sub_name'=>$deal['sub_name'],
// 'img'=>str_replace("./public",SITE_DOMAIN.APP_ROOT."/public",$deal['img']),
// 'origin_price' => $deal['origin_price'],
// 'current_price' => $deal['current_price'],
// );
$res = $client->invoke_data("http://localhost/o2onew/saas_api_server.php", array("ctl"=>"user","act"=>"edit_user","data"=>$user_info));
print_r($res);
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/bluecattat/fangw.git
[email protected]:bluecattat/fangw.git
bluecattat
fangw
fangw
master

搜索帮助