payload; vdump($input); return $this->success('ok'); } public function form() { $help = new FormHelper($this, $this); $id = request('order_id'); $cids = []; // key secret region bucket url endpoint $help->text('key')->default('key'); $help->text('secret')->default(0); $help->text('region')->default(0); $help->text('bucket')->default(0); $help->text('url')->default(0); $help->text('endpoint')->default(0); } }