returnApplyId; } public function setReturnApplyId($returnApplyId) { $this->returnApplyId = $returnApplyId; $this->apiParams["returnApplyId"] = $returnApplyId; } public function getApiMethodName(){ return 'suning.custom.agreerefund.confirm'; } public function getApiParams(){ return $this->apiParams; } public function check(){ //非空校验 RequestCheckUtil::checkNotNull($this->returnApplyId, 'returnApplyId'); } public function getBizName(){ return "confirmAgreerefund"; } } ?>