作者 刘朕
1 个管道 的构建 通过 耗费 16 秒

订单支付功能关闭

... ... @@ -37,6 +37,7 @@ class PayController extends HomeBaseController
* 微信支付
*/
public function index(){
$this->error('系统订单功能暂时关闭,请等待恢复','','','');
$id = $this->request->param('id',0,'intval');
if(empty($id)){
$this->error('缺少必要参数','','','');
... ...