Commit f19d96a4 by biao

11

parent 35fe08bc
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
// 获取会员购买内容 // 获取会员购买内容
require_once ("../user_include.inc"); require_once ("../user_include.inc");
ErrorLogger::doOutput("Compass...ajax_get_certificates.php....Start.", 0); ErrorLogger::doOutput("Compass...ajax_get_member_content.php....Start.", 0);
//获取参数 //获取参数
$unionId = ParamUtil::getRequestString("unionId"); $unionId = ParamUtil::getRequestString("unionId");
...@@ -18,18 +18,12 @@ if(empty($userList)) { ...@@ -18,18 +18,12 @@ if(empty($userList)) {
responseNG($result); responseNG($result);
} }
$result = array();
//检索数据库
$param = array();
$param['delete_flg'] = false;
$certificateList = CertificateMst::getList($param,'display_order','desc');
//接口返回数据 //接口返回数据
$result["certificateList"] = $certificateList; $result["title"] = "购买中国志愿者会员,公益视频免费得看!";
$result["money"] = "200";
ErrorLogger::doOutput("Compass...ajax_get_certificates.php....End.", 0); $result["comment"] = "您的会员费用会直接xxxx";
ErrorLogger::doOutput("Compass...ajax_get_member_content.php....End.", 0);
//返回结果 //返回结果
responseOK($result); responseOK($result);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment