appointOrderId; } public function setAppointOrderId($appointOrderId) { $this->appointOrderId = $appointOrderId; $this->apiParams["appointOrderId"] = $appointOrderId; } public function getApiMethodName(){ return 'suning.swl.refundworkinfo.get'; } public function getApiParams(){ return $this->apiParams; } public function check(){ //非空校验 RequestCheckUtil::checkNotNull($this->appointOrderId, 'appointOrderId'); } public function getBizName(){ return "getRefundWorkInfo"; } } ?>