complaintCode; } public function setComplaintCode($complaintCode) { $this->complaintCode = $complaintCode; $this->apiParams["complaintCode"] = $complaintCode; } public function getOrderCode() { return $this->orderCode; } public function setOrderCode($orderCode) { $this->orderCode = $orderCode; $this->apiParams["orderCode"] = $orderCode; } public function getApiMethodName(){ return 'suning.custom.complaint.get'; } public function getApiParams(){ return $this->apiParams; } public function check(){ //非空校验 } public function getBizName(){ return "getComplaint"; } } ?>