Commit ed082d71 by 冷斌

`试卷`

parent 81c30e38
......@@ -174,9 +174,9 @@ class IndexAction extends Action
$vst = explode(',',$vst);
$uid = intval($this->mid);
$paper_id = $vst[0];
$pay_pass_num = thirdpartyOrderNum();
var_dump(SITE_URL . "/pay/exams_6/" . jiami(rand(100, 999)) . "/{$pay_pass_num}.html", $_GET['vst'], jiemi($_GET['vst']), $vst);
die;
$paper_id = $_GET['vst'];
//获取考试详情
$data = D('ExamsPaper', 'exams')->getPaperById($paper_id);
......
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