setting($id, $param); if (!$state) { return $state; } return $this->curl(); } # 跳转 public function jump($id, $param = array()) { $state = $this->setting($id, $param); if (!$state) { return $state; } return $this->location(); } # 生成回调 protected function createNotify($order_num) { $encode = \Dever\Helper\Str::encode($this->info['id'] . '|' . $order_num); return Dever::url('api/notify.common', array('s' => $encode), false, 'src/channel/api/'); } }