You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
615 lines
12 KiB
615 lines
12 KiB
8 months ago
|
<?php
|
||
|
/**
|
||
|
* 苏宁开放平台接口 -
|
||
|
*
|
||
|
* @author suning
|
||
|
* @date 2021-5-14
|
||
|
*/
|
||
|
class productcontentsAddRequest extends SuningRequest{
|
||
|
|
||
|
/**
|
||
|
*
|
||
|
*/
|
||
|
private $alertQty;
|
||
|
|
||
|
/**
|
||
|
*
|
||
|
*/
|
||
|
private $childItem;
|
||
|
|
||
|
/**
|
||
|
*
|
||
|
*/
|
||
|
private $cmTitle;
|
||
|
|
||
|
/**
|
||
|
*
|
||
|
*/
|
||
|
private $detailModule;
|
||
|
|
||
|
/**
|
||
|
*
|
||
|
*/
|
||
|
private $highlightWordone;
|
||
|
|
||
|
/**
|
||
|
*
|
||
|
*/
|
||
|
private $highlightWordthree;
|
||
|
|
||
|
/**
|
||
|
*
|
||
|
*/
|
||
|
private $highlightWordtwo;
|
||
|
|
||
|
/**
|
||
|
*
|
||
|
*/
|
||
|
private $imgUrl;
|
||
|
|
||
|
/**
|
||
|
*
|
||
|
*/
|
||
|
private $introduction;
|
||
|
|
||
|
/**
|
||
|
*
|
||
|
*/
|
||
|
private $invQty;
|
||
|
|
||
|
/**
|
||
|
*
|
||
|
*/
|
||
|
private $itemCode;
|
||
|
|
||
|
/**
|
||
|
*
|
||
|
*/
|
||
|
private $minNum;
|
||
|
|
||
|
/**
|
||
|
*
|
||
|
*/
|
||
|
private $price;
|
||
|
|
||
|
/**
|
||
|
*
|
||
|
*/
|
||
|
private $suggestedRetailPrice;
|
||
|
|
||
|
/**
|
||
|
*
|
||
|
*/
|
||
|
private $privateFlag;
|
||
|
|
||
|
/**
|
||
|
*
|
||
|
*/
|
||
|
private $productCode;
|
||
|
|
||
|
/**
|
||
|
*
|
||
|
*/
|
||
|
private $saleDate;
|
||
|
|
||
|
/**
|
||
|
*
|
||
|
*/
|
||
|
private $saleSet;
|
||
|
|
||
|
/**
|
||
|
*
|
||
|
*/
|
||
|
private $sellPoint;
|
||
|
|
||
|
/**
|
||
|
*
|
||
|
*/
|
||
|
private $sourceCountry;
|
||
|
|
||
|
/**
|
||
|
*
|
||
|
*/
|
||
|
private $supplierImg10Url;
|
||
|
|
||
|
/**
|
||
|
*
|
||
|
*/
|
||
|
private $supplierImg1Url;
|
||
|
|
||
|
/**
|
||
|
*
|
||
|
*/
|
||
|
private $supplierImg2Url;
|
||
|
|
||
|
/**
|
||
|
*
|
||
|
*/
|
||
|
private $supplierImg3Url;
|
||
|
|
||
|
/**
|
||
|
*
|
||
|
*/
|
||
|
private $supplierImg4Url;
|
||
|
|
||
|
/**
|
||
|
*
|
||
|
*/
|
||
|
private $supplierImg5Url;
|
||
|
|
||
|
/**
|
||
|
*
|
||
|
*/
|
||
|
private $supplierImg6Url;
|
||
|
|
||
|
/**
|
||
|
*
|
||
|
*/
|
||
|
private $supplierImg7Url;
|
||
|
|
||
|
/**
|
||
|
*
|
||
|
*/
|
||
|
private $supplierImg8Url;
|
||
|
|
||
|
/**
|
||
|
*
|
||
|
*/
|
||
|
private $supplierImg9Url;
|
||
|
|
||
|
public function getAlertQty() {
|
||
|
return $this->alertQty;
|
||
|
}
|
||
|
|
||
|
public function setAlertQty($alertQty) {
|
||
|
$this->alertQty = $alertQty;
|
||
|
$this->apiParams["alertQty"] = $alertQty;
|
||
|
}
|
||
|
|
||
|
public function getChildItem() {
|
||
|
return $this->childItem;
|
||
|
}
|
||
|
|
||
|
public function setChildItem($childItem) {
|
||
|
$this->childItem = $childItem;
|
||
|
$arr = array();
|
||
|
foreach ($childItem as $temp){
|
||
|
array_push($arr,$temp->getApiParams());
|
||
|
}
|
||
|
$this->apiParams["childItem"] = $arr;
|
||
|
}
|
||
|
|
||
|
public function getCmTitle() {
|
||
|
return $this->cmTitle;
|
||
|
}
|
||
|
|
||
|
public function setCmTitle($cmTitle) {
|
||
|
$this->cmTitle = $cmTitle;
|
||
|
$this->apiParams["cmTitle"] = $cmTitle;
|
||
|
}
|
||
|
|
||
|
public function getDetailModule() {
|
||
|
return $this->detailModule;
|
||
|
}
|
||
|
|
||
|
public function setDetailModule($detailModule) {
|
||
|
$this->detailModule = $detailModule;
|
||
|
$arr = array();
|
||
|
foreach ($detailModule as $temp){
|
||
|
array_push($arr,$temp->getApiParams());
|
||
|
}
|
||
|
$this->apiParams["detailModule"] = $arr;
|
||
|
}
|
||
|
|
||
|
public function getHighlightWordone() {
|
||
|
return $this->highlightWordone;
|
||
|
}
|
||
|
|
||
|
public function setHighlightWordone($highlightWordone) {
|
||
|
$this->highlightWordone = $highlightWordone;
|
||
|
$this->apiParams["highlightWordone"] = $highlightWordone;
|
||
|
}
|
||
|
|
||
|
public function getHighlightWordthree() {
|
||
|
return $this->highlightWordthree;
|
||
|
}
|
||
|
|
||
|
public function setHighlightWordthree($highlightWordthree) {
|
||
|
$this->highlightWordthree = $highlightWordthree;
|
||
|
$this->apiParams["highlightWordthree"] = $highlightWordthree;
|
||
|
}
|
||
|
|
||
|
public function getHighlightWordtwo() {
|
||
|
return $this->highlightWordtwo;
|
||
|
}
|
||
|
|
||
|
public function setHighlightWordtwo($highlightWordtwo) {
|
||
|
$this->highlightWordtwo = $highlightWordtwo;
|
||
|
$this->apiParams["highlightWordtwo"] = $highlightWordtwo;
|
||
|
}
|
||
|
|
||
|
public function getImgUrl() {
|
||
|
return $this->imgUrl;
|
||
|
}
|
||
|
|
||
|
public function setImgUrl($imgUrl) {
|
||
|
$this->imgUrl = $imgUrl;
|
||
|
$this->apiParams["imgUrl"] = $imgUrl;
|
||
|
}
|
||
|
|
||
|
public function getIntroduction() {
|
||
|
return $this->introduction;
|
||
|
}
|
||
|
|
||
|
public function setIntroduction($introduction) {
|
||
|
$this->introduction = $introduction;
|
||
|
$this->apiParams["introduction"] = $introduction;
|
||
|
}
|
||
|
|
||
|
public function getInvQty() {
|
||
|
return $this->invQty;
|
||
|
}
|
||
|
|
||
|
public function setInvQty($invQty) {
|
||
|
$this->invQty = $invQty;
|
||
|
$this->apiParams["invQty"] = $invQty;
|
||
|
}
|
||
|
|
||
|
public function getItemCode() {
|
||
|
return $this->itemCode;
|
||
|
}
|
||
|
|
||
|
public function setItemCode($itemCode) {
|
||
|
$this->itemCode = $itemCode;
|
||
|
$this->apiParams["itemCode"] = $itemCode;
|
||
|
}
|
||
|
|
||
|
public function getMinNum() {
|
||
|
return $this->minNum;
|
||
|
}
|
||
|
|
||
|
public function setMinNum($minNum) {
|
||
|
$this->minNum = $minNum;
|
||
|
$this->apiParams["minNum"] = $minNum;
|
||
|
}
|
||
|
|
||
|
public function getPrice() {
|
||
|
return $this->price;
|
||
|
}
|
||
|
|
||
|
public function setPrice($price) {
|
||
|
$this->price = $price;
|
||
|
$this->apiParams["price"] = $price;
|
||
|
}
|
||
|
|
||
|
public function getSuggestedRetailPrice() {
|
||
|
return $this->suggestedRetailPrice;
|
||
|
}
|
||
|
|
||
|
public function setSuggestedRetailPrice($suggestedRetailPrice) {
|
||
|
$this->suggestedRetailPrice = $suggestedRetailPrice;
|
||
|
$this->apiParams["suggestedRetailPrice"] = $suggestedRetailPrice;
|
||
|
}
|
||
|
|
||
|
public function getPrivateFlag() {
|
||
|
return $this->privateFlag;
|
||
|
}
|
||
|
|
||
|
public function setPrivateFlag($privateFlag) {
|
||
|
$this->privateFlag = $privateFlag;
|
||
|
$this->apiParams["privateFlag"] = $privateFlag;
|
||
|
}
|
||
|
|
||
|
public function getProductCode() {
|
||
|
return $this->productCode;
|
||
|
}
|
||
|
|
||
|
public function setProductCode($productCode) {
|
||
|
$this->productCode = $productCode;
|
||
|
$this->apiParams["productCode"] = $productCode;
|
||
|
}
|
||
|
|
||
|
public function getSaleDate() {
|
||
|
return $this->saleDate;
|
||
|
}
|
||
|
|
||
|
public function setSaleDate($saleDate) {
|
||
|
$this->saleDate = $saleDate;
|
||
|
$this->apiParams["saleDate"] = $saleDate;
|
||
|
}
|
||
|
|
||
|
public function getSaleSet() {
|
||
|
return $this->saleSet;
|
||
|
}
|
||
|
|
||
|
public function setSaleSet($saleSet) {
|
||
|
$this->saleSet = $saleSet;
|
||
|
$this->apiParams["saleSet"] = $saleSet;
|
||
|
}
|
||
|
|
||
|
public function getSellPoint() {
|
||
|
return $this->sellPoint;
|
||
|
}
|
||
|
|
||
|
public function setSellPoint($sellPoint) {
|
||
|
$this->sellPoint = $sellPoint;
|
||
|
$this->apiParams["sellPoint"] = $sellPoint;
|
||
|
}
|
||
|
|
||
|
public function getSourceCountry() {
|
||
|
return $this->sourceCountry;
|
||
|
}
|
||
|
|
||
|
public function setSourceCountry($sourceCountry) {
|
||
|
$this->sourceCountry = $sourceCountry;
|
||
|
$this->apiParams["sourceCountry"] = $sourceCountry;
|
||
|
}
|
||
|
|
||
|
public function getSupplierImg10Url() {
|
||
|
return $this->supplierImg10Url;
|
||
|
}
|
||
|
|
||
|
public function setSupplierImg10Url($supplierImg10Url) {
|
||
|
$this->supplierImg10Url = $supplierImg10Url;
|
||
|
$this->apiParams["supplierImg10Url"] = $supplierImg10Url;
|
||
|
}
|
||
|
|
||
|
public function getSupplierImg1Url() {
|
||
|
return $this->supplierImg1Url;
|
||
|
}
|
||
|
|
||
|
public function setSupplierImg1Url($supplierImg1Url) {
|
||
|
$this->supplierImg1Url = $supplierImg1Url;
|
||
|
$this->apiParams["supplierImg1Url"] = $supplierImg1Url;
|
||
|
}
|
||
|
|
||
|
public function getSupplierImg2Url() {
|
||
|
return $this->supplierImg2Url;
|
||
|
}
|
||
|
|
||
|
public function setSupplierImg2Url($supplierImg2Url) {
|
||
|
$this->supplierImg2Url = $supplierImg2Url;
|
||
|
$this->apiParams["supplierImg2Url"] = $supplierImg2Url;
|
||
|
}
|
||
|
|
||
|
public function getSupplierImg3Url() {
|
||
|
return $this->supplierImg3Url;
|
||
|
}
|
||
|
|
||
|
public function setSupplierImg3Url($supplierImg3Url) {
|
||
|
$this->supplierImg3Url = $supplierImg3Url;
|
||
|
$this->apiParams["supplierImg3Url"] = $supplierImg3Url;
|
||
|
}
|
||
|
|
||
|
public function getSupplierImg4Url() {
|
||
|
return $this->supplierImg4Url;
|
||
|
}
|
||
|
|
||
|
public function setSupplierImg4Url($supplierImg4Url) {
|
||
|
$this->supplierImg4Url = $supplierImg4Url;
|
||
|
$this->apiParams["supplierImg4Url"] = $supplierImg4Url;
|
||
|
}
|
||
|
|
||
|
public function getSupplierImg5Url() {
|
||
|
return $this->supplierImg5Url;
|
||
|
}
|
||
|
|
||
|
public function setSupplierImg5Url($supplierImg5Url) {
|
||
|
$this->supplierImg5Url = $supplierImg5Url;
|
||
|
$this->apiParams["supplierImg5Url"] = $supplierImg5Url;
|
||
|
}
|
||
|
|
||
|
public function getSupplierImg6Url() {
|
||
|
return $this->supplierImg6Url;
|
||
|
}
|
||
|
|
||
|
public function setSupplierImg6Url($supplierImg6Url) {
|
||
|
$this->supplierImg6Url = $supplierImg6Url;
|
||
|
$this->apiParams["supplierImg6Url"] = $supplierImg6Url;
|
||
|
}
|
||
|
|
||
|
public function getSupplierImg7Url() {
|
||
|
return $this->supplierImg7Url;
|
||
|
}
|
||
|
|
||
|
public function setSupplierImg7Url($supplierImg7Url) {
|
||
|
$this->supplierImg7Url = $supplierImg7Url;
|
||
|
$this->apiParams["supplierImg7Url"] = $supplierImg7Url;
|
||
|
}
|
||
|
|
||
|
public function getSupplierImg8Url() {
|
||
|
return $this->supplierImg8Url;
|
||
|
}
|
||
|
|
||
|
public function setSupplierImg8Url($supplierImg8Url) {
|
||
|
$this->supplierImg8Url = $supplierImg8Url;
|
||
|
$this->apiParams["supplierImg8Url"] = $supplierImg8Url;
|
||
|
}
|
||
|
|
||
|
public function getSupplierImg9Url() {
|
||
|
return $this->supplierImg9Url;
|
||
|
}
|
||
|
|
||
|
public function setSupplierImg9Url($supplierImg9Url) {
|
||
|
$this->supplierImg9Url = $supplierImg9Url;
|
||
|
$this->apiParams["supplierImg9Url"] = $supplierImg9Url;
|
||
|
}
|
||
|
|
||
|
public function getApiMethodName(){
|
||
|
return 'suning.sngoods.productcontents.add';
|
||
|
}
|
||
|
|
||
|
public function getApiParams(){
|
||
|
return $this->apiParams;
|
||
|
}
|
||
|
|
||
|
public function check(){
|
||
|
//非空校验
|
||
|
RequestCheckUtil::checkNotNull($this->cmTitle, 'cmTitle');
|
||
|
RequestCheckUtil::checkNotNull($this->minNum, 'minNum');
|
||
|
RequestCheckUtil::checkNotNull($this->suggestedRetailPrice, 'suggestedRetailPrice');
|
||
|
RequestCheckUtil::checkNotNull($this->privateFlag, 'privateFlag');
|
||
|
RequestCheckUtil::checkNotNull($this->productCode, 'productCode');
|
||
|
RequestCheckUtil::checkNotNull($this->saleSet, 'saleSet');
|
||
|
RequestCheckUtil::checkNotNull($this->supplierImg1Url, 'supplierImg1Url');
|
||
|
}
|
||
|
|
||
|
public function getBizName(){
|
||
|
return "productcontents";
|
||
|
}
|
||
|
|
||
|
}
|
||
|
|
||
|
class ChildItem {
|
||
|
|
||
|
private $apiParams = array();
|
||
|
|
||
|
private $alertQty;
|
||
|
|
||
|
private $invQty;
|
||
|
|
||
|
private $itemCode;
|
||
|
|
||
|
private $price;
|
||
|
|
||
|
private $suggestedRetailPrice;
|
||
|
|
||
|
private $productCode;
|
||
|
|
||
|
private $supplierImg1Url;
|
||
|
|
||
|
public function getAlertQty() {
|
||
|
return $this->alertQty;
|
||
|
}
|
||
|
|
||
|
public function setAlertQty($alertQty) {
|
||
|
$this->alertQty = $alertQty;
|
||
|
$this->apiParams["alertQty"] = $alertQty;
|
||
|
}
|
||
|
|
||
|
public function getInvQty() {
|
||
|
return $this->invQty;
|
||
|
}
|
||
|
|
||
|
public function setInvQty($invQty) {
|
||
|
$this->invQty = $invQty;
|
||
|
$this->apiParams["invQty"] = $invQty;
|
||
|
}
|
||
|
|
||
|
public function getItemCode() {
|
||
|
return $this->itemCode;
|
||
|
}
|
||
|
|
||
|
public function setItemCode($itemCode) {
|
||
|
$this->itemCode = $itemCode;
|
||
|
$this->apiParams["itemCode"] = $itemCode;
|
||
|
}
|
||
|
|
||
|
public function getPrice() {
|
||
|
return $this->price;
|
||
|
}
|
||
|
|
||
|
public function setPrice($price) {
|
||
|
$this->price = $price;
|
||
|
$this->apiParams["price"] = $price;
|
||
|
}
|
||
|
|
||
|
public function getSuggestedRetailPrice() {
|
||
|
return $this->suggestedRetailPrice;
|
||
|
}
|
||
|
|
||
|
public function setSuggestedRetailPrice($suggestedRetailPrice) {
|
||
|
$this->suggestedRetailPrice = $suggestedRetailPrice;
|
||
|
$this->apiParams["suggestedRetailPrice"] = $suggestedRetailPrice;
|
||
|
}
|
||
|
|
||
|
public function getProductCode() {
|
||
|
return $this->productCode;
|
||
|
}
|
||
|
|
||
|
public function setProductCode($productCode) {
|
||
|
$this->productCode = $productCode;
|
||
|
$this->apiParams["productCode"] = $productCode;
|
||
|
}
|
||
|
|
||
|
public function getSupplierImg1Url() {
|
||
|
return $this->supplierImg1Url;
|
||
|
}
|
||
|
|
||
|
public function setSupplierImg1Url($supplierImg1Url) {
|
||
|
$this->supplierImg1Url = $supplierImg1Url;
|
||
|
$this->apiParams["supplierImg1Url"] = $supplierImg1Url;
|
||
|
}
|
||
|
|
||
|
public function getApiParams(){
|
||
|
return $this->apiParams;
|
||
|
}
|
||
|
|
||
|
}
|
||
|
|
||
|
class DetailModule {
|
||
|
|
||
|
private $apiParams = array();
|
||
|
|
||
|
private $content;
|
||
|
|
||
|
private $moduleId;
|
||
|
|
||
|
private $moduleName;
|
||
|
|
||
|
private $num;
|
||
|
|
||
|
private $type;
|
||
|
|
||
|
public function getContent() {
|
||
|
return $this->content;
|
||
|
}
|
||
|
|
||
|
public function setContent($content) {
|
||
|
$this->content = $content;
|
||
|
$this->apiParams["content"] = $content;
|
||
|
}
|
||
|
|
||
|
public function getModuleId() {
|
||
|
return $this->moduleId;
|
||
|
}
|
||
|
|
||
|
public function setModuleId($moduleId) {
|
||
|
$this->moduleId = $moduleId;
|
||
|
$this->apiParams["moduleId"] = $moduleId;
|
||
|
}
|
||
|
|
||
|
public function getModuleName() {
|
||
|
return $this->moduleName;
|
||
|
}
|
||
|
|
||
|
public function setModuleName($moduleName) {
|
||
|
$this->moduleName = $moduleName;
|
||
|
$this->apiParams["moduleName"] = $moduleName;
|
||
|
}
|
||
|
|
||
|
public function getNum() {
|
||
|
return $this->num;
|
||
|
}
|
||
|
|
||
|
public function setNum($num) {
|
||
|
$this->num = $num;
|
||
|
$this->apiParams["num"] = $num;
|
||
|
}
|
||
|
|
||
|
public function getType() {
|
||
|
return $this->type;
|
||
|
}
|
||
|
|
||
|
public function setType($type) {
|
||
|
$this->type = $type;
|
||
|
$this->apiParams["type"] = $type;
|
||
|
}
|
||
|
|
||
|
public function getApiParams(){
|
||
|
return $this->apiParams;
|
||
|
}
|
||
|
|
||
|
}
|
||
|
|
||
|
?>
|