__channelObj->wms['channel_name'].'调整单创建'; $params = $this->_format_create_params($sdf); if (!$params) { return $this->succ('未定义无需同步'); } $method = $this->get_create_apiname(); if(!$method){ return $this->succ('未定义无需同步'); } $result = $this->call($method, $params, null, $title, 30, $sdf['diff_bn']); return $result; } protected function get_create_apiname() { return ''; } protected function _format_create_params($sdf) { } /** * 调整单审核 * * @return void * @author **/ public function adjust_check($sdf){ } /** * 调整单取消 * * @return void * @author **/ public function adjust_cancel($sdf){ } }