123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625 |
- <?php
- namespace AlibabaCloud\Companyreg\V20200306;
- use AlibabaCloud\Client\Resolver\ApiResolver;
- /**
- * @method BindProduceAuthorization bindProduceAuthorization(array $options = [])
- * @method CloseIntentionForPartner closeIntentionForPartner(array $options = [])
- * @method CloseUserIntention closeUserIntention(array $options = [])
- * @method CreateBusinessOpportunity createBusinessOpportunity(array $options = [])
- * @method CreateProduceForPartner createProduceForPartner(array $options = [])
- * @method DescribePartnerConfig describePartnerConfig(array $options = [])
- * @method GenerateUploadFilePolicy generateUploadFilePolicy(array $options = [])
- * @method GetAlipayUrl getAlipayUrl(array $options = [])
- * @method ListIntentionNote listIntentionNote(array $options = [])
- * @method ListProduceAuthorization listProduceAuthorization(array $options = [])
- * @method ListUserDetailSolutions listUserDetailSolutions(array $options = [])
- * @method ListUserIntentionNotes listUserIntentionNotes(array $options = [])
- * @method ListUserIntentions listUserIntentions(array $options = [])
- * @method ListUserProduceOperateLogs listUserProduceOperateLogs(array $options = [])
- * @method ListUserSolutions listUserSolutions(array $options = [])
- * @method OperateProduceForPartner operateProduceForPartner(array $options = [])
- * @method PutMeasureData putMeasureData(array $options = [])
- * @method PutMeasureReadyFlag putMeasureReadyFlag(array $options = [])
- * @method QueryAvailableNumbers queryAvailableNumbers(array $options = [])
- * @method QueryBagRemaining queryBagRemaining(array $options = [])
- * @method QueryCommodityConfig queryCommodityConfig(array $options = [])
- * @method QueryInstance queryInstance(array $options = [])
- * @method QueryPartnerIntentionList queryPartnerIntentionList(array $options = [])
- * @method QueryPartnerProduceList queryPartnerProduceList(array $options = [])
- * @method QueryUserNeedAuth queryUserNeedAuth(array $options = [])
- * @method RejectSolution rejectSolution(array $options = [])
- * @method RejectUserSolution rejectUserSolution(array $options = [])
- * @method ReleaseProduceAuthorization releaseProduceAuthorization(array $options = [])
- * @method StartBackToBackCall startBackToBackCall(array $options = [])
- * @method SubmitIntentionNote submitIntentionNote(array $options = [])
- * @method SubmitSolution submitSolution(array $options = [])
- * @method TransferIntentionOwner transferIntentionOwner(array $options = [])
- * @method TransferProduceOwner transferProduceOwner(array $options = [])
- */
- class CompanyregApiResolver extends ApiResolver
- {
- }
- class Rpc extends \AlibabaCloud\Client\Resolver\Rpc
- {
- /** @var string */
- public $product = 'companyreg';
- /** @var string */
- public $version = '2020-03-06';
- /** @var string */
- public $method = 'POST';
- }
- /**
- * @method string getBizType()
- * @method string getAuthorizedUserIds()
- * @method string getBizId()
- */
- class BindProduceAuthorization extends Rpc
- {
- /**
- * @param string $value
- *
- * @return $this
- */
- public function withBizType($value)
- {
- $this->data['BizType'] = $value;
- $this->options['form_params']['BizType'] = $value;
- return $this;
- }
- /**
- * @param string $value
- *
- * @return $this
- */
- public function withAuthorizedUserIds($value)
- {
- $this->data['AuthorizedUserIds'] = $value;
- $this->options['form_params']['AuthorizedUserIds'] = $value;
- return $this;
- }
- /**
- * @param string $value
- *
- * @return $this
- */
- public function withBizId($value)
- {
- $this->data['BizId'] = $value;
- $this->options['form_params']['BizId'] = $value;
- return $this;
- }
- }
- /**
- * @method string getBizType()
- * @method $this withBizType($value)
- * @method string getNote()
- * @method $this withNote($value)
- * @method string getIntentionBizId()
- * @method $this withIntentionBizId($value)
- */
- class CloseIntentionForPartner extends Rpc
- {
- }
- /**
- * @method string getBizType()
- * @method $this withBizType($value)
- * @method string getNote()
- * @method $this withNote($value)
- * @method string getIntentionBizId()
- * @method $this withIntentionBizId($value)
- */
- class CloseUserIntention extends Rpc
- {
- }
- /**
- * @method string getMobile()
- * @method $this withMobile($value)
- * @method string getSource()
- * @method $this withSource($value)
- * @method string getVCode()
- * @method $this withVCode($value)
- * @method string getContactName()
- * @method $this withContactName($value)
- * @method string getBizType()
- * @method $this withBizType($value)
- */
- class CreateBusinessOpportunity extends Rpc
- {
- }
- /**
- * @method string getBizType()
- * @method $this withBizType($value)
- * @method string getExtInfo()
- * @method $this withExtInfo($value)
- * @method string getBizId()
- * @method $this withBizId($value)
- */
- class CreateProduceForPartner extends Rpc
- {
- }
- /**
- * @method string getPartnerCode()
- * @method $this withPartnerCode($value)
- * @method string getBizType()
- * @method $this withBizType($value)
- */
- class DescribePartnerConfig extends Rpc
- {
- }
- /**
- * @method string getFileType()
- * @method $this withFileType($value)
- * @method string getBizType()
- * @method $this withBizType($value)
- * @method string getFileName()
- * @method $this withFileName($value)
- */
- class GenerateUploadFilePolicy extends Rpc
- {
- }
- /**
- * @method string getOrderId()
- * @method $this withOrderId($value)
- * @method string getType()
- * @method $this withType($value)
- * @method string getBizType()
- * @method $this withBizType($value)
- * @method string getReturnUrl()
- * @method $this withReturnUrl($value)
- */
- class GetAlipayUrl extends Rpc
- {
- /** @var string */
- public $method = 'GET';
- }
- /**
- * @method string getEndTime()
- * @method $this withEndTime($value)
- * @method string getBeginTime()
- * @method $this withBeginTime($value)
- * @method string getIntentionBizId()
- * @method $this withIntentionBizId($value)
- * @method string getPageNumber()
- * @method $this withPageNumber($value)
- * @method string getPageSize()
- * @method $this withPageSize($value)
- */
- class ListIntentionNote extends Rpc
- {
- }
- /**
- * @method string getPageNum()
- * @method $this withPageNum($value)
- * @method string getBizType()
- * @method $this withBizType($value)
- * @method string getBizId()
- * @method $this withBizId($value)
- * @method string getPageSize()
- * @method $this withPageSize($value)
- */
- class ListProduceAuthorization extends Rpc
- {
- }
- /**
- * @method string getBizType()
- * @method $this withBizType($value)
- * @method string getPageSize()
- * @method $this withPageSize($value)
- * @method string getIntentionBizId()
- * @method $this withIntentionBizId($value)
- * @method string getPageNum()
- * @method $this withPageNum($value)
- */
- class ListUserDetailSolutions extends Rpc
- {
- }
- /**
- * @method string getBizType()
- * @method $this withBizType($value)
- * @method string getPageSize()
- * @method $this withPageSize($value)
- * @method string getIntentionBizId()
- * @method $this withIntentionBizId($value)
- * @method string getPageNum()
- * @method $this withPageNum($value)
- */
- class ListUserIntentionNotes extends Rpc
- {
- }
- /**
- * @method string getArea()
- * @method $this withArea($value)
- * @method string getBizTypes()
- * @method $this withBizTypes($value)
- * @method string getIntentionBizId()
- * @method $this withIntentionBizId($value)
- * @method string getPageNum()
- * @method $this withPageNum($value)
- * @method string getSortFiled()
- * @method $this withSortFiled($value)
- * @method string getBizType()
- * @method $this withBizType($value)
- * @method string getPageSize()
- * @method $this withPageSize($value)
- * @method string getSortOrder()
- * @method $this withSortOrder($value)
- * @method string getStatus()
- * @method $this withStatus($value)
- */
- class ListUserIntentions extends Rpc
- {
- }
- /**
- * @method string getPageNum()
- * @method $this withPageNum($value)
- * @method string getBizType()
- * @method $this withBizType($value)
- * @method string getBizId()
- * @method $this withBizId($value)
- * @method string getPageSize()
- * @method $this withPageSize($value)
- */
- class ListUserProduceOperateLogs extends Rpc
- {
- }
- /**
- * @method string getPageSize()
- * @method $this withPageSize($value)
- * @method string getExistStatus()
- * @method $this withExistStatus($value)
- * @method string getIntentionBizId()
- * @method $this withIntentionBizId($value)
- * @method string getPageNum()
- * @method $this withPageNum($value)
- */
- class ListUserSolutions extends Rpc
- {
- }
- /**
- * @method string getBizType()
- * @method $this withBizType($value)
- * @method string getExtInfo()
- * @method $this withExtInfo($value)
- * @method string getBizId()
- * @method $this withBizId($value)
- * @method string getOperateType()
- * @method $this withOperateType($value)
- */
- class OperateProduceForPartner extends Rpc
- {
- }
- /**
- * @method string getData()
- * @method string getEndTime()
- * @method string getStartTime()
- * @method string getBizType()
- * @method string getDataType()
- */
- class PutMeasureData extends Rpc
- {
- /**
- * @param string $value
- *
- * @return $this
- */
- public function withData($value)
- {
- $this->data['Data'] = $value;
- $this->options['form_params']['Data'] = $value;
- return $this;
- }
- /**
- * @param string $value
- *
- * @return $this
- */
- public function withEndTime($value)
- {
- $this->data['EndTime'] = $value;
- $this->options['form_params']['EndTime'] = $value;
- return $this;
- }
- /**
- * @param string $value
- *
- * @return $this
- */
- public function withStartTime($value)
- {
- $this->data['StartTime'] = $value;
- $this->options['form_params']['StartTime'] = $value;
- return $this;
- }
- /**
- * @param string $value
- *
- * @return $this
- */
- public function withBizType($value)
- {
- $this->data['BizType'] = $value;
- $this->options['form_params']['BizType'] = $value;
- return $this;
- }
- /**
- * @param string $value
- *
- * @return $this
- */
- public function withDataType($value)
- {
- $this->data['DataType'] = $value;
- $this->options['form_params']['DataType'] = $value;
- return $this;
- }
- }
- /**
- * @method string getReadyFlag()
- * @method $this withReadyFlag($value)
- * @method string getEndTime()
- * @method $this withEndTime($value)
- * @method string getStartTime()
- * @method $this withStartTime($value)
- * @method string getBizType()
- * @method $this withBizType($value)
- * @method string getDataType()
- * @method $this withDataType($value)
- */
- class PutMeasureReadyFlag extends Rpc
- {
- }
- /**
- * @method string getBizType()
- * @method $this withBizType($value)
- */
- class QueryAvailableNumbers extends Rpc
- {
- }
- /**
- * @method string getBizType()
- * @method $this withBizType($value)
- */
- class QueryBagRemaining extends Rpc
- {
- /** @var string */
- public $method = 'GET';
- }
- /**
- * @method string getBizType()
- * @method $this withBizType($value)
- * @method string getQueryModule()
- * @method $this withQueryModule($value)
- * @method string getCommodityCode()
- * @method $this withCommodityCode($value)
- */
- class QueryCommodityConfig extends Rpc
- {
- }
- /**
- * @method string getBizType()
- * @method $this withBizType($value)
- * @method string getInstanceId()
- * @method $this withInstanceId($value)
- */
- class QueryInstance extends Rpc
- {
- }
- /**
- * @method string getBizType()
- * @method $this withBizType($value)
- * @method string getBizId()
- * @method $this withBizId($value)
- * @method string getPageSize()
- * @method $this withPageSize($value)
- * @method string getPageNum()
- * @method $this withPageNum($value)
- */
- class QueryPartnerIntentionList extends Rpc
- {
- }
- /**
- * @method string getBizType()
- * @method $this withBizType($value)
- * @method string getBizId()
- * @method $this withBizId($value)
- * @method string getPageSize()
- * @method $this withPageSize($value)
- * @method string getPageNum()
- * @method $this withPageNum($value)
- */
- class QueryPartnerProduceList extends Rpc
- {
- /** @var string */
- public $method = 'GET';
- }
- class QueryUserNeedAuth extends Rpc
- {
- }
- /**
- * @method string getNote()
- * @method $this withNote($value)
- * @method string getSolutionBizId()
- * @method $this withSolutionBizId($value)
- */
- class RejectSolution extends Rpc
- {
- }
- /**
- * @method string getBizType()
- * @method $this withBizType($value)
- * @method string getNote()
- * @method $this withNote($value)
- * @method string getSolutionBizId()
- * @method $this withSolutionBizId($value)
- */
- class RejectUserSolution extends Rpc
- {
- }
- /**
- * @method string getBizType()
- * @method string getAuthorizedUserId()
- * @method string getBizId()
- */
- class ReleaseProduceAuthorization extends Rpc
- {
- /**
- * @param string $value
- *
- * @return $this
- */
- public function withBizType($value)
- {
- $this->data['BizType'] = $value;
- $this->options['form_params']['BizType'] = $value;
- return $this;
- }
- /**
- * @param string $value
- *
- * @return $this
- */
- public function withAuthorizedUserId($value)
- {
- $this->data['AuthorizedUserId'] = $value;
- $this->options['form_params']['AuthorizedUserId'] = $value;
- return $this;
- }
- /**
- * @param string $value
- *
- * @return $this
- */
- public function withBizId($value)
- {
- $this->data['BizId'] = $value;
- $this->options['form_params']['BizId'] = $value;
- return $this;
- }
- }
- /**
- * @method string getBizType()
- * @method $this withBizType($value)
- * @method string getCaller()
- * @method $this withCaller($value)
- * @method string getCallCenterNumber()
- * @method $this withCallCenterNumber($value)
- * @method string getSkillType()
- * @method $this withSkillType($value)
- * @method string getBizId()
- * @method $this withBizId($value)
- */
- class StartBackToBackCall extends Rpc
- {
- }
- /**
- * @method string getNote()
- * @method $this withNote($value)
- * @method string getIntentionBizId()
- * @method $this withIntentionBizId($value)
- */
- class SubmitIntentionNote extends Rpc
- {
- }
- /**
- * @method string getBizType()
- * @method $this withBizType($value)
- * @method string getSolution()
- * @method $this withSolution($value)
- * @method string getIntentionBizId()
- * @method $this withIntentionBizId($value)
- * @method string getUserId()
- * @method $this withUserId($value)
- */
- class SubmitSolution extends Rpc
- {
- }
- /**
- * @method string getBizType()
- * @method $this withBizType($value)
- * @method string getBizId()
- * @method $this withBizId($value)
- * @method string getPersonId()
- * @method $this withPersonId($value)
- * @method string getRemark()
- * @method $this withRemark($value)
- */
- class TransferIntentionOwner extends Rpc
- {
- }
- /**
- * @method string getBizType()
- * @method $this withBizType($value)
- * @method string getBizId()
- * @method $this withBizId($value)
- * @method string getPersonId()
- * @method $this withPersonId($value)
- * @method string getRemark()
- * @method $this withRemark($value)
- */
- class TransferProduceOwner extends Rpc
- {
- }
|