...
|
...
|
@@ -255,6 +255,12 @@ class PayController extends WeChatBaseController |
|
|
}
|
|
|
|
|
|
|
|
|
public function cancel(){
|
|
|
$param=$this->request->param();
|
|
|
Db::name('light_order')->where(['light_id'=>$param['light_id'],'status'=>0])->delete();
|
|
|
$this->redirect(url('portal/index/lightOrder',array('id',$param['light_id'])));
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
...
|
...
|
|