field; } public function setField($field) { $this->field = $field; $this->apiParams["field"] = $field; } public function getType() { return $this->type; } public function setType($type) { $this->type = $type; $this->apiParams["type"] = $type; } public function getApiMethodName(){ return 'suning.govbus.getinvoice.query'; } public function getApiParams(){ return $this->apiParams; } public function check(){ //非空校验 RequestCheckUtil::checkNotNull($this->field, 'field'); RequestCheckUtil::checkNotNull($this->type, 'type'); } public function getBizName(){ return "queryGetinvoice"; } } ?>