当前位置: 首页>>代码示例>>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;未经允许,请勿转载。