當前位置: 首頁>>代碼示例>>PHP>>正文


PHP Taobao_RequestCheckUtil::checkMaxValue方法代碼示例

本文整理匯總了PHP中Taobao_RequestCheckUtil::checkMaxValue方法的典型用法代碼示例。如果您正苦於以下問題:PHP Taobao_RequestCheckUtil::checkMaxValue方法的具體用法?PHP Taobao_RequestCheckUtil::checkMaxValue怎麽用?PHP Taobao_RequestCheckUtil::checkMaxValue使用的例子?那麽, 這裏精選的方法代碼示例或許可以為您提供幫助。您也可以進一步了解該方法所在Taobao_RequestCheckUtil的用法示例。


在下文中一共展示了Taobao_RequestCheckUtil::checkMaxValue方法的15個代碼示例,這些例子默認根據受歡迎程度排序。您可以為喜歡或者感覺有用的代碼點讚,您的評價將有助於係統推薦出更棒的PHP代碼示例。

示例1: check

 public function check()
 {
     Taobao_RequestCheckUtil::checkNotNull($this->fields, "fields");
     Taobao_RequestCheckUtil::checkNotNull($this->refundId, "refundId");
     Taobao_RequestCheckUtil::checkMaxValue($this->refundId, 9223372036854775807, "refundId");
     Taobao_RequestCheckUtil::checkMinValue($this->refundId, 1, "refundId");
 }
開發者ID:liu33851861,項目名稱:CZD_Yaf_Extension,代碼行數:7,代碼來源:RefundGetRequest.php

示例2: check

 public function check()
 {
     Taobao_RequestCheckUtil::checkMinValue($this->pageNo, 1, "pageNo");
     Taobao_RequestCheckUtil::checkMaxValue($this->pageSize, 1000, "pageSize");
     Taobao_RequestCheckUtil::checkMinValue($this->pageSize, 1, "pageSize");
     Taobao_RequestCheckUtil::checkNotNull($this->startTime, "startTime");
 }
開發者ID:liu33851861,項目名稱:CZD_Yaf_Extension,代碼行數:7,代碼來源:SimbaAdgroupsChangedGetRequest.php

示例3: check

 public function check()
 {
     Taobao_RequestCheckUtil::checkMaxValue($this->budget, 99999, "budget");
     Taobao_RequestCheckUtil::checkMinValue($this->budget, 30, "budget");
     Taobao_RequestCheckUtil::checkNotNull($this->campaignId, "campaignId");
     Taobao_RequestCheckUtil::checkNotNull($this->useSmooth, "useSmooth");
 }
開發者ID:liu33851861,項目名稱:CZD_Yaf_Extension,代碼行數:7,代碼來源:SimbaCampaignBudgetUpdateRequest.php

示例4: check

 public function check()
 {
     Taobao_RequestCheckUtil::checkNotNull($this->buyerNick, "buyerNick");
     Taobao_RequestCheckUtil::checkNotNull($this->grade, "grade");
     Taobao_RequestCheckUtil::checkMaxValue($this->grade, 4, "grade");
     Taobao_RequestCheckUtil::checkMinValue($this->grade, 1, "grade");
 }
開發者ID:liu33851861,項目名稱:CZD_Yaf_Extension,代碼行數:7,代碼來源:CrmMembergradeSetRequest.php

示例5: check

 public function check()
 {
     Taobao_RequestCheckUtil::checkNotNull($this->currentPage, "currentPage");
     Taobao_RequestCheckUtil::checkNotNull($this->date, "date");
     Taobao_RequestCheckUtil::checkMaxValue($this->pageSize, 100, "pageSize");
     Taobao_RequestCheckUtil::checkMinValue($this->pageSize, 1, "pageSize");
 }
開發者ID:liu33851861,項目名稱:CZD_Yaf_Extension,代碼行數:7,代碼來源:FuwuScoresGetRequest.php

示例6: check

 public function check()
 {
     Taobao_RequestCheckUtil::checkNotNull($this->days, "days");
     Taobao_RequestCheckUtil::checkMaxValue($this->days, 10, "days");
     Taobao_RequestCheckUtil::checkMinValue($this->days, 3, "days");
     Taobao_RequestCheckUtil::checkNotNull($this->tid, "tid");
 }
開發者ID:liu33851861,項目名稱:CZD_Yaf_Extension,代碼行數:7,代碼來源:TradeReceivetimeDelayRequest.php

示例7: check

 public function check()
 {
     Taobao_RequestCheckUtil::checkNotNull($this->fields, "fields");
     Taobao_RequestCheckUtil::checkNotNull($this->tid, "tid");
     Taobao_RequestCheckUtil::checkMaxValue($this->tid, 9223372036854775807, "tid");
     Taobao_RequestCheckUtil::checkMinValue($this->tid, -9.223372036854776E+18, "tid");
 }
開發者ID:liu33851861,項目名稱:CZD_Yaf_Extension,代碼行數:7,代碼來源:TradeAmountGetRequest.php

