|
@@ -262,6 +262,7 @@ class Lave extends Api
|
|
|
// @file_put_contents("quanju.txt", $num."-参与人数\r\n", 8);
|
|
// @file_put_contents("quanju.txt", $num."-参与人数\r\n", 8);
|
|
|
WechatPlan::where('plan_id', $plan_id)->update(['num' => $num + 1]);
|
|
WechatPlan::where('plan_id', $plan_id)->update(['num' => $num + 1]);
|
|
|
}
|
|
}
|
|
|
|
|
+ @file_put_contents("quanju3.txt", json_encode($info) . "-最后传参\r\n", 8);
|
|
|
return $this->success('订单创建成功', $info);
|
|
return $this->success('订单创建成功', $info);
|
|
|
|
|
|
|
|
} else $this->error(LaveMonthModel::getErrorInfo());
|
|
} else $this->error(LaveMonthModel::getErrorInfo());
|