getByteDanceFactory(); } public function query($payId) { $pay = Pay::find($payId); if(!$pay || $pay->status){ return $this->success(); } return $this->error(); } }