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


PHP RequestCheckUtil類代碼示例

本文整理匯總了PHP中RequestCheckUtil的典型用法代碼示例。如果您正苦於以下問題:PHP RequestCheckUtil類的具體用法?PHP RequestCheckUtil怎麽用?PHP RequestCheckUtil使用的例子?那麽, 這裏精選的類代碼示例或許可以為您提供幫助。


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

示例1: check

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

示例2: check

 public function check()
 {
     RequestCheckUtil::checkNotNull($this->endDate, "endDate");
     RequestCheckUtil::checkNotNull($this->serviceStaffId, "serviceStaffId");
     RequestCheckUtil::checkMaxLength($this->serviceStaffId, 1900, "serviceStaffId");
     RequestCheckUtil::checkNotNull($this->startDate, "startDate");
 }
開發者ID:huqq1987,項目名稱:clone-lemon,代碼行數:7,代碼來源:WangwangEserviceAvgwaittimeGetRequest.php

示例3: check

 public function check()
 {
     RequestCheckUtil::checkMaxLength($this->code, 40, "code");
     RequestCheckUtil::checkNotNull($this->grantType, "grantType");
     RequestCheckUtil::checkMaxLength($this->grantType, 20, "grantType");
     RequestCheckUtil::checkMaxLength($this->refreshToken, 40, "refreshToken");
 }
開發者ID:dw250100785,項目名稱:shopnc,代碼行數:7,代碼來源:AlipaySystemOauthTokenRequest.php

示例4: check

 public function check()
 {
     RequestCheckUtil::checkNotNull($this->bizUniqueCode, "bizUniqueCode");
     RequestCheckUtil::checkNotNull($this->items, "items");
     RequestCheckUtil::checkNotNull($this->operateTime, "operateTime");
     RequestCheckUtil::checkNotNull($this->tbOrderType, "tbOrderType");
 }
開發者ID:noikiy,項目名稱:Shopnc-1,代碼行數:7,代碼來源:InventoryAdjustTradeRequest.php

示例5: check

 public function check()
 {
     RequestCheckUtil::checkNotNull($this->templateContent, "templateContent");
     RequestCheckUtil::checkMaxLength($this->templateContent, 8000, "templateContent");
     RequestCheckUtil::checkNotNull($this->templateName, "templateName");
     RequestCheckUtil::checkMaxLength($this->templateName, 20, "templateName");
 }
開發者ID:554119220,項目名稱:kjrscrm,代碼行數:7,代碼來源:TmallItemSizemappingTemplateCreateRequest.php

示例6: check

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

示例7: check

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

示例8: check

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

示例9: check

 public function check()
 {
     RequestCheckUtil::checkNotNull($this->endDate, "endDate");
     RequestCheckUtil::checkNotNull($this->pageNo, "pageNo");
     RequestCheckUtil::checkNotNull($this->pageSize, "pageSize");
     RequestCheckUtil::checkNotNull($this->startDate, "startDate");
 }
開發者ID:noikiy,項目名稱:Shopnc-1,代碼行數:7,代碼來源:CaipiaoPresentItemsGetRequest.php

示例10: check

 public function check()
 {
     RequestCheckUtil::checkNotNull($this->appName, "appName");
     RequestCheckUtil::checkNotNull($this->buyerNick, "buyerNick");
     RequestCheckUtil::checkNotNull($this->labelId, "labelId");
     RequestCheckUtil::checkNotNull($this->sellerNick, "sellerNick");
 }
開發者ID:kwdwkiss,項目名稱:trial,代碼行數:7,代碼來源:HanoiLabelFilterRequest.php

示例11: check

 public function check()
 {
     RequestCheckUtil::checkNotNull($this->fromGroupId, "fromGroupId");
     RequestCheckUtil::checkMinValue($this->fromGroupId, 1, "fromGroupId");
     RequestCheckUtil::checkNotNull($this->toGroupId, "toGroupId");
     RequestCheckUtil::checkMinValue($this->toGroupId, 1, "toGroupId");
 }
開發者ID:kwdwkiss,項目名稱:trial,代碼行數:7,代碼來源:CrmGroupAppendRequest.php

示例12: check

 public function check()
 {
     RequestCheckUtil::checkNotNull($this->groupName, "groupName");
     RequestCheckUtil::checkMaxLength($this->groupName, 32, "groupName");
     RequestCheckUtil::checkNotNull($this->nicks, "nicks");
     RequestCheckUtil::checkMaxListSize($this->nicks, 200, "nicks");
 }
開發者ID:huqq1987,項目名稱:clone-lemon,代碼行數:7,代碼來源:TmcGroupAddRequest.php

示例13: check

 public function check()
 {
     RequestCheckUtil::checkNotNull($this->endDate, "endDate");
     RequestCheckUtil::checkNotNull($this->fromId, "fromId");
     RequestCheckUtil::checkNotNull($this->startDate, "startDate");
     RequestCheckUtil::checkNotNull($this->toId, "toId");
 }
開發者ID:yanhaojie,項目名稱:buddy,代碼行數:7,代碼來源:WangwangEserviceChatlogGetRequest.php

示例14: check

 public function check()
 {
     RequestCheckUtil::checkNotNull($this->propertyKey, "propertyKey");
     RequestCheckUtil::checkNotNull($this->propertyValue, "propertyValue");
     RequestCheckUtil::checkMaxLength($this->propertyValue, 100, "propertyValue");
     RequestCheckUtil::checkNotNull($this->topic, "topic");
 }
開發者ID:New7,項目名稱:3w,代碼行數:7,代碼來源:TmcFollowAddRequest.php

示例15: check

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


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