示例8: check

 public function check()
 {
     Taobao_RequestCheckUtil::checkNotNull($this->denominations, "denominations");
     Taobao_RequestCheckUtil::checkMaxValue($this->denominations, 100, "denominations");
     Taobao_RequestCheckUtil::checkMinValue($this->denominations, 3, "denominations");
     Taobao_RequestCheckUtil::checkNotNull($this->endTime, "endTime");
 }
開發者ID:liu33851861,項目名稱:CZD_Yaf_Extension,代碼行數:7,代碼來源:PromotionCouponAddRequest.php

示例9: check

 public function check()
 {
     Taobao_RequestCheckUtil::checkNotNull($this->catId, "catId");
     Taobao_RequestCheckUtil::checkNotNull($this->type, "type");
     Taobao_RequestCheckUtil::checkMaxValue($this->type, 1, "type");
     Taobao_RequestCheckUtil::checkMinValue($this->type, -1, "type");
 }
開發者ID:liu33851861,項目名稱:CZD_Yaf_Extension,代碼行數:7,代碼來源:ItemAnchorGetRequest.php

示例10: check

 public function check()
 {
     Taobao_RequestCheckUtil::checkNotNull($this->purchaseOrderId, "purchaseOrderId");
     Taobao_RequestCheckUtil::checkNotNull($this->supplierMemo, "supplierMemo");
     Taobao_RequestCheckUtil::checkMaxValue($this->supplierMemoFlag, 5, "supplierMemoFlag");
     Taobao_RequestCheckUtil::checkMinValue($this->supplierMemoFlag, 1, "supplierMemoFlag");
 }
開發者ID:liu33851861,項目名稱:CZD_Yaf_Extension,代碼行數:7,代碼來源:FenxiaoOrderRemarkUpdateRequest.php

示例11: check

 public function check()
 {
     Taobao_RequestCheckUtil::checkMaxValue($this->flag, 5, "flag");
     Taobao_RequestCheckUtil::checkMinValue($this->flag, 0, "flag");
     Taobao_RequestCheckUtil::checkNotNull($this->memo, "memo");
     Taobao_RequestCheckUtil::checkNotNull($this->tid, "tid");
 }
開發者ID:liu33851861,項目名稱:CZD_Yaf_Extension,代碼行數:7,代碼來源:TradeMemoAddRequest.php

示例12: check

 public function check()
 {
     Taobao_RequestCheckUtil::checkMaxValue($this->dbStatus, 3, "dbStatus");
     Taobao_RequestCheckUtil::checkMinValue($this->dbStatus, 0, "dbStatus");
     Taobao_RequestCheckUtil::checkNotNull($this->instanceName, "instanceName");
     Taobao_RequestCheckUtil::checkMaxLength($this->instanceName, 30, "instanceName");
 }
開發者ID:liu33851861,項目名稱:CZD_Yaf_Extension,代碼行數:7,代碼來源:RdsDbGetRequest.php

示例13: check

 public function check()
 {
     Taobao_RequestCheckUtil::checkNotNull($this->categoryIds, "categoryIds");
     Taobao_RequestCheckUtil::checkMaxListSize($this->categoryIds, 200, "categoryIds");
     Taobao_RequestCheckUtil::checkNotNull($this->resultNum, "resultNum");
     Taobao_RequestCheckUtil::checkMaxValue($this->resultNum, 100, "resultNum");
     Taobao_RequestCheckUtil::checkMinValue($this->resultNum, 1, "resultNum");
 }
開發者ID:liu33851861,項目名稱:CZD_Yaf_Extension,代碼行數:8,代碼來源:SimbaInsightCatstopwordGetRequest.php

示例14: check

 public function check()
 {
     Taobao_RequestCheckUtil::checkNotNull($this->imageInputTitle, "imageInputTitle");
     Taobao_RequestCheckUtil::checkNotNull($this->img, "img");
     Taobao_RequestCheckUtil::checkNotNull($this->pictureCategoryId, "pictureCategoryId");
     Taobao_RequestCheckUtil::checkMaxValue($this->pictureCategoryId, 9223372036854775807, "pictureCategoryId");
     Taobao_RequestCheckUtil::checkMinValue($this->pictureCategoryId, 0, "pictureCategoryId");
 }
開發者ID:liu33851861,項目名稱:CZD_Yaf_Extension,代碼行數:8,代碼來源:PictureUploadRequest.php

示例15: check

 public function check()
 {
     Taobao_RequestCheckUtil::checkNotNull($this->policyId, "policyId");
     Taobao_RequestCheckUtil::checkMaxLength($this->policyId, 64, "policyId");
     Taobao_RequestCheckUtil::checkNotNull($this->type, "type");
     Taobao_RequestCheckUtil::checkMaxValue($this->type, 1, "type");
     Taobao_RequestCheckUtil::checkMinValue($this->type, 0, "type");
 }
開發者ID:liu33851861,項目名稱:CZD_Yaf_Extension,代碼行數:8,代碼來源:JipiaoPolicyGetRequest.php


注:本文中的Taobao_RequestCheckUtil::checkMaxValue方法示例由純淨天空整理自Github/MSDocs等開源代碼及文檔管理平台,相關代碼片段篩選自各路編程大神貢獻的開源項目,源碼版權歸原作者所有,傳播和使用請參考對應項目的License;未經允許,請勿轉載。