'1.0', 'info' => ['style' => 'RPC', 'product' => 'companyreg', 'version' => '2020-03-06'], 'directories' => [ [ 'children' => ['PutMeasureReadyFlag', 'PutMeasureData', 'QueryBagRemaining'], 'type' => 'directory', 'title' => '计量推送', 'id' => 320457, ], [ 'children' => [ 'ListUserIntentions', 'ListUserIntentionNotes', 'ListIntentionNote', 'ListUserProduceOperateLogs', 'DescribePartnerConfig', 'GenerateUploadFilePolicy', 'CreateProduceForPartner', 'ListProduceAuthorization', 'CloseIntentionForPartner', 'CreateBusinessOpportunity', 'ListUserDetailSolutions', 'ListUserSolutions', 'OperateProduceForPartner', 'RejectSolution', 'RejectUserSolution', 'QueryPartnerIntentionList', 'SubmitSolution', 'ReleaseProduceAuthorization', 'QueryPartnerProduceList', 'QueryUserNeedAuth', 'BindProduceAuthorization', 'SubmitIntentionNote', 'CloseUserIntention', ], 'type' => 'directory', 'title' => 'ESP', 'id' => 320461, ], [ 'children' => ['RecordPostBack', 'QueryAvailableNumbers', 'StartBackToBackCall', 'TransferIntentionOwner', 'TransferProduceOwner'], 'type' => 'directory', 'title' => '玄坛', 'id' => 320488, ], [ 'children' => ['GetAlipayUrl', 'LlmSmartCall', 'OperateCallCenterForPartner', 'QueryCallRecordList', 'QueryInstance', 'RecordCallCenterEventForPartner', 'SubmitIntentionForPartner'], 'title' => '其他', 'type' => 'directory', ], ], 'components' => [ 'schemas' => [], ], 'apis' => [ 'BindProduceAuthorization' => [ 'summary' => '交付单新增授权(批量)', 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => ['FEATUREcompanyregNCLC86'], ], 'parameters' => [ [ 'name' => 'BizId', 'in' => 'formData', 'schema' => ['description' => '业务ID', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'P20210815211849000001'], ], [ 'name' => 'BizType', 'in' => 'formData', 'schema' => ['description' => '业务类型', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'esp.bookkeeping_ai'], ], [ 'name' => 'AuthorizedUserIds', 'in' => 'formData', 'schema' => ['description' => '被授权人id 列表', 'type' => 'string', 'required' => false, 'example' => '1219541161213057,1219541161213059'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'description' => '授权结果', 'type' => 'object', 'properties' => [ 'ErrorMsg' => ['description' => '错误信息', 'type' => 'string', 'example' => '没有权限'], 'RequestId' => ['description' => '请求id', 'type' => 'string', 'example' => 'AC492C5D-29D0-5103-9271-2C3A9D99F5CA'], 'ErrorCode' => ['description' => '错误code', 'type' => 'string', 'example' => '200'], 'Data' => [ 'description' => '授权用户结果列表', 'type' => 'object', 'properties' => [ 'Message' => ['description' => '返回信息', 'type' => 'string', 'example' => '以上标红的不为阿里云账号'], 'Success' => ['description' => '是否成功', 'type' => 'boolean', 'example' => 'false'], 'AuthorizedUserList' => [ 'description' => '授权用户结果记录列表', 'type' => 'array', 'items' => [ 'description' => '授权用户结果记录', 'type' => 'object', 'properties' => [ 'UserName' => ['description' => '绑定被授权用户名', 'type' => 'string', 'example' => 'test@alibaba-inc.com'], 'UserId' => ['description' => '绑定被授权用户ID', 'type' => 'string', 'example' => '1219541161213058'], 'AccountValidType' => ['description' => '0:未知 1:有效 2:账号不存在', 'type' => 'integer', 'format' => 'int32', 'example' => '2'], ], ], ], ], ], ], ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'Parameter.Illegal', 'errorMessage' => 'The specified parameter is invalid.', 'description' => '参数错误'], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"ErrorMsg\\": \\"没有权限\\",\\n \\"RequestId\\": \\"AC492C5D-29D0-5103-9271-2C3A9D99F5CA\\",\\n \\"ErrorCode\\": \\"200\\",\\n \\"Data\\": {\\n \\"Message\\": \\"以上标红的不为阿里云账号\\",\\n \\"Success\\": false,\\n \\"AuthorizedUserList\\": [\\n {\\n \\"UserName\\": \\"test@alibaba-inc.com\\",\\n \\"UserId\\": \\"1219541161213058\\",\\n \\"AccountValidType\\": 2\\n }\\n ]\\n }\\n}","type":"json"}]', 'title' => '交付单绑定授权(批量)', 'description' => '交付单新增授权(批量)', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [], ], 'ramActions' => [ [ 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:BindProduceAuthorization', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], ], 'CloseIntentionForPartner' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'systemTags' => [ 'operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => ['FEATUREcompanyregW8PQ68'], ], 'parameters' => [ [ 'name' => 'IntentionBizId', 'in' => 'query', 'schema' => ['description' => '需求单号', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'I20211105230733000001'], ], [ 'name' => 'Note', 'in' => 'query', 'schema' => ['description' => '关闭原因', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '测试'], ], [ 'name' => 'BizType', 'in' => 'query', 'schema' => ['description' => '业务类型', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'esp.beian_assist'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'ErrorMsg' => ['description' => '错误信息', 'type' => 'string', 'example' => '没有权限'], 'RequestId' => ['description' => '请求id', 'type' => 'string', 'example' => '4674B06A-B57F-5922-890C-D23D17C5BD21'], 'Success' => ['description' => '成功状态标识', 'type' => 'boolean', 'example' => 'True'], 'ErrorCode' => ['description' => '错误码', 'type' => 'string', 'example' => 'NoPermission'], ], 'description' => '', ], ], ], 'errorCodes' => [ 403 => [ ['errorCode' => 'PermissionDenied', 'errorMessage' => 'The access is denied.', 'description' => '禁止访问'], ], ], 'title' => '服务商关闭需求', 'summary' => '服务商关闭需求。', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [], ], 'ramActions' => [ [ 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:CloseIntentionForPartner', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"ErrorMsg\\": \\"没有权限\\",\\n \\"RequestId\\": \\"4674B06A-B57F-5922-890C-D23D17C5BD21\\",\\n \\"Success\\": true,\\n \\"ErrorCode\\": \\"NoPermission\\"\\n}","type":"json"}]', ], 'CloseUserIntention' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => ['operationType' => 'none'], 'parameters' => [ [ 'name' => 'IntentionBizId', 'in' => 'query', 'schema' => ['description' => '需求单号', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'I20201027162033000001'], ], [ 'name' => 'Note', 'in' => 'query', 'schema' => ['description' => '备注信息', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '用户关闭'], ], [ 'name' => 'BizType', 'in' => 'query', 'schema' => ['description' => '业务类型', 'type' => 'string', 'required' => false, 'example' => 'esp.bookkeeping'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'ErrorMsg' => ['description' => '错误信息', 'type' => 'string', 'example' => '没有权限'], 'RequestId' => ['description' => '请求id', 'type' => 'string', 'example' => 'DD5639FF-1240-51DE-9BA8-2075670A1EAC'], 'ErrorCode' => ['description' => '错误code', 'type' => 'string', 'example' => 'NoPermission'], 'Success' => ['description' => '成功标识', 'type' => 'boolean', 'example' => 'True'], ], 'description' => '', ], ], ], 'title' => '用户关闭需求', 'summary' => '用户关闭需求。', 'changeSet' => [ ['createdAt' => '2024-03-27T02:06:43.000Z', 'description' => '错误码发生变更'], ], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'CloseUserIntention'], ], ], 'ramActions' => [ [ 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:CloseUserIntention', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"ErrorMsg\\": \\"没有权限\\",\\n \\"RequestId\\": \\"DD5639FF-1240-51DE-9BA8-2075670A1EAC\\",\\n \\"ErrorCode\\": \\"NoPermission\\",\\n \\"Success\\": true\\n}","type":"json"}]', ], 'CreateBusinessOpportunity' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => ['FEATUREcompanyregW8PQ68', 'FEATUREcompanyregU6BH8D'], 'tenantRelevance' => 'publicInformation', ], 'parameters' => [ [ 'name' => 'ContactName', 'in' => 'query', 'schema' => ['description' => '联系人名称', 'type' => 'string', 'required' => false, 'docRequired' => true, 'example' => '魏先生'], ], [ 'name' => 'Mobile', 'in' => 'query', 'schema' => ['description' => '手机号', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '18704330000'], ], [ 'name' => 'Source', 'in' => 'query', 'schema' => ['description' => '来源', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'docRequired' => true, 'example' => '官网'], ], [ 'name' => 'BizType', 'in' => 'query', 'schema' => ['description' => '业务类型', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'esp.hightech'], ], [ 'name' => 'VCode', 'in' => 'query', 'schema' => ['description' => '验证码', 'type' => 'string', 'required' => false, 'example' => '345674'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => '请求id', 'type' => 'string', 'example' => '6A603AA0-73BA-52B3-AC7D-0F846ECF7A9D'], 'ErrorMessage' => ['description' => '错误信息', 'type' => 'string', 'example' => '没有权限'], 'ErrorCode' => ['description' => '错误码', 'type' => 'string', 'example' => 'NoPermission'], 'Success' => ['description' => '是否成功', 'type' => 'boolean', 'example' => 'True'], ], 'description' => '', ], ], ], 'title' => '新建商机', 'summary' => '新建商机。', 'changeSet' => [ ['createdAt' => '2024-03-27T02:06:43.000Z', 'description' => '错误码发生变更'], ], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '50', 'countWindow' => 1, 'regionId' => '*', 'api' => 'CreateBusinessOpportunity'], ], ], 'ramActions' => [ [ 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:CreateBusinessOpportunity', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"6A603AA0-73BA-52B3-AC7D-0F846ECF7A9D\\",\\n \\"ErrorMessage\\": \\"没有权限\\",\\n \\"ErrorCode\\": \\"NoPermission\\",\\n \\"Success\\": true\\n}","type":"json"}]', ], 'CreateProduceForPartner' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => ['FEATUREcompanyreg7G42D0'], ], 'parameters' => [ [ 'name' => 'BizType', 'in' => 'query', 'schema' => ['description' => '业务类型', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'esp.hightech'], ], [ 'name' => 'ExtInfo', 'in' => 'query', 'schema' => ['description' => '扩展信息', 'type' => 'string', 'required' => false, 'example' => '{\\"consultBusiness\\":\\"自助记账咨询\\"}'], ], [ 'name' => 'BizId', 'in' => 'query', 'schema' => ['description' => '交付单ID', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'P20210301102840000001'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'BizId' => ['description' => '交付单ID', 'type' => 'string', 'example' => 'P20210208152920000001'], 'ErrorMsg' => ['description' => '错误信息', 'type' => 'string', 'example' => '没有权限'], 'RequestId' => ['description' => '请求id', 'type' => 'string', 'example' => '2174AA97-56FB-50FA-B243-0460B9E4CE0C'], 'ErrorCode' => ['description' => '错误码', 'type' => 'string', 'example' => 'NoPermission'], 'Success' => ['description' => '是否成功', 'type' => 'boolean', 'example' => 'True'], ], 'description' => '', ], ], ], 'errorCodes' => [ 403 => [ ['errorCode' => 'PermissionDenied', 'errorMessage' => 'The access is denied.', 'description' => '禁止访问'], ], ], 'title' => '服务商创建交付单', 'summary' => '服务商创建交付单。', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [], ], 'ramActions' => [ [ 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:CreateProduceForPartner', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"BizId\\": \\"P20210208152920000001\\",\\n \\"ErrorMsg\\": \\"没有权限\\",\\n \\"RequestId\\": \\"2174AA97-56FB-50FA-B243-0460B9E4CE0C\\",\\n \\"ErrorCode\\": \\"NoPermission\\",\\n \\"Success\\": true\\n}","type":"json"}]', ], 'DescribePartnerConfig' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['operationType' => 'none'], 'parameters' => [ [ 'name' => 'PartnerCode', 'in' => 'query', 'schema' => ['description' => '服务商code', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'jinsan'], ], [ 'name' => 'BizType', 'in' => 'query', 'schema' => ['description' => '业务类型', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'esp.wangwen'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'PartnerName' => ['description' => '合作伙伴名称', 'type' => 'string', 'example' => '北京科技有限公司'], 'RequestId' => ['description' => '请求id', 'type' => 'string', 'example' => '8179A0B3-A5D3-52F4-8845-F0ABC3CC6783'], 'PartnerCode' => ['description' => '伙伴关系编码', 'type' => 'string', 'example' => 'jinsan'], 'Contact' => ['description' => '联系方式', 'type' => 'string', 'example' => '{\\"channels\\":[{\\"level\\":3,\\"type\\":\\"SMS\\",\\"value\\":\\"13817600000\\"}],\\"desc\\":\\"\\",\\"name\\":\\"张三\\",\\"project\\":\\"acs_custom_1140019485546150\\",\\"userId\\":\\"1140019485546150\\"}'], ], 'description' => '', ], ], ], 'title' => '查询服务商配置信息', 'summary' => '用户查询服务商配置信息。', 'changeSet' => [ ['createdAt' => '2024-03-27T02:06:43.000Z', 'description' => '错误码发生变更'], ], 'flowControl' => [ 'flowControlList' => [], ], 'ramActions' => [ [ 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:DescribePartnerConfig', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"PartnerName\\": \\"北京科技有限公司\\",\\n \\"RequestId\\": \\"8179A0B3-A5D3-52F4-8845-F0ABC3CC6783\\",\\n \\"PartnerCode\\": \\"jinsan\\",\\n \\"Contact\\": \\"{\\\\\\\\\\\\\\"channels\\\\\\\\\\\\\\":[{\\\\\\\\\\\\\\"level\\\\\\\\\\\\\\":3,\\\\\\\\\\\\\\"type\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"SMS\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"13817600000\\\\\\\\\\\\\\"}],\\\\\\\\\\\\\\"desc\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"张三\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"project\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"acs_custom_1140019485546150\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"userId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1140019485546150\\\\\\\\\\\\\\"}\\"\\n}","type":"json"}]', ], 'GenerateUploadFilePolicy' => [ 'summary' => '获取上传文件临时链接。', 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => ['FEATUREcompanyregW8PQ68', 'FEATUREcompanyregU6BH8D'], 'tenantRelevance' => 'publicInformation', ], 'parameters' => [ [ 'name' => 'FileType', 'in' => 'query', 'schema' => ['description' => '文件类型', 'type' => 'string', 'required' => false, 'example' => 'company_apply_business_license'], ], [ 'name' => 'BizType', 'in' => 'query', 'schema' => ['description' => '业务类型', 'type' => 'string', 'required' => false, 'example' => 'esp.isp'], ], [ 'name' => 'FileName', 'in' => 'query', 'schema' => ['description' => '文件名称', 'type' => 'string', 'required' => false, 'example' => '营业执照.jpg'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'Signature' => ['description' => '签名', 'type' => 'string', 'example' => 'jykxhmskIF24sLlxc1GafU/eQMU='], 'FileUrl' => ['description' => '上传文件的url', 'type' => 'string', 'example' => 'https://'], 'Host' => ['description' => 'OSS Endpoint。', 'type' => 'string', 'example' => '//companyapply.oss-cn-zhangjiakou.aliyuncs.com/'], 'RequestId' => ['description' => '请求id', 'type' => 'string', 'example' => 'EB809CAB-82F7-5843-A42F-356770CD4914'], 'ExpireTime' => ['description' => '过期时间', 'type' => 'string', 'example' => '1638169824405'], 'EncodedPolicy' => ['description' => 'oss上传策略', 'type' => 'string', 'example' => 'eyJleHBpcmF0aW9uIjoiMjAyMS0xMi0wNlQwNjoxOTowMi40MjdaIiwiY29uZGl0aW9ucyI6W1siZXEiLCIkYnVja2V0IiwibXNlYS1jYWlzaHVpIl1dfQ=='], 'FileDir' => ['description' => '上传文件的路径', 'type' => 'string', 'example' => 'company_apply_card/company_change_city/1577930895198750/1638170049657'], 'AccessId' => ['description' => 'OSSAccessKeyId', 'type' => 'string', 'example' => 'hObpgEXoca42qH3V'], ], 'description' => '', ], ], ], 'errorCodes' => [ 403 => [ ['errorCode' => 'PermissionDenied', 'errorMessage' => 'The access is denied.', 'description' => '禁止访问'], ], ], 'title' => '获取上传文件临时链接', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '5', 'countWindow' => 1, 'regionId' => '*', 'api' => 'GenerateUploadFilePolicy'], ], ], 'ramActions' => [ [ 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:GenerateUploadFilePolicy', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Signature\\": \\"jykxhmskIF24sLlxc1GafU/eQMU=\\",\\n \\"FileUrl\\": \\"https://\\",\\n \\"Host\\": \\"//companyapply.oss-cn-zhangjiakou.aliyuncs.com/\\",\\n \\"RequestId\\": \\"EB809CAB-82F7-5843-A42F-356770CD4914\\",\\n \\"ExpireTime\\": \\"1638169824405\\",\\n \\"EncodedPolicy\\": \\"eyJleHBpcmF0aW9uIjoiMjAyMS0xMi0wNlQwNjoxOTowMi40MjdaIiwiY29uZGl0aW9ucyI6W1siZXEiLCIkYnVja2V0IiwibXNlYS1jYWlzaHVpIl1dfQ==\\",\\n \\"FileDir\\": \\"company_apply_card/company_change_city/1577930895198750/1638170049657\\",\\n \\"AccessId\\": \\"hObpgEXoca42qH3V\\"\\n}","type":"json"}]', ], 'GetAlipayUrl' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['operationType' => 'none'], 'parameters' => [ [ 'name' => 'BizType', 'in' => 'query', 'schema' => ['description' => '业务类型', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'esp.beian_assist'], ], [ 'name' => 'Type', 'in' => 'query', 'schema' => ['description' => '终端类型:网页端-web,手机端-app,默认网页端', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'web', 'maxLength' => 19, 'minLength' => 0], ], [ 'name' => 'OrderId', 'in' => 'query', 'schema' => ['description' => '订单号', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'docRequired' => true, 'maximum' => '9223372036854775807', 'minimum' => '0', 'example' => '206129201170307'], ], [ 'name' => 'ReturnUrl', 'in' => 'query', 'schema' => ['description' => '回调地址', 'type' => 'string', 'required' => false, 'example' => 'https://nfyt.lzsgtghchy.com:502/sigin/'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'Data' => ['description' => '支付链接', 'type' => 'string', 'example' => 'https://'], 'RequestId' => ['description' => '请求id', 'type' => 'string', 'example' => '2174AA97-56FB-50FA-B243-0460B9E4CE0C'], ], 'description' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'Parameter.Illegal', 'errorMessage' => 'The specified parameter is invalid.', 'description' => '参数错误'], ], ], 'title' => '获取订单的支付宝支付链接', 'summary' => '获取订单的支付宝支付链接。', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '50', 'countWindow' => 1, 'regionId' => '*', 'api' => 'GetAlipayUrl'], ], ], 'ramActions' => [ [ 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:GetAlipayUrl', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": \\"https://\\",\\n \\"RequestId\\": \\"2174AA97-56FB-50FA-B243-0460B9E4CE0C\\"\\n}","type":"json"}]', ], 'ListIntentionNote' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['operationType' => 'none'], 'parameters' => [ [ 'name' => 'BeginTime', 'in' => 'query', 'schema' => ['description' => '查询的起始时间', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1640456765459'], ], [ 'name' => 'EndTime', 'in' => 'query', 'schema' => ['description' => '结束时间', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1631635199999'], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['description' => '每页显示条数', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'docRequired' => true, 'example' => '10', 'default' => '20'], ], [ 'name' => 'PageNumber', 'in' => 'query', 'schema' => ['description' => '页码', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'docRequired' => true, 'example' => '1', 'default' => '1'], ], [ 'name' => 'IntentionBizId', 'in' => 'query', 'schema' => ['description' => '需求ID', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'I20210420142416000001'], ], [ 'name' => 'BizType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false, 'description' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'CurrentPageNum' => ['description' => '当前页码', 'type' => 'integer', 'format' => 'int32', 'example' => '0'], 'TotalPageNum' => ['description' => '总页码', 'type' => 'integer', 'format' => 'int32', 'example' => '1'], 'PageSize' => ['description' => '每页显示条数', 'type' => 'integer', 'format' => 'int32', 'example' => '10'], 'RequestId' => ['description' => '请求id', 'type' => 'string', 'example' => '6A603AA0-73BA-52B3-AC7D-0F846ECF7A9D'], 'TotalItemNum' => ['description' => '总记录数', 'type' => 'integer', 'format' => 'int32', 'example' => '3'], 'Data' => [ 'description' => '小记列表', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Type' => ['description' => '类型', 'type' => 'string', 'example' => '1'], 'Note' => ['description' => '小记内容', 'type' => 'string', 'example' => '测试'], 'Source' => ['description' => '来源', 'type' => 'integer', 'format' => 'int32', 'example' => '1'], 'CreateTime' => ['description' => '创建时间', 'type' => 'string', 'example' => '2022-01-25 10:21:38'], 'IntentionBizId' => ['description' => '需求ID', 'type' => 'string', 'example' => 'I20210420142416000001'], ], 'description' => '', ], ], ], 'description' => '', ], ], ], 'title' => '查询需求小记', 'summary' => '查询需求小记。', 'changeSet' => [ ['createdAt' => '2024-05-15T09:16:40.000Z', 'description' => '请求参数发生变更'], ['createdAt' => '2024-03-27T02:06:43.000Z', 'description' => '错误码发生变更'], ], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ListIntentionNote'], ], ], 'ramActions' => [ [ 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:ListIntentionNote', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"CurrentPageNum\\": 0,\\n \\"TotalPageNum\\": 1,\\n \\"PageSize\\": 10,\\n \\"RequestId\\": \\"6A603AA0-73BA-52B3-AC7D-0F846ECF7A9D\\",\\n \\"TotalItemNum\\": 3,\\n \\"Data\\": [\\n {\\n \\"Type\\": \\"1\\",\\n \\"Note\\": \\"测试\\",\\n \\"Source\\": 1,\\n \\"CreateTime\\": \\"2022-01-25 10:21:38\\",\\n \\"IntentionBizId\\": \\"I20210420142416000001\\"\\n }\\n ]\\n}","type":"json"}]', ], 'ListProduceAuthorization' => [ 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['operationType' => 'none'], 'parameters' => [ [ 'name' => 'BizId', 'in' => 'query', 'schema' => ['description' => '业务id', 'type' => 'string', 'required' => false, 'example' => 'P20210709190452000001'], ], [ 'name' => 'BizType', 'in' => 'query', 'schema' => ['description' => '业务类型', 'type' => 'string', 'required' => false, 'example' => 'esp.bookkeeping_ai'], ], [ 'name' => 'PageNum', 'in' => 'query', 'schema' => ['description' => '页码', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'docRequired' => true, 'maximum' => '10000', 'minimum' => '1', 'example' => '1'], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['description' => '分页大小。', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'docRequired' => true, 'maximum' => '1000', 'minimum' => '1', 'example' => '20'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'description' => '返回结果', 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => '请求id', 'type' => 'string', 'example' => '10AAC56B-C512-5860-9A9E-B949431E7174'], 'Success' => ['description' => '是否成功', 'type' => 'boolean', 'example' => 'True'], 'TotalItemNum' => ['description' => '总记录数。', 'type' => 'integer', 'format' => 'int32', 'example' => '292'], 'CurrentPageNum' => ['description' => '当前页码', 'type' => 'integer', 'format' => 'int32', 'example' => '1'], 'PageSize' => ['description' => '分页的大小。', 'type' => 'integer', 'format' => 'int32', 'example' => '20'], 'TotalPageNum' => ['description' => '总页数。', 'type' => 'integer', 'format' => 'int32', 'example' => '27'], 'Data' => [ 'description' => '交付单授权记录列表', 'type' => 'array', 'items' => [ 'description' => '交付单授权记录', 'type' => 'object', 'properties' => [ 'AuthorizedUserId' => ['description' => '被授权人用户ID', 'type' => 'string', 'example' => '12195411612139999'], 'AuthorizedUserName' => ['description' => '被授权人用户名称', 'type' => 'string', 'example' => 'test@alibaba-inc.com'], ], ], ], ], ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'Parameter.Illegal', 'errorMessage' => 'The specified parameter is invalid.', 'description' => '参数错误'], ], ], 'title' => '交付单授权记录列表 ', 'summary' => '交付单授权记录列表。', 'description' => '交付单授权记录列表'."\n", 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [], ], 'ramActions' => [ [ 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:ListProduceAuthorization', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"10AAC56B-C512-5860-9A9E-B949431E7174\\",\\n \\"Success\\": true,\\n \\"TotalItemNum\\": 292,\\n \\"CurrentPageNum\\": 1,\\n \\"PageSize\\": 20,\\n \\"TotalPageNum\\": 27,\\n \\"Data\\": [\\n {\\n \\"AuthorizedUserId\\": \\"12195411612139999\\",\\n \\"AuthorizedUserName\\": \\"test@alibaba-inc.com\\"\\n }\\n ]\\n}","type":"json"}]', ], 'ListUserDetailSolutions' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['operationType' => 'none'], 'parameters' => [ [ 'name' => 'IntentionBizId', 'in' => 'query', 'schema' => ['description' => '需求单号', 'type' => 'string', 'required' => false, 'example' => 'I20211222161651000001'], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['description' => '分页大小。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '20', 'default' => '20'], ], [ 'name' => 'PageNum', 'in' => 'query', 'schema' => ['description' => '分页序号', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1', 'default' => '1'], ], [ 'name' => 'BizType', 'in' => 'query', 'schema' => ['description' => '业务类型', 'type' => 'string', 'required' => false, 'example' => 'esp.wangwen'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'CurrentPageNum' => ['description' => '当前页码', 'type' => 'integer', 'format' => 'int32', 'example' => '5'], 'TotalPageNum' => ['description' => '总页码', 'type' => 'integer', 'format' => 'int32', 'example' => '1'], 'RequestId' => ['description' => '请求id', 'type' => 'string', 'example' => '2174AA97-56FB-50FA-B243-0460B9E4CE0C'], 'PageSize' => ['description' => '分页大小。', 'type' => 'integer', 'format' => 'int32', 'example' => '20'], 'TotalItemNum' => ['description' => '总数。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'], 'Data' => [ 'description' => '返回数据', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Status' => ['description' => '状态', 'type' => 'integer', 'format' => 'int32', 'example' => '1'], 'UpdateTime' => ['description' => '更新时间', 'type' => 'integer', 'format' => 'int64', 'example' => '15556223433'], 'DeliveryOrderBizId' => ['description' => '交付单ID', 'type' => 'string', 'example' => 'P20211222161651000001'], 'CreateTime' => ['description' => '创建时间', 'type' => 'integer', 'format' => 'int64', 'example' => '15556223433'], 'UserId' => ['description' => '用户UID', 'type' => 'string', 'example' => '1219541161213057'], 'BizId' => ['description' => '业务ID', 'type' => 'string', 'example' => 'S20211222161651000001'], 'PartnerCode' => ['description' => '服务商code', 'type' => 'string', 'example' => 'jinsan'], 'ExtInfo' => ['description' => '扩展信息', 'type' => 'string', 'example' => '{}'], 'BizType' => ['description' => '业务类型', 'type' => 'string', 'example' => 'esp.wangwen'], 'IntentionBizId' => ['description' => '需求ID', 'type' => 'string', 'example' => 'I20211222161651000001'], 'Reason' => ['description' => '原因', 'type' => 'string', 'example' => '无'], 'IntentionAssignBizId' => ['description' => '派单ID', 'type' => 'string', 'example' => 'A20211222161651000001'], ], 'description' => '', ], ], ], 'description' => '', ], ], ], 'title' => '用户查询方案详情', 'summary' => '用户查询方案详情。', 'changeSet' => [ ['createdAt' => '2024-03-27T02:06:43.000Z', 'description' => '错误码发生变更'], ], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ListUserDetailSolutions'], ], ], 'ramActions' => [ [ 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:ListUserDetailSolutions', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"CurrentPageNum\\": 5,\\n \\"TotalPageNum\\": 1,\\n \\"RequestId\\": \\"2174AA97-56FB-50FA-B243-0460B9E4CE0C\\",\\n \\"PageSize\\": 20,\\n \\"TotalItemNum\\": 1,\\n \\"Data\\": [\\n {\\n \\"Status\\": 1,\\n \\"UpdateTime\\": 15556223433,\\n \\"DeliveryOrderBizId\\": \\"P20211222161651000001\\",\\n \\"CreateTime\\": 15556223433,\\n \\"UserId\\": \\"1219541161213057\\",\\n \\"BizId\\": \\"S20211222161651000001\\",\\n \\"PartnerCode\\": \\"jinsan\\",\\n \\"ExtInfo\\": \\"{}\\",\\n \\"BizType\\": \\"esp.wangwen\\",\\n \\"IntentionBizId\\": \\"I20211222161651000001\\",\\n \\"Reason\\": \\"无\\",\\n \\"IntentionAssignBizId\\": \\"A20211222161651000001\\"\\n }\\n ]\\n}","type":"json"}]', ], 'ListUserIntentionNotes' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'systemTags' => ['operationType' => 'none'], 'parameters' => [ [ 'name' => 'BizType', 'in' => 'query', 'schema' => ['description' => '业务类型', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'esp.beian_assist'], ], [ 'name' => 'IntentionBizId', 'in' => 'query', 'schema' => ['description' => '需求ID', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'I20210912102942000001'], ], [ 'name' => 'PageNum', 'in' => 'query', 'schema' => ['description' => '分页页码。', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'docRequired' => true, 'example' => '1'], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['description' => '分页大小', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'docRequired' => true, 'example' => '20'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'PageNum' => ['description' => '分页页码。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'], 'RequestId' => ['description' => '请求id', 'type' => 'string', 'example' => '5D8BD6E8-28D9-5451-BBA1-3D3DCA6971F6'], 'Success' => ['description' => '是否成功', 'type' => 'boolean', 'example' => 'True'], 'TotalItemNum' => ['description' => '总条数', 'type' => 'integer', 'format' => 'int32', 'example' => '8'], 'PageSize' => ['description' => '分页大小', 'type' => 'integer', 'format' => 'int32', 'example' => '20'], 'TotalPageNum' => ['description' => '总页数', 'type' => 'integer', 'format' => 'int32', 'example' => '1'], 'Data' => [ 'description' => '返回的结果。', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Note' => ['description' => '小记信息', 'type' => 'string', 'example' => '测试'], 'CreateTime' => ['description' => '创建时间', 'type' => 'string', 'example' => '2022-01-25 10:21:38'], ], 'description' => '', ], ], ], 'description' => '', ], ], ], 'title' => '用户查询需求小记', 'summary' => '用户查询需求小记。', 'changeSet' => [ ['createdAt' => '2024-03-27T02:06:43.000Z', 'description' => '错误码发生变更'], ], 'flowControl' => [ 'flowControlList' => [], ], 'ramActions' => [ [ 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:ListUserIntentionNotes', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"PageNum\\": 1,\\n \\"RequestId\\": \\"5D8BD6E8-28D9-5451-BBA1-3D3DCA6971F6\\",\\n \\"Success\\": true,\\n \\"TotalItemNum\\": 8,\\n \\"PageSize\\": 20,\\n \\"TotalPageNum\\": 1,\\n \\"Data\\": [\\n {\\n \\"Note\\": \\"测试\\",\\n \\"CreateTime\\": \\"2022-01-25 10:21:38\\"\\n }\\n ]\\n}","type":"json"}]', ], 'ListUserIntentions' => [ 'summary' => '查询用户需求单列表。', 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['operationType' => 'none'], 'parameters' => [ [ 'name' => 'BizType', 'in' => 'query', 'schema' => ['description' => '业务类型', 'type' => 'string', 'required' => false, 'example' => 'esp.companyreg_cloud'], ], [ 'name' => 'Status', 'in' => 'query', 'schema' => ['description' => '状态', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '37'], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['description' => '分页属性,每页显示条数', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '20', 'default' => '20'], ], [ 'name' => 'PageNum', 'in' => 'query', 'schema' => ['description' => '分页序号', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1', 'default' => '1'], ], [ 'name' => 'SortFiled', 'in' => 'query', 'schema' => ['description' => '排序字段', 'type' => 'string', 'required' => false, 'example' => 'UpdateTime'], ], [ 'name' => 'SortOrder', 'in' => 'query', 'schema' => ['description' => '排序方向:-asc:升序-desc:降序', 'type' => 'string', 'required' => false, 'example' => 'desc'], ], [ 'name' => 'IntentionBizId', 'in' => 'query', 'schema' => ['description' => '需求BizId', 'type' => 'string', 'required' => false, 'example' => 'I20210917170147000001'], ], [ 'name' => 'Area', 'in' => 'query', 'schema' => ['description' => '区域', 'type' => 'string', 'required' => false, 'example' => '长沙市'], ], [ 'name' => 'BizTypes', 'in' => 'query', 'schema' => ['description' => '业务类型', 'type' => 'string', 'required' => false, 'example' => 'esp.bookkeeping,esp.bookkeeping_cloud'], ], [ 'name' => 'WithExtInfo', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false, 'description' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'CurrentPageNum' => ['description' => '当前页码', 'type' => 'integer', 'format' => 'int32', 'example' => '1'], 'TotalPageNum' => ['description' => '总页码', 'type' => 'integer', 'format' => 'int32', 'example' => '1'], 'PageSize' => ['description' => '分页属性,每页显示条数', 'type' => 'integer', 'format' => 'int32', 'example' => '20'], 'RequestId' => ['description' => '请求id', 'type' => 'string', 'example' => '2174AA97-56FB-50FA-B243-0460B9E4CE0C'], 'TotalItemNum' => ['description' => '总条数', 'type' => 'integer', 'format' => 'int32', 'example' => '2'], 'Data' => [ 'description' => '需求列表', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Status' => ['description' => '状态', 'type' => 'integer', 'format' => 'int32', 'example' => '1'], 'UpdateTime' => ['description' => '更新时间', 'type' => 'integer', 'format' => 'int64', 'example' => '2022-01-24 15:43:58'], 'Description' => ['description' => '描述', 'type' => 'string', 'example' => '无'], 'Mobile' => ['description' => '手机号', 'type' => 'string', 'example' => '18000000000'], 'CreateTime' => ['description' => '创建时间', 'type' => 'integer', 'format' => 'int64', 'example' => '2022-01-24 15:43:58'], 'UserId' => ['description' => '用户uid', 'type' => 'string', 'example' => '1219541161213057'], 'ContactName' => ['description' => '联系人', 'type' => 'string', 'example' => '张三'], 'BizId' => ['description' => '业务ID', 'type' => 'string', 'example' => 'I100000033443'], 'Area' => ['description' => '区域', 'type' => 'string', 'example' => '北京市'], 'Reason' => ['description' => '原因', 'type' => 'string', 'example' => '无'], 'BizType' => ['description' => '业务类型', 'type' => 'string', 'example' => 'esp.lgo'], 'Ext' => ['type' => 'string', 'description' => ''], ], 'description' => '', ], ], ], 'description' => '', ], ], ], 'title' => '查询用户需求单列表', 'changeSet' => [ ['createdAt' => '2022-06-16T02:57:45.000Z', 'description' => '请求参数发生变更、响应参数发生变更、错误码发生变更'], ], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ListUserIntentions'], ], ], 'ramActions' => [ [ 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:ListUserIntentions', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"CurrentPageNum\\": 1,\\n \\"TotalPageNum\\": 1,\\n \\"PageSize\\": 20,\\n \\"RequestId\\": \\"2174AA97-56FB-50FA-B243-0460B9E4CE0C\\",\\n \\"TotalItemNum\\": 2,\\n \\"Data\\": [\\n {\\n \\"Status\\": 1,\\n \\"UpdateTime\\": 0,\\n \\"Description\\": \\"无\\",\\n \\"Mobile\\": \\"18000000000\\",\\n \\"CreateTime\\": 0,\\n \\"UserId\\": \\"1219541161213057\\",\\n \\"ContactName\\": \\"张三\\",\\n \\"BizId\\": \\"I100000033443\\",\\n \\"Area\\": \\"北京市\\",\\n \\"Reason\\": \\"无\\",\\n \\"BizType\\": \\"esp.lgo\\",\\n \\"Ext\\": \\"\\"\\n }\\n ]\\n}","type":"json"}]', ], 'ListUserProduceOperateLogs' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['operationType' => 'none'], 'parameters' => [ [ 'name' => 'BizType', 'in' => 'query', 'schema' => ['description' => '业务类型', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'esp.wangwen'], ], [ 'name' => 'BizId', 'in' => 'query', 'schema' => ['description' => '业务ID', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'P20210928095324000002'], ], [ 'name' => 'PageNum', 'in' => 'query', 'schema' => ['description' => '页码', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'docRequired' => true, 'example' => '1'], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['description' => '分页大小。', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'docRequired' => true, 'example' => '20'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'PageNum' => ['description' => '页码', 'type' => 'integer', 'format' => 'int32', 'example' => '1'], 'RequestId' => ['description' => '请求id', 'type' => 'string', 'example' => '0DCBE2FF-2DFC-56DC-9A15-BDF27B7FFB1B'], 'Success' => ['description' => '请求是否成功', 'type' => 'boolean', 'example' => 'True'], 'TotalItemNum' => ['description' => '总条数', 'type' => 'integer', 'format' => 'int32', 'example' => '6'], 'PageSize' => ['description' => '分页大小。', 'type' => 'integer', 'format' => 'int32', 'example' => '20'], 'TotalPageNum' => ['description' => '总页码', 'type' => 'integer', 'format' => 'int32', 'example' => '23'], 'Data' => [ 'description' => '操作日志列表', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'OperateTime' => ['description' => '操作时间', 'type' => 'integer', 'format' => 'int64', 'example' => '1695324000002'], 'OperateUserType' => ['description' => '操作类型', 'type' => 'string', 'example' => 'user'], 'BizId' => ['description' => '交付单ID', 'type' => 'string', 'example' => 'P20210928095324000002'], 'OperateName' => ['description' => '操作人名称', 'type' => 'string', 'example' => '系统'], 'BizStatus' => ['description' => '业务状态', 'type' => 'integer', 'format' => 'int32', 'example' => '10'], 'ToBizStatus' => ['description' => '变更后状态', 'type' => 'integer', 'format' => 'int32', 'example' => '35'], 'BizType' => ['description' => '业务类型', 'type' => 'string', 'example' => 'esp.wangwen'], 'Note' => ['type' => 'string', 'description' => ''], ], 'description' => '', ], ], ], 'description' => '', ], ], ], 'title' => '用户查询交付单操作日志', 'summary' => '用户查询交付单操作日志。', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [], ], 'ramActions' => [ [ 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:ListUserProduceOperateLogs', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"PageNum\\": 1,\\n \\"RequestId\\": \\"0DCBE2FF-2DFC-56DC-9A15-BDF27B7FFB1B\\",\\n \\"Success\\": true,\\n \\"TotalItemNum\\": 6,\\n \\"PageSize\\": 20,\\n \\"TotalPageNum\\": 23,\\n \\"Data\\": [\\n {\\n \\"OperateTime\\": 1695324000002,\\n \\"OperateUserType\\": \\"user\\",\\n \\"BizId\\": \\"P20210928095324000002\\",\\n \\"OperateName\\": \\"系统\\",\\n \\"BizStatus\\": 10,\\n \\"ToBizStatus\\": 35,\\n \\"BizType\\": \\"esp.wangwen\\",\\n \\"Note\\": \\"\\"\\n }\\n ]\\n}","type":"json"}]', ], 'ListUserSolutions' => [ 'summary' => '查询方案列表。', 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => ['FEATUREcompanyregTSYAIQ'], ], 'parameters' => [ [ 'name' => 'IntentionBizId', 'in' => 'query', 'schema' => ['description' => '需求ID', 'type' => 'string', 'required' => false, 'example' => 'I20210924151843000001'], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['description' => '每页显示条数', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '20', 'default' => '20'], ], [ 'name' => 'PageNum', 'in' => 'query', 'schema' => ['description' => '分页序号', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1', 'default' => '1'], ], [ 'name' => 'ExistStatus', 'in' => 'query', 'style' => 'json', 'schema' => [ 'description' => '状态列表', 'type' => 'array', 'items' => ['description' => '状态', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1'], 'required' => false, ], ], [ 'name' => 'BizType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false, 'description' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'CurrentPageNum' => ['description' => '当前页码', 'type' => 'integer', 'format' => 'int32', 'example' => '8'], 'TotalPageNum' => ['description' => '总页码', 'type' => 'integer', 'format' => 'int32', 'example' => '1'], 'PageSize' => ['description' => '每页显示条数', 'type' => 'integer', 'format' => 'int32', 'example' => '20'], 'RequestId' => ['description' => '请求id', 'type' => 'string', 'example' => '2174AA97-56FB-50FA-B243-0460B9E4CE0C'], 'TotalItemNum' => ['description' => '总条目数', 'type' => 'integer', 'format' => 'int32', 'example' => '344'], 'Data' => [ 'description' => '返回数据', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Status' => ['description' => '状态', 'type' => 'integer', 'format' => 'int32', 'example' => '1'], 'UpdateTime' => ['description' => '更新时间', 'type' => 'integer', 'format' => 'int64', 'example' => '164454443222'], 'DeliveryOrderBizId' => ['description' => '交付单ID', 'type' => 'string', 'example' => 'P20210924151843000001'], 'CreateTime' => ['description' => '创建时间', 'type' => 'integer', 'format' => 'int64', 'example' => '164454443222'], 'UserId' => ['description' => '用户UID', 'type' => 'string', 'example' => '1219541161213057'], 'BizId' => ['description' => '方案ID', 'type' => 'string', 'example' => 'S20210924151843000001'], 'PartnerCode' => ['description' => '服务商code', 'type' => 'string', 'example' => 'jinsan'], 'Reason' => ['description' => '驳回原因', 'type' => 'string', 'example' => '无'], 'IntentionAssignBizId' => ['description' => '需求派单ID', 'type' => 'string', 'example' => 'A20210924151843000001'], 'IntentionBizId' => ['description' => '需求ID', 'type' => 'string', 'example' => 'I20210924151843000001'], 'BizType' => ['description' => '业务类型', 'type' => 'string', 'example' => 'esp.logo'], ], 'description' => '', ], ], ], 'description' => '', ], ], ], 'title' => '查询方案列表', 'changeSet' => [ ['createdAt' => '2024-04-22T12:43:43.000Z', 'description' => '请求参数发生变更'], ], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ListUserSolutions'], ], ], 'ramActions' => [ [ 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:ListUserSolutions', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"CurrentPageNum\\": 8,\\n \\"TotalPageNum\\": 1,\\n \\"PageSize\\": 20,\\n \\"RequestId\\": \\"2174AA97-56FB-50FA-B243-0460B9E4CE0C\\",\\n \\"TotalItemNum\\": 344,\\n \\"Data\\": [\\n {\\n \\"Status\\": 1,\\n \\"UpdateTime\\": 164454443222,\\n \\"DeliveryOrderBizId\\": \\"P20210924151843000001\\",\\n \\"CreateTime\\": 164454443222,\\n \\"UserId\\": \\"1219541161213057\\",\\n \\"BizId\\": \\"S20210924151843000001\\",\\n \\"PartnerCode\\": \\"jinsan\\",\\n \\"Reason\\": \\"无\\",\\n \\"IntentionAssignBizId\\": \\"A20210924151843000001\\",\\n \\"IntentionBizId\\": \\"I20210924151843000001\\",\\n \\"BizType\\": \\"esp.logo\\"\\n }\\n ]\\n}","type":"json"}]', ], 'LlmSmartCall' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => ['FEATUREcompanyregTSYAIQ', 'FEATUREcompanyregKJID3X', 'FEATUREcompanyregREGHL5', 'FEATUREcompanyregIEYQEO', 'FEATUREcompanyregWX5U73', 'FEATUREcompanyregDAP1N0'], 'autoTest' => true, 'tenantRelevance' => 'tenant', ], 'parameters' => [ [ 'name' => 'TenantCode', 'in' => 'query', 'schema' => ['description' => '租户', 'type' => 'string', 'required' => false, 'example' => 'msea'], ], [ 'name' => 'ProductCode', 'in' => 'query', 'schema' => ['description' => '产品code', 'type' => 'string', 'required' => false, 'example' => 'xinxuan'], ], [ 'name' => 'ScenesCode', 'in' => 'query', 'schema' => ['description' => '外呼场景', 'type' => 'string', 'required' => false, 'example' => 'robotcall_001'], ], [ 'name' => 'BizType', 'in' => 'query', 'schema' => ['description' => '业务类型', 'type' => 'string', 'required' => false, 'example' => 'esp.companyreg_cloud'], ], [ 'name' => 'SkillType', 'in' => 'query', 'schema' => ['description' => '技能类型', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'], ], [ 'name' => 'BizId', 'in' => 'query', 'schema' => ['description' => '业务id', 'type' => 'string', 'required' => false, 'example' => 'P20210208152920000001'], ], [ 'name' => 'CallerNumber', 'in' => 'query', 'schema' => ['description' => '主叫号码,为必填参数,仅支持中国内地号码。请前往语音服务[真实号管理](https://dyvmsnext.console.aliyun.com/number/list/normal)界面查看号码。', 'type' => 'string', 'required' => false, 'example' => '13518132662'], ], [ 'name' => 'StartWordParam', 'in' => 'query', 'schema' => ['description' => '开场白变量。请前往[大模型应用管理](https://aiccs.console.aliyun.com/engine/llmApp)界面单击详情查看您创建的大模型开场白变量。', 'type' => 'string', 'required' => false, 'example' => '{\\"name\\":\\"朱伦伦先生\\",\\"openText\\":\\"您好朱伦伦先生,您于2025年06月17日免费领取的健康福重疾险保1年体验版属于赠送保险,等待期30天满后保司即承担保险责任,保单到期后的延续保障经重新核保后会在约定时间扣取延续保障费用,您到时候可以关注一下。\\"}'], ], [ 'name' => 'PromptParam', 'in' => 'query', 'schema' => ['description' => 'Prompt提示词变量。请前往[大模型应用管理](https://aiccs.console.aliyun.com/engine/llmApp)界面单击详情查看您创建的Prompt提示词变量。', 'type' => 'string', 'required' => false, 'example' => '{\\"prompt\\":\\"{\\\\\\"accountId\\\\\\":\\\\\\"03D31F61DD6512D23F5789A439CE4CA2\\\\\\",\\\\\\"conversationId\\\\\\":\\\\\\"K7nBeth9\\\\\\"}\\"}'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => 'Schema of Response', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => 'Id of the request', 'description' => 'Id of the request', 'type' => 'string', 'example' => '5D8BD6E8-28D9-5451-BBA1-3D3DCA6971F6'], 'ErrorMsg' => ['description' => '错误信息', 'type' => 'string', 'example' => '没有权限'], 'ErrorCode' => ['description' => '错误code', 'type' => 'string', 'example' => 'NoPermission'], 'Success' => ['description' => '请求成功与否标识。', 'type' => 'string', 'example' => 'True'], 'CallRecordId' => ['description' => '外呼记录ID', 'type' => 'string', 'example' => 'UUID'], ], ], ], ], 'staticInfo' => ['returnType' => 'synchronous'], 'title' => '智能外呼', 'summary' => '通过玄坛需求单/交付单获取对应用户联系方式发起外呼。', 'description' => '服务商玄坛外呼操作', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [], ], 'ramActions' => [ [ 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:LlmSmartCall', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"5D8BD6E8-28D9-5451-BBA1-3D3DCA6971F6\\",\\n \\"ErrorMsg\\": \\"没有权限\\",\\n \\"ErrorCode\\": \\"NoPermission\\",\\n \\"Success\\": \\"True\\",\\n \\"CallRecordId\\": \\"UUID\\"\\n}","type":"json"}]', ], 'OperateCallCenterForPartner' => [ 'path' => '', 'methods' => ['post', 'get'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => ['FEATUREcompanyregTSYAIQ', 'FEATUREcompanyregKJID3X'], 'tenantRelevance' => 'publicInformation', ], 'parameters' => [ [ 'name' => 'BizType', 'in' => 'query', 'schema' => ['description' => '业务类型', 'type' => 'string', 'required' => false, 'example' => 'esp.beian_assist'], ], [ 'name' => 'EmployeeCode', 'in' => 'query', 'schema' => ['description' => '员工工号', 'type' => 'string', 'required' => false, 'example' => '12323213'], ], [ 'name' => 'CallAction', 'in' => 'query', 'schema' => ['description' => '外呼操作', 'type' => 'string', 'required' => false, 'example' => 'MakeCall'], ], [ 'name' => 'Request', 'in' => 'query', 'schema' => ['description' => '请求参数', 'type' => 'string', 'required' => false, 'example' => '{}'], ], [ 'name' => 'TenantId', 'in' => 'query', 'schema' => ['description' => '项目ID', 'type' => 'string', 'required' => false, 'example' => 't4uor8evmq9nk'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => 'Schema of Response', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => 'Id of the request', 'description' => 'Id of the request', 'type' => 'string', 'example' => '1A13ABB5-7649-5031-B55C-D2E38F9F189D'], 'ErrorMsg' => ['description' => '错误信息', 'type' => 'string', 'example' => '没有权限'], 'ErrorCode' => ['description' => '错误码', 'type' => 'string', 'example' => 'NoPermission'], 'Success' => ['description' => '成功状态标识', 'type' => 'boolean', 'example' => 'True'], 'Data' => ['description' => '返回的结果。', 'type' => 'string', 'example' => '02131584182'], ], ], ], ], 'staticInfo' => ['returnType' => 'synchronous'], 'title' => '服务商玄坛外呼操作', 'summary' => '服务商玄坛外呼操作', 'description' => '服务商玄坛外呼操作', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [], ], 'ramActions' => [ [ 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:OperateCallCenterForPartner', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"1A13ABB5-7649-5031-B55C-D2E38F9F189D\\",\\n \\"ErrorMsg\\": \\"没有权限\\",\\n \\"ErrorCode\\": \\"NoPermission\\",\\n \\"Success\\": true,\\n \\"Data\\": \\"02131584182\\"\\n}","type":"json"}]', ], 'OperateProduceForPartner' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => ['FEATUREcompanyregW8PQ68'], ], 'parameters' => [ [ 'name' => 'OperateType', 'in' => 'query', 'schema' => ['description' => '操作类型', 'type' => 'string', 'required' => false, 'example' => 'CERT_MATERIAL_SUBMITTED'], ], [ 'name' => 'BizId', 'in' => 'query', 'schema' => ['description' => '业务ID', 'type' => 'string', 'required' => false, 'example' => 'P20210930105636000001'], ], [ 'name' => 'ExtInfo', 'in' => 'query', 'schema' => ['description' => '扩展信息', 'type' => 'string', 'required' => false, 'example' => '{\\"beianServiceNumber\\":\\"9969c666-0935-4c5b-8042-926ff546e39f\\"}'], ], [ 'name' => 'BizType', 'in' => 'query', 'schema' => ['description' => '业务类型', 'type' => 'string', 'required' => false, 'example' => 'esp.beian_assist'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'ErrorMsg' => ['description' => '错误信息', 'type' => 'string', 'example' => '没有权限'], 'RequestId' => ['description' => '请求id', 'type' => 'string', 'example' => 'D170A4BA-4528-5E07-B8D5-6449C42EC23F'], 'ErrorCode' => ['description' => '错误码', 'type' => 'string', 'example' => 'NoPermission'], 'Success' => ['description' => '成功状态标识', 'type' => 'boolean', 'example' => 'True'], ], 'description' => '', ], ], ], 'title' => '服务商操作交付单', 'summary' => '服务商操作交付单。', 'changeSet' => [ ['createdAt' => '2024-03-27T02:06:43.000Z', 'description' => '错误码发生变更'], ], 'flowControl' => [ 'flowControlList' => [], ], 'ramActions' => [ [ 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:OperateProduceForPartner', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"ErrorMsg\\": \\"没有权限\\",\\n \\"RequestId\\": \\"D170A4BA-4528-5E07-B8D5-6449C42EC23F\\",\\n \\"ErrorCode\\": \\"NoPermission\\",\\n \\"Success\\": true\\n}","type":"json"}]', ], 'PutMeasureData' => [ 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => ['operationType' => 'none'], 'parameters' => [ [ 'name' => 'BizType', 'in' => 'formData', 'schema' => ['description' => '业务类型', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'esp.sp'], ], [ 'name' => 'DataType', 'in' => 'formData', 'schema' => ['description' => '数据类型', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'd'], ], [ 'name' => 'StartTime', 'in' => 'formData', 'schema' => ['description' => '开始时间', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '1640400574804'], ], [ 'name' => 'EndTime', 'in' => 'formData', 'schema' => ['description' => '结束时间', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '1634019240000'], ], [ 'name' => 'Data', 'in' => 'formData', 'schema' => ['description' => '推送数据', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '[]'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'Data' => ['description' => '是否成功', 'type' => 'boolean', 'example' => 'True'], 'RequestId' => ['description' => '请求id', 'type' => 'string', 'example' => '6A603AA0-73BA-52B3-AC7D-0F846ECF7A9D'], ], 'description' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'Parameter.Illegal', 'errorMessage' => 'The specified parameter is invalid.', 'description' => '参数错误'], ], ], 'title' => '推送计量数据', 'summary' => '推送计量数据。', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '50', 'countWindow' => 1, 'regionId' => '*', 'api' => 'PutMeasureData'], ], ], 'ramActions' => [ [ 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:PutMeasureData', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": true,\\n \\"RequestId\\": \\"6A603AA0-73BA-52B3-AC7D-0F846ECF7A9D\\"\\n}","type":"json"}]', ], 'PutMeasureReadyFlag' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => ['operationType' => 'none'], 'parameters' => [ [ 'name' => 'BizType', 'in' => 'query', 'schema' => ['description' => '业务类型', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'esp.bookkeeping'], ], [ 'name' => 'DataType', 'in' => 'query', 'schema' => ['description' => '数据维度,包括:'."\n" .'1. 原始 r/raw'."\n" .'2. 小时 h/hour'."\n" .'3. 天 d/day'."\n" .'4. 月 m/month', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'd'], ], [ 'name' => 'StartTime', 'in' => 'query', 'schema' => ['description' => '周期开始时间', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '1634969692175'], ], [ 'name' => 'EndTime', 'in' => 'query', 'schema' => ['description' => '周期结束时间', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '1634784240000'], ], [ 'name' => 'ReadyFlag', 'in' => 'query', 'schema' => ['description' => '推送标记:开始推送-0;完成推送出账-1', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '1'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'Data' => ['description' => '是否成功', 'type' => 'boolean', 'example' => 'True'], 'RequestId' => ['description' => '请求id', 'type' => 'string', 'example' => '2174AA97-56FB-50FA-B243-0460B9E4CE0C'], ], 'description' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'Parameter.Illegal', 'errorMessage' => 'The specified parameter is invalid.', 'description' => '参数错误'], ], ], 'title' => '推送计量标记', 'summary' => '推送计量标记。', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '50', 'countWindow' => 1, 'regionId' => '*', 'api' => 'PutMeasureReadyFlag'], ], ], 'ramActions' => [ [ 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:PutMeasureReadyFlag', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": true,\\n \\"RequestId\\": \\"2174AA97-56FB-50FA-B243-0460B9E4CE0C\\"\\n}","type":"json"}]', ], 'QueryAvailableNumbers' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'list', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => ['FEATUREcompanyregTSYAIQ', 'FEATUREcompanyregAU4FLU', 'FEATUREcompanyregKJID3X', 'FEATUREcompanyregP9MRAA', 'FEATUREcompanyregREGHL5', 'FEATUREcompanyreg03O5BQ', 'FEATUREcompanyregIEYQEO', 'FEATUREcompanyregWX5U73', 'FEATUREcompanyregDAP1N0'], ], 'parameters' => [ [ 'name' => 'BizType', 'in' => 'query', 'schema' => ['description' => '业务类型,具体业务类型值联系阿里业务负责人提供', 'type' => 'string', 'required' => true, 'example' => 'test'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'ErrorMsg' => ['description' => '错误信息', 'type' => 'string', 'example' => '找不到服务商配置'], 'RequestId' => ['description' => '请求id', 'type' => 'string', 'example' => '6A603AA0-73BA-52B3-AC7D-0F846ECF7A9D'], 'ErrorCode' => ['description' => '错误码', 'type' => 'string', 'example' => 'PARTNER.CONFIG.NOT.FOUND'], 'Success' => ['description' => '成功状态标识', 'type' => 'boolean', 'example' => 'True'], 'Data' => [ 'description' => '可用外呼号码列表', 'type' => 'array', 'items' => ['description' => '外呼号码', 'type' => 'string', 'example' => '02131584182'], ], ], 'description' => '', ], ], ], 'title' => '查询可用的外呼号码', 'summary' => '查询可用的外呼号码列表。', 'changeSet' => [ ['createdAt' => '2021-11-05T13:14:54.000Z', 'description' => 'OpenAPI 下线'], ], 'flowControl' => [ 'flowControlList' => [], ], 'ramActions' => [ [ 'operationType' => 'list', 'ramAction' => [ 'action' => 'companyreg:QueryAvailableNumbers', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"ErrorMsg\\": \\"找不到服务商配置\\",\\n \\"RequestId\\": \\"6A603AA0-73BA-52B3-AC7D-0F846ECF7A9D\\",\\n \\"ErrorCode\\": \\"PARTNER.CONFIG.NOT.FOUND\\",\\n \\"Success\\": true,\\n \\"Data\\": [\\n \\"02131584182\\"\\n ]\\n}","type":"json"}]', ], 'QueryBagRemaining' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['operationType' => 'none'], 'parameters' => [ [ 'name' => 'BizType', 'in' => 'query', 'schema' => ['description' => '业务类型', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'esp.hightech'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'Data' => ['description' => '资源包剩余量', 'type' => 'integer', 'format' => 'int64', 'example' => 'True'], 'RequestId' => ['description' => '请求id', 'type' => 'string', 'example' => '6A603AA0-73BA-52B3-AC7D-0F846ECF7A9D'], ], 'description' => '', ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'Parameter.Illegal', 'errorMessage' => 'The specified parameter is invalid.', 'description' => '参数错误'], ], ], 'title' => '查询资源包剩余量', 'summary' => '查询资源包剩余量。', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '50', 'countWindow' => 1, 'regionId' => '*', 'api' => 'QueryBagRemaining'], ], ], 'ramActions' => [ [ 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:QueryBagRemaining', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": 0,\\n \\"RequestId\\": \\"6A603AA0-73BA-52B3-AC7D-0F846ECF7A9D\\"\\n}","type":"json"}]', ], 'QueryCallRecordList' => [ 'summary' => '查询玄坛外呼语音文件。', 'methods' => ['get', 'post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => ['FEATUREcompanyregTSYAIQ', 'FEATUREcompanyregAU4FLU', 'FEATUREcompanyregKJID3X', 'FEATUREcompanyregP9MRAA', 'FEATUREcompanyregREGHL5', 'FEATUREcompanyreg03O5BQ', 'FEATUREcompanyregIEYQEO', 'FEATUREcompanyregWX5U73', 'FEATUREcompanyregDAP1N0'], 'autoTest' => true, 'tenantRelevance' => 'publicInformation', ], 'parameters' => [ [ 'name' => 'BizType', 'in' => 'query', 'schema' => ['description' => '业务类型', 'type' => 'string', 'required' => true, 'example' => 'esp.bookkeeping'], ], [ 'name' => 'SkillType', 'in' => 'query', 'schema' => ['description' => '技能类型', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '1'], ], [ 'name' => 'BizId', 'in' => 'query', 'schema' => ['description' => '交付单ID', 'type' => 'string', 'required' => true, 'example' => 'P20210928095324000002'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'ErrorMsg' => ['description' => '错误信息', 'type' => 'string', 'example' => '没有权限'], 'RequestId' => ['description' => '请求id', 'type' => 'string', 'example' => '6A603AA0-73BA-52B3-AC7D-0F846ECF7A9D'], 'ErrorCode' => ['description' => '错误code', 'type' => 'string', 'example' => 'NoPermission'], 'Success' => ['description' => '请求成功与否标识。', 'type' => 'boolean', 'example' => 'True'], 'Data' => [ 'description' => '返回结果', 'type' => 'array', 'items' => [ 'description' => '交付单列表', 'type' => 'object', 'properties' => [ 'SignatureUrl' => ['description' => '一个指向录音文件的URL,使用HTTP下载', 'type' => 'string', 'example' => 'UPLOADED/SCRIPT/74974566-2b69-4389-9bf9-5d7b432f06ad/fa92ce53-6b5f-4b3d-807c-a46417c08f66_a4cc3a16-e365-42cb-87d8-7776f8b110a1.json'], 'StartTime' => ['description' => '周期开始时间', 'type' => 'integer', 'format' => 'int64', 'example' => '2025-06-07T02:08:00Z'], 'Duration' => ['description' => '通话时长。单位:秒。', 'type' => 'integer', 'format' => 'int32', 'example' => '40140'], 'ContactDisposition' => ['type' => 'string', 'description' => ''], 'taskId' => ['type' => 'string', 'description' => ''], ], ], ], ], 'description' => '', ], ], ], 'staticInfo' => ['returnType' => 'synchronous'], 'title' => '查询玄坛外呼语音文件', 'description' => '交付单授权记录列表'."\n", 'changeSet' => [ ['createdAt' => '2025-08-07T08:37:54.000Z', 'description' => '响应参数发生变更'], ], 'flowControl' => [ 'flowControlList' => [], ], 'ramActions' => [ [ 'operationType' => 'get', 'ramAction' => [ 'action' => 'companyreg:QueryCallRecordList', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"ErrorMsg\\": \\"没有权限\\",\\n \\"RequestId\\": \\"6A603AA0-73BA-52B3-AC7D-0F846ECF7A9D\\",\\n \\"ErrorCode\\": \\"NoPermission\\",\\n \\"Success\\": true,\\n \\"Data\\": [\\n {\\n \\"SignatureUrl\\": \\"UPLOADED/SCRIPT/74974566-2b69-4389-9bf9-5d7b432f06ad/fa92ce53-6b5f-4b3d-807c-a46417c08f66_a4cc3a16-e365-42cb-87d8-7776f8b110a1.json\\",\\n \\"StartTime\\": 0,\\n \\"Duration\\": 40140,\\n \\"ContactDisposition\\": \\"\\",\\n \\"taskId\\": \\"\\"\\n }\\n ]\\n}","type":"json"}]', ], 'QueryInstance' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['operationType' => 'none'], 'parameters' => [ [ 'name' => 'BizType', 'in' => 'query', 'schema' => ['description' => '业务类型', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'esp.bookkeeping'], ], [ 'name' => 'InstanceId', 'in' => 'query', 'schema' => ['description' => '实例id', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'T20210302164856000001'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'Data' => ['description' => '实例信息', 'type' => 'string', 'example' => '{}'], 'RequestId' => ['description' => '请求id', 'type' => 'string', 'example' => '2174AA97-56FB-50FA-B243-0460B9E4CE0C'], ], 'description' => '', ], ], ], 'title' => '查询凌霄订单实例', 'summary' => '查询凌霄订单实例。', 'changeSet' => [ ['createdAt' => '2024-03-27T02:06:42.000Z', 'description' => '错误码发生变更'], ], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '50', 'countWindow' => 1, 'regionId' => '*', 'api' => 'QueryInstance'], ], ], 'ramActions' => [ [ 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:QueryInstance', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": \\"{}\\",\\n \\"RequestId\\": \\"2174AA97-56FB-50FA-B243-0460B9E4CE0C\\"\\n}","type":"json"}]', ], 'QueryPartnerIntentionList' => [ 'summary' => '服务商查询需求单列表。', 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['operationType' => 'none'], 'parameters' => [ [ 'name' => 'BizId', 'in' => 'query', 'schema' => ['description' => '业务id', 'type' => 'string', 'required' => false, 'example' => 'I20211117092704000001'], ], [ 'name' => 'PageNum', 'in' => 'query', 'schema' => ['description' => '页码', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '10'], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['description' => '每页显示条数。', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '20'], ], [ 'name' => 'BizType', 'in' => 'query', 'schema' => ['description' => '业务类型', 'type' => 'string', 'required' => false, 'example' => 'esp.wangwen'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => 'Schema of Response', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => 'Id of the request', 'description' => '请求id', 'type' => 'string', 'example' => '78E9DC76-7DFD-5975-99B0-4A95E8A92F5D'], 'CurrentPageNum' => ['description' => '当前页码', 'type' => 'integer', 'format' => 'int64', 'example' => '2'], 'TotalPageNum' => ['description' => '总页码', 'type' => 'integer', 'format' => 'int64', 'example' => '13'], 'PageSize' => ['description' => '每页显示条数。', 'type' => 'integer', 'format' => 'int64', 'example' => '20'], 'TotalItemNum' => ['description' => '总条数', 'type' => 'integer', 'format' => 'int64', 'example' => '319'], 'Data' => [ 'description' => '需求单列表', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'BizId' => ['description' => '业务ID', 'type' => 'string', 'example' => 'I20211117092704000001'], 'Mobile' => ['description' => '手机号', 'type' => 'string', 'example' => '18700000003'], 'BizType' => ['description' => '业务类型', 'type' => 'string', 'example' => 'esp.wangwen'], ], 'description' => '', ], ], ], ], ], ], 'title' => '服务商查询需求单列表', 'changeSet' => [ ['createdAt' => '2021-11-17T08:26:20.000Z', 'description' => 'OpenAPI 下线'], ], 'flowControl' => [ 'flowControlList' => [], ], 'ramActions' => [ [ 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:QueryPartnerIntentionList', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"78E9DC76-7DFD-5975-99B0-4A95E8A92F5D\\",\\n \\"CurrentPageNum\\": 2,\\n \\"TotalPageNum\\": 13,\\n \\"PageSize\\": 20,\\n \\"TotalItemNum\\": 319,\\n \\"Data\\": [\\n {\\n \\"BizId\\": \\"I20211117092704000001\\",\\n \\"Mobile\\": \\"18700000003\\",\\n \\"BizType\\": \\"esp.wangwen\\"\\n }\\n ]\\n}","type":"json"}]', ], 'QueryPartnerProduceList' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'systemTags' => ['operationType' => 'none'], 'parameters' => [ [ 'name' => 'BizId', 'in' => 'query', 'schema' => ['description' => '业务id', 'type' => 'string', 'required' => false, 'example' => 'P20211216204717000001'], ], [ 'name' => 'BizType', 'in' => 'query', 'schema' => ['description' => '业务类型', 'type' => 'string', 'required' => false, 'example' => 'esp.cdn'], ], [ 'name' => 'PageNum', 'in' => 'query', 'schema' => ['description' => '页码', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1'], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['description' => '每页显示条数', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '20'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => 'Schema of Response', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => 'Id of the request', 'description' => '请求id', 'type' => 'string', 'example' => '1A13ABB5-7649-5031-B55C-D2E38F9F189D'], 'CurrentPageNum' => ['description' => '当前页码', 'type' => 'integer', 'format' => 'int64', 'example' => '1'], 'TotalPageNum' => ['description' => '总页码', 'type' => 'integer', 'format' => 'int64', 'example' => '1'], 'PageSize' => ['description' => '每页显示条数', 'type' => 'integer', 'format' => 'int64', 'example' => '20'], 'TotalItemNum' => ['description' => '总记录数', 'type' => 'integer', 'format' => 'int64', 'example' => '34'], 'Data' => [ 'description' => '交付单列表', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'BizId' => ['description' => '交付单ID', 'type' => 'string', 'example' => 'P20211216204717000001'], 'BizType' => ['description' => '业务类型', 'type' => 'string', 'example' => 'esp.cdn'], 'mobile' => ['description' => '手机号', 'type' => 'string', 'example' => '18600000001'], ], 'description' => '', ], ], ], ], ], ], 'title' => '服务商查询交付单列表', 'summary' => '服务商查询交付单列表。', 'changeSet' => [ ['createdAt' => '2021-11-17T08:40:16.000Z', 'description' => 'OpenAPI 下线'], ], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'QueryPartnerProduceList'], ], ], 'ramActions' => [ [ 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:QueryPartnerProduceList', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"1A13ABB5-7649-5031-B55C-D2E38F9F189D\\",\\n \\"CurrentPageNum\\": 1,\\n \\"TotalPageNum\\": 1,\\n \\"PageSize\\": 20,\\n \\"TotalItemNum\\": 34,\\n \\"Data\\": [\\n {\\n \\"BizId\\": \\"P20211216204717000001\\",\\n \\"BizType\\": \\"esp.cdn\\",\\n \\"mobile\\": \\"18600000001\\"\\n }\\n ]\\n}","type":"json"}]', ], 'QueryUserNeedAuth' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free'], 'parameters' => [], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => '请求id', 'type' => 'string', 'example' => '2C859C36-886C-5BE7-A606-01F38A5374D6'], 'Success' => ['description' => '是否成功', 'type' => 'boolean', 'example' => 'True'], 'NeedAuth' => ['description' => '是否需要认证', 'type' => 'boolean', 'example' => 'True'], ], 'description' => '', ], ], ], 'title' => '是否需要实名认证', 'summary' => '是否需要实名认证。', 'changeSet' => [ ['createdAt' => '2024-03-27T02:06:42.000Z', 'description' => '错误码发生变更'], ], 'flowControl' => [ 'flowControlList' => [], ], 'ramActions' => [ [ 'operationType' => 'get', 'ramAction' => [ 'action' => 'companyreg:QueryUserNeedAuth', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"2C859C36-886C-5BE7-A606-01F38A5374D6\\",\\n \\"Success\\": true,\\n \\"NeedAuth\\": true\\n}","type":"json"}]', ], 'RecordCallCenterEventForPartner' => [ 'summary' => '服务商玄坛外呼呼叫中心事件回传', 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => ['FEATUREcompanyregTSYAIQ', 'FEATUREcompanyregKJID3X'], 'tenantRelevance' => 'publicInformation', ], 'parameters' => [ [ 'name' => 'BizType', 'in' => 'query', 'schema' => ['description' => '业务类型', 'type' => 'string', 'required' => false, 'example' => 'esp.beian_assist'], ], [ 'name' => 'RelatedId', 'in' => 'query', 'schema' => ['description' => 'RequestId', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1000030990004'], ], [ 'name' => 'ConnId', 'in' => 'query', 'schema' => ['description' => '话务通道ID。', 'type' => 'string', 'required' => false, 'example' => '12313'], ], [ 'name' => 'ContactId', 'in' => 'query', 'schema' => ['description' => '通话ID,请确保该通话ID存在语音信箱留言,否则返回结果将没有数据。', 'type' => 'string', 'required' => false, 'example' => '897265'], ], [ 'name' => 'JobId', 'in' => 'query', 'schema' => ['description' => 'Spark作业的ID。', 'type' => 'string', 'required' => false, 'example' => 'ufbo502ma94m480'], ], [ 'name' => 'Caller', 'in' => 'query', 'schema' => ['description' => '主叫号码,传客服手机号或座机号', 'type' => 'string', 'required' => false, 'example' => '13162828888'], ], [ 'name' => 'Callee', 'in' => 'query', 'schema' => ['description' => '热线外呼被叫号码', 'type' => 'string', 'required' => false, 'example' => '18578602216'], ], [ 'name' => 'SecretMobile', 'in' => 'query', 'schema' => ['description' => '安全手机号', 'type' => 'string', 'required' => false, 'example' => 'MTAFA/DF#'], ], [ 'name' => 'SkillType', 'in' => 'query', 'schema' => ['description' => '技能类型', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'], ], [ 'name' => 'BizId', 'in' => 'query', 'schema' => ['description' => '业务id', 'type' => 'string', 'required' => false, 'example' => 'P20211117141528000001'], ], [ 'name' => 'CallAction', 'in' => 'query', 'schema' => ['description' => '外呼动作', 'type' => 'string', 'required' => false, 'example' => 'MakeCall'], ], [ 'name' => 'TenantId', 'in' => 'query', 'schema' => ['description' => '租户ID', 'type' => 'string', 'required' => false, 'example' => '123457'], ], [ 'name' => 'EmployeeCode', 'in' => 'query', 'schema' => ['description' => '员工工号', 'type' => 'string', 'required' => false, 'example' => '12323213'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => 'Schema of Response', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => 'Id of the request', 'description' => 'Id of the request', 'type' => 'string', 'example' => '1A13ABB5-7649-5031-B55C-D2E38F9F189D'], 'ErrorMsg' => ['description' => '错误信息', 'type' => 'string', 'example' => '没有权限'], 'ErrorCode' => ['description' => '错误code', 'type' => 'string', 'example' => 'NoPermission'], 'Success' => ['description' => '成功状态标识', 'type' => 'boolean', 'example' => 'True'], 'Data' => ['description' => '交付单列表', 'type' => 'boolean', 'example' => 'True'], ], ], ], ], 'staticInfo' => ['returnType' => 'synchronous'], 'title' => '服务商玄坛外呼呼叫中心事件回传', 'description' => '服务商玄坛外呼操作事件回传', 'changeSet' => [ ['createdAt' => '2025-10-29T13:28:18.000Z', 'description' => '请求参数发生变更'], ], 'flowControl' => [ 'flowControlList' => [], ], 'ramActions' => [ [ 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:RecordCallCenterEventForPartner', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"1A13ABB5-7649-5031-B55C-D2E38F9F189D\\",\\n \\"ErrorMsg\\": \\"没有权限\\",\\n \\"ErrorCode\\": \\"NoPermission\\",\\n \\"Success\\": true,\\n \\"Data\\": true\\n}","type":"json"}]', ], 'RecordPostBack' => [ 'summary' => '调用该接口,可将玄坛服务单或需求单的沟通记录回传至玄坛,可在玄坛进行查看,未跟进状态的订单会转为跟进中。', 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => ['operationType' => 'none'], 'parameters' => [ [ 'name' => 'bizType', 'in' => 'query', 'schema' => ['description' => '业务类型', 'type' => 'string', 'required' => true, 'example' => 'esp.zhangsan'], ], [ 'name' => 'bizId', 'in' => 'query', 'schema' => ['description' => '业务id,需求单或服务单业务id', 'type' => 'string', 'required' => true, 'example' => 'P111111111111'], ], [ 'name' => 'contactor', 'in' => 'query', 'schema' => ['description' => '沟通人姓名(中文)', 'type' => 'string', 'required' => true, 'example' => '张雯菲'], ], [ 'name' => 'content', 'in' => 'query', 'schema' => ['description' => '沟通内容', 'type' => 'string', 'required' => true, 'example' => '联系客户一次'], ], [ 'name' => 'entityKey', 'in' => 'query', 'schema' => [ 'description' => '实体类型,明确操作的是服务单还是需求单', 'type' => 'string', 'required' => true, 'enumValueTitles' => ['esp_produce ' => 'esp_produce ', 'esp_intention' => 'esp_intention'], 'example' => 'esp_produce', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'PopResultDTO', 'description' => 'PopResultDTO', 'type' => 'object', 'properties' => [ 'RequestId' => ['description' => '请求id'."\n", 'type' => 'string', 'example' => 'B8E5CC4C-7563-19BD-B02F-DFFFD4E51D4A'], 'HttpStatusCode' => ['description' => '访问后返回状态码', 'type' => 'integer', 'format' => 'int32', 'example' => '200'], 'DynamicCode' => ['description' => '后端动态错误码', 'type' => 'string', 'example' => 'PARAMETER.ILLEGAL'], 'DynamicMessage' => ['description' => '后端动态错误码名称', 'type' => 'string', 'example' => '参数错误'], 'ErrorMsg' => ['description' => '错误信息', 'type' => 'string', 'example' => '参数错误'], 'ErrorCode' => ['description' => '错误code', 'type' => 'string', 'example' => 'PARAMETER.ILLEGAL'], 'Success' => ['description' => '请求成功与否标识。', 'type' => 'boolean', 'example' => 'True'], 'Module' => ['description' => '是否成功', 'type' => 'boolean', 'example' => 'True'], 'AllowRetry' => ['description' => '是否允许重试', 'type' => 'boolean', 'example' => 'false'], 'ErrorArgs' => [ 'description' => '参数错误', 'type' => 'array', 'items' => ['description' => '错误的参数', 'type' => 'any', 'example' => 'entityKey'], ], 'AppName' => ['description' => '应用名称', 'type' => 'string', 'example' => 'esp-core-aliyun-com'], ], ], ], ], 'title' => '沟通记录回传至玄坛', 'changeSet' => [ ['createdAt' => '2022-11-29T02:06:04.000Z', 'description' => 'OpenAPI 下线'], ], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '50', 'countWindow' => 1, 'regionId' => '*', 'api' => 'RecordPostBack'], ], ], 'ramActions' => [ [ 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:RecordPostBack', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"B8E5CC4C-7563-19BD-B02F-DFFFD4E51D4A\\",\\n \\"HttpStatusCode\\": 200,\\n \\"DynamicCode\\": \\"PARAMETER.ILLEGAL\\",\\n \\"DynamicMessage\\": \\"参数错误\\",\\n \\"ErrorMsg\\": \\"参数错误\\",\\n \\"ErrorCode\\": \\"PARAMETER.ILLEGAL\\",\\n \\"Success\\": true,\\n \\"Module\\": true,\\n \\"AllowRetry\\": false,\\n \\"ErrorArgs\\": [\\n \\"entityKey\\"\\n ],\\n \\"AppName\\": \\"esp-core-aliyun-com\\"\\n}","type":"json"}]', ], 'RejectSolution' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => ['FEATUREcompanyregAU4FLU'], ], 'parameters' => [ [ 'name' => 'SolutionBizId', 'in' => 'query', 'schema' => ['description' => '方案ID', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'S20200512114050000001'], ], [ 'name' => 'Note', 'in' => 'query', 'schema' => ['description' => '驳回原因', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '方案错误'], ], [ 'name' => 'BizType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false, 'description' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'ErrorMsg' => ['description' => '错误信息', 'type' => 'string', 'example' => '没有权限'], 'RequestId' => ['description' => '请求id', 'type' => 'string', 'example' => '2174AA97-56FB-50FA-B243-0460B9E4CE0C'], 'ErrorCode' => ['description' => '错误code', 'type' => 'string', 'example' => 'PARTNER.CONFIG.NOT.FOUND'], 'Success' => ['description' => '是否成功', 'type' => 'boolean', 'example' => 'True'], ], 'description' => '', ], ], ], 'title' => '驳回方案', 'summary' => '驳回方案。', 'changeSet' => [ ['createdAt' => '2024-05-15T09:16:40.000Z', 'description' => '请求参数发生变更'], ['createdAt' => '2024-03-27T02:06:42.000Z', 'description' => '错误码发生变更'], ], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'RejectSolution'], ], ], 'ramActions' => [ [ 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:RejectSolution', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"ErrorMsg\\": \\"没有权限\\",\\n \\"RequestId\\": \\"2174AA97-56FB-50FA-B243-0460B9E4CE0C\\",\\n \\"ErrorCode\\": \\"PARTNER.CONFIG.NOT.FOUND\\",\\n \\"Success\\": true\\n}","type":"json"}]', ], 'RejectUserSolution' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => ['operationType' => 'none'], 'parameters' => [ [ 'name' => 'SolutionBizId', 'in' => 'query', 'schema' => ['description' => '方案ID', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'S20211227151912000001'], ], [ 'name' => 'Note', 'in' => 'query', 'schema' => ['description' => '驳回原因', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '不符合'], ], [ 'name' => 'BizType', 'in' => 'query', 'schema' => ['description' => '业务类型', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'esp.companyreg'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'ErrorMsg' => ['description' => '错误信息', 'type' => 'string', 'example' => '没有权限'], 'RequestId' => ['description' => '请求id', 'type' => 'string', 'example' => '717711FB-F887-597B-8121-B77437E89B97'], 'ErrorCode' => ['description' => '错误码', 'type' => 'string', 'example' => 'NoPermission'], 'Success' => ['description' => '是否成功', 'type' => 'boolean', 'example' => 'True'], ], 'description' => '', ], ], ], 'title' => '用户驳回方案', 'summary' => '用户驳回方案。', 'changeSet' => [ ['createdAt' => '2024-03-27T02:06:42.000Z', 'description' => '错误码发生变更'], ], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'RejectUserSolution'], ], ], 'ramActions' => [ [ 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:RejectUserSolution', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"ErrorMsg\\": \\"没有权限\\",\\n \\"RequestId\\": \\"717711FB-F887-597B-8121-B77437E89B97\\",\\n \\"ErrorCode\\": \\"NoPermission\\",\\n \\"Success\\": true\\n}","type":"json"}]', ], 'ReleaseProduceAuthorization' => [ 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => ['operationType' => 'none'], 'parameters' => [ [ 'name' => 'BizId', 'in' => 'formData', 'schema' => ['description' => '业务Id', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'P20211117141528000001'], ], [ 'name' => 'BizType', 'in' => 'formData', 'schema' => ['description' => '业务类型', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'esp.beian_assist'], ], [ 'name' => 'AuthorizedUserId', 'in' => 'formData', 'schema' => ['description' => '解绑被授权用户ID', 'type' => 'string', 'required' => false, 'example' => '1219541161213000'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'description' => '结果数据', 'type' => 'object', 'properties' => [ 'ErrorMsg' => ['description' => '错误信息', 'type' => 'string', 'example' => '没有权限'], 'RequestId' => ['description' => '请求id', 'type' => 'string', 'example' => '2174AA97-56FB-50FA-B243-0460B9E4CE0C'], 'ErrorCode' => ['description' => '错误码', 'type' => 'string', 'example' => '200'], 'Success' => ['description' => '表示是否调用成功。true:调用成功。 false:调用失败。', 'type' => 'boolean', 'example' => 'True'], ], ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'Parameter.Illegal', 'errorMessage' => 'The specified parameter is invalid.', 'description' => '参数错误'], ], ], 'title' => '交付单解绑授权 ', 'summary' => '交付单解绑授权。', 'description' => '交付单解绑授权', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [], ], 'ramActions' => [ [ 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:ReleaseProduceAuthorization', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"ErrorMsg\\": \\"没有权限\\",\\n \\"RequestId\\": \\"2174AA97-56FB-50FA-B243-0460B9E4CE0C\\",\\n \\"ErrorCode\\": \\"200\\",\\n \\"Success\\": true\\n}","type":"json"}]', ], 'StartBackToBackCall' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => ['FEATUREcompanyregTSYAIQ', 'FEATUREcompanyregKJID3X', 'FEATUREcompanyregREGHL5', 'FEATUREcompanyregIEYQEO', 'FEATUREcompanyregWX5U73', 'FEATUREcompanyregDAP1N0', 'FEATUREcompanyregAU4FLU', 'FEATUREcompanyregP9MRAA', 'FEATUREcompanyreg03O5BQ'], 'autoTest' => true, ], 'parameters' => [ [ 'name' => 'BizType', 'in' => 'query', 'schema' => ['description' => '业务类型', 'type' => 'string', 'required' => true, 'example' => 'test'], ], [ 'name' => 'SkillType', 'in' => 'query', 'schema' => [ 'description' => '技能类型', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'enumValueTitles' => [1 => '需求单', '服务单'], 'example' => '1', ], ], [ 'name' => 'BizId', 'in' => 'query', 'schema' => ['description' => '业务关联id', 'type' => 'string', 'required' => true, 'example' => '20211203180209000001'], ], [ 'name' => 'Caller', 'in' => 'query', 'schema' => ['description' => '主叫号码,传客服手机号或座机号', 'type' => 'string', 'required' => true, 'example' => '13162828888'], ], [ 'name' => 'CallCenterNumber', 'in' => 'query', 'schema' => ['description' => '外呼号码', 'type' => 'string', 'required' => false, 'example' => '02131584184'], ], [ 'name' => 'MobileKey', 'in' => 'query', 'schema' => ['description' => '被叫号码key(如果为空,默认呼叫工单主客户号码,如果不空则根据被叫号码key查找相应的被叫号码进行外呼),该字段适合一个工单有多个被叫号码的场景', 'type' => 'string', 'required' => false, 'example' => 'mobile1'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'ErrorMsg' => ['description' => '错误信息', 'type' => 'string', 'example' => '没有权限'], 'RequestId' => ['description' => '请求id', 'type' => 'string', 'example' => '2174AA97-56FB-50FA-B243-0460B9E4CE0C'], 'ErrorCode' => ['description' => '错误码', 'type' => 'string', 'example' => 'NoPermission'], 'Success' => ['description' => '成功状态标识', 'type' => 'boolean', 'example' => 'True'], 'Data' => ['description' => '是否成功', 'type' => 'boolean', 'example' => 'True'], ], 'description' => '', ], ], ], 'staticInfo' => ['returnType' => 'synchronous'], 'title' => '发起双呼', 'summary' => '发起双呼。', 'changeSet' => [ ['createdAt' => '2021-11-05T13:14:54.000Z', 'description' => 'OpenAPI 下线'], ['createdAt' => '2021-11-05T13:14:54.000Z', 'description' => '请求参数发生变更'], ], 'flowControl' => [ 'flowControlList' => [], ], 'ramActions' => [ [ 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:StartBackToBackCall', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"ErrorMsg\\": \\"没有权限\\",\\n \\"RequestId\\": \\"2174AA97-56FB-50FA-B243-0460B9E4CE0C\\",\\n \\"ErrorCode\\": \\"NoPermission\\",\\n \\"Success\\": true,\\n \\"Data\\": true\\n}","type":"json"}]', ], 'SubmitIntentionForPartner' => [ 'summary' => '合作伙伴提交需求单', 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'create', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => ['FEATUREcompanyregTSYAIQ', 'FEATUREcompanyregKJID3X', 'FEATUREcompanyregREGHL5'], 'autoTest' => true, 'tenantRelevance' => 'tenant', ], 'parameters' => [ [ 'name' => 'Description', 'in' => 'query', 'schema' => ['description' => '描述', 'type' => 'string', 'required' => false, 'example' => 'ceshi'], ], [ 'name' => 'Area', 'in' => 'query', 'schema' => ['description' => '区域', 'type' => 'string', 'required' => false, 'example' => '长沙市'], ], [ 'name' => 'Mobile', 'in' => 'query', 'schema' => ['description' => '手机号', 'type' => 'string', 'required' => false, 'example' => '18704330000'], ], [ 'name' => 'ContactName', 'in' => 'query', 'schema' => ['description' => '联系人名称', 'type' => 'string', 'required' => false, 'example' => '魏先生'], ], [ 'name' => 'CommodityType', 'in' => 'query', 'schema' => ['description' => '商品类型', 'type' => 'string', 'required' => false, 'example' => 'Server'], ], [ 'name' => 'ExtInfo', 'in' => 'query', 'schema' => ['description' => '扩展信息', 'type' => 'string', 'required' => false, 'example' => '{\\"beianServiceNumber\\":\\"9969c666-0935-4c5b-8042-926ff546e39f\\"}'], ], [ 'name' => 'Channel', 'in' => 'query', 'schema' => ['description' => ' '."\n" .'通知渠道', 'type' => 'string', 'required' => false, 'example' => 'lingjun'], ], [ 'name' => 'Grade', 'in' => 'query', 'schema' => ['description' => '会员等级', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => 'country'], ], [ 'name' => 'BizType', 'in' => 'query', 'schema' => ['description' => '业务类型', 'type' => 'string', 'required' => false, 'example' => 'esp.isp'], ], [ 'name' => 'UserId', 'in' => 'query', 'schema' => ['description' => '用户UID', 'type' => 'string', 'required' => false, 'example' => '1212312312312'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => 'Schema of Response', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => 'Id of the request', 'description' => 'Id of the request', 'type' => 'string', 'example' => '6A603AA0-73BA-52B3-AC7D-0F846ECF7A9D'], 'ErrorMsg' => ['description' => '错误信息', 'type' => 'string', 'example' => '参数错误'], 'Success' => ['description' => '成功状态标识', 'type' => 'boolean', 'example' => 'True'], 'IntentionBizId' => ['description' => '需求单号', 'type' => 'string', 'example' => 'I20211223101045000001'], 'ExtInfo' => ['type' => 'string'], ], ], ], ], 'staticInfo' => ['returnType' => 'synchronous'], 'title' => '合作伙伴提交需求单', 'description' => '交付单新增授权(批量)', 'changeSet' => [], 'flowControl' => [ 'flowControlList' => [], ], 'ramActions' => [ [ 'operationType' => 'create', 'ramAction' => [ 'action' => 'companyreg:SubmitIntentionForPartner', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"6A603AA0-73BA-52B3-AC7D-0F846ECF7A9D\\",\\n \\"ErrorMsg\\": \\"参数错误\\",\\n \\"Success\\": true,\\n \\"IntentionBizId\\": \\"I20211223101045000001\\",\\n \\"ExtInfo\\": \\"\\"\\n}","type":"json"}]', ], 'SubmitIntentionNote' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => ['operationType' => 'none'], 'parameters' => [ [ 'name' => 'IntentionBizId', 'in' => 'query', 'schema' => ['description' => '需求单号', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'I20210927144823000001'], ], [ 'name' => 'Note', 'in' => 'query', 'schema' => ['description' => '小记内容', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '电话未接通,3天后再次尝试进行沟通'], ], [ 'name' => 'BizType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false, 'description' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'ErrorMsg' => ['description' => '错误信息', 'type' => 'string', 'example' => '没有权限'], 'RequestId' => ['description' => '请求id', 'type' => 'string', 'example' => '668571EF-1E7E-5435-AA65-4ECFFDDA133F'], 'ErrorCode' => ['description' => '错误码', 'type' => 'string', 'example' => 'NoPermission'], 'Success' => ['description' => '是否成功', 'type' => 'boolean', 'example' => 'True'], ], 'description' => '', ], ], ], 'title' => '提交需求小记', 'summary' => '提交需求小记。', 'changeSet' => [ ['createdAt' => '2024-03-29T03:33:38.000Z', 'description' => '请求参数发生变更'], ['createdAt' => '2024-03-27T02:06:42.000Z', 'description' => '错误码发生变更'], ], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'SubmitIntentionNote'], ], ], 'ramActions' => [ [ 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:SubmitIntentionNote', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"ErrorMsg\\": \\"没有权限\\",\\n \\"RequestId\\": \\"668571EF-1E7E-5435-AA65-4ECFFDDA133F\\",\\n \\"ErrorCode\\": \\"NoPermission\\",\\n \\"Success\\": true\\n}","type":"json"}]', ], 'SubmitSolution' => [ 'summary' => '提交方案。', 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => ['FEATUREcompanyregW8PQ68'], ], 'parameters' => [ [ 'name' => 'IntentionBizId', 'in' => 'query', 'schema' => ['description' => '需求ID', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'I20211223101045000001'], ], [ 'name' => 'BizType', 'in' => 'query', 'schema' => ['description' => '业务类型', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'esp.wangwen'], ], [ 'name' => 'Solution', 'in' => 'query', 'schema' => ['description' => '方案内容', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '{\\"domainCount\\":1,\\"companyArea\\":\\"广东省\\",\\"domain\\":\\"fb-link8.com\\",\\"source\\":\\"官网\\",\\"beianType\\":\\"备案服务-国内\\"}'], ], [ 'name' => 'UserId', 'in' => 'query', 'schema' => ['description' => '用户UID', 'type' => 'string', 'required' => false, 'example' => '1219541161213057'], ], [ 'name' => 'OperateType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false, 'description' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'SolutionBizId' => ['description' => '方案ID', 'type' => 'string', 'example' => 'S20211109140729000001'], 'RequestId' => ['description' => '请求id', 'type' => 'string', 'example' => '0A3CFCF5-E0C0-5C0B-A2ED-03827F16D85F'], 'Success' => ['description' => '是否成功。', 'type' => 'boolean', 'example' => 'True'], 'ErrorCode' => ['description' => '错误code', 'type' => 'string', 'example' => 'NoPermission'], 'ErrorMsg' => ['description' => '错误信息', 'type' => 'string', 'example' => '没有权限'], 'ConfirmUrl' => ['description' => '确认链接', 'type' => 'string', 'example' => 'https://companyreg.console.aliyun.com/#/intention-notarize?Type=119&bizid=I20220114181457000001'], ], 'description' => '', ], ], ], 'title' => '提交方案', 'changeSet' => [ ['createdAt' => '2023-11-08T02:48:00.000Z', 'description' => '请求参数发生变更、错误码发生变更'], ], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'SubmitSolution'], ], ], 'ramActions' => [ [ 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:SubmitSolution', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"SolutionBizId\\": \\"S20211109140729000001\\",\\n \\"RequestId\\": \\"0A3CFCF5-E0C0-5C0B-A2ED-03827F16D85F\\",\\n \\"Success\\": true,\\n \\"ErrorCode\\": \\"NoPermission\\",\\n \\"ErrorMsg\\": \\"没有权限\\",\\n \\"ConfirmUrl\\": \\"https://companyreg.console.aliyun.com/#/intention-notarize?Type=119&bizid=I20220114181457000001\\"\\n}","type":"json"}]', ], 'TransferIntentionOwner' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'update', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => ['FEATUREcompanyregW8PQ68', 'FEATUREcompanyreg03XYGI', 'FEATUREcompanyregYL6RVO', 'FEATUREcompanyregU6BH8D', 'FEATUREcompanyregJSN2D0'], ], 'parameters' => [ [ 'name' => 'BizType', 'in' => 'query', 'schema' => ['description' => '业务类型', 'type' => 'string', 'required' => true, 'example' => 'esp.wangwen'], ], [ 'name' => 'BizId', 'in' => 'query', 'schema' => ['description' => '业务ID', 'type' => 'string', 'required' => true, 'example' => 'P20210709190452000001'], ], [ 'name' => 'PersonId', 'in' => 'query', 'schema' => ['description' => '小二ID', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '67842'], ], [ 'name' => 'Remark', 'in' => 'query', 'schema' => ['description' => '备注', 'type' => 'string', 'required' => false, 'example' => '无'], ], [ 'name' => 'EmployeeCode', 'in' => 'query', 'schema' => ['description' => '员工工号', 'type' => 'string', 'required' => false, 'example' => '12323213'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'ErrorMsg' => ['description' => '错误信息', 'type' => 'string', 'example' => '没有权限'], 'RequestId' => ['description' => '请求id', 'type' => 'string', 'example' => '717711FB-F887-597B-8121-B77437E89B97'], 'ErrorCode' => ['description' => '错误码', 'type' => 'string', 'example' => 'NoPermission'], 'Success' => ['description' => '请求结果', 'type' => 'boolean', 'example' => 'True'], 'Data' => ['description' => '是否成功', 'type' => 'boolean', 'example' => 'True'], ], 'description' => '', ], ], ], 'title' => '需求单转派小二', 'summary' => '需求单转派小二。', 'description' => '交付单新增授权(批量)', 'changeSet' => [ ['createdAt' => '2025-12-16T08:25:38.000Z', 'description' => '请求参数发生变更'], ['createdAt' => '2022-03-01T07:25:06.000Z', 'description' => 'OpenAPI 下线'], ], 'flowControl' => [ 'flowControlList' => [], ], 'ramActions' => [ [ 'operationType' => 'update', 'ramAction' => [ 'action' => 'companyreg:TransferIntentionOwner', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"ErrorMsg\\": \\"没有权限\\",\\n \\"RequestId\\": \\"717711FB-F887-597B-8121-B77437E89B97\\",\\n \\"ErrorCode\\": \\"NoPermission\\",\\n \\"Success\\": true,\\n \\"Data\\": true\\n}","type":"json"}]', ], 'TransferProduceOwner' => [ 'summary' => '服务单转派小二。', 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeNodes' => ['FEATUREcompanyregYL6RVO', 'FEATUREcompanyreg03XYGI'], ], 'parameters' => [ [ 'name' => 'BizType', 'in' => 'query', 'schema' => ['description' => '业务类型', 'type' => 'string', 'required' => true, 'example' => 'esp.companyreg_cloud'], ], [ 'name' => 'BizId', 'in' => 'query', 'schema' => ['description' => '业务ID', 'type' => 'string', 'required' => true, 'example' => 'P20210208152920000001'], ], [ 'name' => 'PersonId', 'in' => 'query', 'schema' => ['description' => '小二ID', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '15565'], ], [ 'name' => 'Remark', 'in' => 'query', 'schema' => ['description' => '备注', 'type' => 'string', 'required' => false, 'example' => '无'], ], [ 'name' => 'EmployeeCode', 'in' => 'query', 'schema' => ['description' => '员工工号', 'type' => 'string', 'required' => false, 'example' => '12323213'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'ErrorMsg' => ['description' => '错误信息', 'type' => 'string', 'example' => '没有权限'], 'RequestId' => ['description' => '请求id', 'type' => 'string', 'example' => 'DD5639FF-1240-51DE-9BA8-2075670A1EAC'], 'ErrorCode' => ['description' => '错误码', 'type' => 'string', 'example' => 'NoPermission'], 'Success' => ['description' => '请求成功与否标识。', 'type' => 'boolean', 'example' => 'True'], 'Data' => ['description' => '是否成功', 'type' => 'boolean', 'example' => 'True'], ], 'description' => '', ], ], ], 'title' => '服务单转派小二', 'description' => '交付单新增授权(批量)', 'changeSet' => [ ['createdAt' => '2025-12-16T08:25:38.000Z', 'description' => '请求参数发生变更'], ['createdAt' => '2022-03-01T07:25:06.000Z', 'description' => 'OpenAPI 下线'], ], 'flowControl' => [ 'flowControlList' => [], ], 'ramActions' => [ [ 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:TransferProduceOwner', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"ErrorMsg\\": \\"没有权限\\",\\n \\"RequestId\\": \\"DD5639FF-1240-51DE-9BA8-2075670A1EAC\\",\\n \\"ErrorCode\\": \\"NoPermission\\",\\n \\"Success\\": true,\\n \\"Data\\": true\\n}","type":"json"}]', ], ], 'endpoints' => [ ['regionId' => 'ap-northeast-1', 'regionName' => '日本(东京)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'companyreg.aliyuncs.com', 'endpoint' => 'companyreg.aliyuncs.com', 'vpc' => ''], ['regionId' => 'ap-southeast-1', 'regionName' => '新加坡', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'companyreg.aliyuncs.com', 'endpoint' => 'companyreg.aliyuncs.com', 'vpc' => 'companyreg-vpc.ap-southeast-1.aliyuncs.com'], ['regionId' => 'ap-southeast-2', 'regionName' => '澳大利亚(悉尼)已关停', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'companyreg.aliyuncs.com', 'endpoint' => 'companyreg.aliyuncs.com', 'vpc' => ''], ['regionId' => 'ap-southeast-3', 'regionName' => '马来西亚(吉隆坡)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'companyreg.aliyuncs.com', 'endpoint' => 'companyreg.aliyuncs.com', 'vpc' => ''], ['regionId' => 'ap-southeast-5', 'regionName' => '印度尼西亚(雅加达)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'companyreg.aliyuncs.com', 'endpoint' => 'companyreg.aliyuncs.com', 'vpc' => ''], ['regionId' => 'cn-beijing', 'regionName' => '华北2(北京)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'companyreg.aliyuncs.com', 'endpoint' => 'companyreg.aliyuncs.com', 'vpc' => ''], ['regionId' => 'cn-chengdu', 'regionName' => '西南1(成都)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'companyreg.aliyuncs.com', 'endpoint' => 'companyreg.aliyuncs.com', 'vpc' => ''], ['regionId' => 'cn-hangzhou', 'regionName' => '华东1(杭州)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'companyreg.aliyuncs.com', 'endpoint' => 'companyreg.aliyuncs.com', 'vpc' => ''], ['regionId' => 'cn-hongkong', 'regionName' => '中国香港', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'companyreg.aliyuncs.com', 'endpoint' => 'companyreg.aliyuncs.com', 'vpc' => ''], ['regionId' => 'cn-huhehaote', 'regionName' => '华北5(呼和浩特)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'companyreg.aliyuncs.com', 'endpoint' => 'companyreg.aliyuncs.com', 'vpc' => ''], ['regionId' => 'cn-qingdao', 'regionName' => '华北1(青岛)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'companyreg.aliyuncs.com', 'endpoint' => 'companyreg.aliyuncs.com', 'vpc' => ''], ['regionId' => 'cn-shanghai', 'regionName' => '华东2(上海)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'companyreg.aliyuncs.com', 'endpoint' => 'companyreg.aliyuncs.com', 'vpc' => ''], ['regionId' => 'cn-shenzhen', 'regionName' => '华南1(深圳)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'companyreg.aliyuncs.com', 'endpoint' => 'companyreg.aliyuncs.com', 'vpc' => ''], ['regionId' => 'cn-wulanchabu', 'regionName' => '华北6(乌兰察布)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'companyreg.aliyuncs.com', 'endpoint' => 'companyreg.aliyuncs.com', 'vpc' => ''], ['regionId' => 'cn-zhangjiakou', 'regionName' => '华北3(张家口)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'companyreg.aliyuncs.com', 'endpoint' => 'companyreg.aliyuncs.com', 'vpc' => ''], ['regionId' => 'us-west-1', 'regionName' => '美国(硅谷)', 'areaId' => 'europeAmerica', 'areaName' => '欧洲与美洲', 'public' => 'companyreg.aliyuncs.com', 'endpoint' => 'companyreg.aliyuncs.com', 'vpc' => ''], ['regionId' => 'us-east-1', 'regionName' => '美国(弗吉尼亚)', 'areaId' => 'europeAmerica', 'areaName' => '欧洲与美洲', 'public' => 'companyreg.aliyuncs.com', 'endpoint' => 'companyreg.aliyuncs.com', 'vpc' => ''], ['regionId' => 'eu-west-1', 'regionName' => '英国(伦敦)', 'areaId' => 'europeAmerica', 'areaName' => '欧洲与美洲', 'public' => 'companyreg.aliyuncs.com', 'endpoint' => 'companyreg.aliyuncs.com', 'vpc' => ''], ['regionId' => 'eu-central-1', 'regionName' => '德国(法兰克福)', 'areaId' => 'europeAmerica', 'areaName' => '欧洲与美洲', 'public' => 'companyreg.aliyuncs.com', 'endpoint' => 'companyreg.aliyuncs.com', 'vpc' => ''], ['regionId' => 'me-east-1', 'regionName' => '阿联酋(迪拜)', 'areaId' => 'middleEast', 'areaName' => '中东', 'public' => 'companyreg.aliyuncs.com', 'endpoint' => 'companyreg.aliyuncs.com', 'vpc' => ''], ['regionId' => 'ap-south-1', 'regionName' => '印度(孟买)已关停', 'areaId' => 'middleEast', 'areaName' => '中东', 'public' => 'companyreg.aliyuncs.com', 'endpoint' => 'companyreg.aliyuncs.com', 'vpc' => ''], ['regionId' => 'cn-shenzhen-finance-1', 'regionName' => '华南1 金融云', 'areaId' => 'industryCloud', 'areaName' => '行业云', 'public' => 'companyreg.aliyuncs.com', 'endpoint' => 'companyreg.aliyuncs.com', 'vpc' => ''], ['regionId' => 'cn-shanghai-finance-1', 'regionName' => '华东2 金融云', 'areaId' => 'industryCloud', 'areaName' => '行业云', 'public' => 'companyreg.aliyuncs.com', 'endpoint' => 'companyreg.aliyuncs.com', 'vpc' => ''], ['regionId' => 'cn-north-2-gov-1', 'regionName' => '北京政务云', 'areaId' => 'industryCloud', 'areaName' => '行业云', 'public' => 'companyreg.aliyuncs.com', 'endpoint' => 'companyreg.aliyuncs.com', 'vpc' => ''], ['regionId' => 'cn-hangzhou-finance', 'regionName' => '华东1 金融云', 'areaId' => 'industryCloud', 'areaName' => '行业云', 'public' => 'companyreg.aliyuncs.com', 'endpoint' => 'companyreg.aliyuncs.com', 'vpc' => ''], ['regionId' => 'cn-beijing-finance-1', 'regionName' => '华北2 金融云(邀测)', 'areaId' => 'industryCloud', 'areaName' => '行业云', 'public' => 'companyreg.aliyuncs.com', 'endpoint' => 'companyreg.aliyuncs.com', 'vpc' => ''], ], 'errorCodes' => [ ['code' => 'Parameter.Illegal', 'message' => 'The specified parameter is invalid.', 'http_code' => 400, 'description' => '参数错误'], ['code' => 'PermissionDenied', 'message' => 'The access is denied.', 'http_code' => 403, 'description' => '禁止访问'], ['code' => 'PermissionDenied', 'message' => '本次操作内部出现异常,请联系客服提工单', 'http_code' => 403, 'description' => '本次操作内部出现异常,请联系客服提工单'], ['code' => 'STATE.MACHINE.STATUS.ERROR', 'message' => '当前服务单的状态已经流转,不允许再如此操作', 'http_code' => 400, 'description' => '当前服务单的状态已经流转,不允许再如此操作'], ['code' => 'UNKNOWN.BIZ.TYPE', 'message' => '业务类型不正确', 'http_code' => 400, 'description' => '业务类型不正确'], ['code' => 'VALIDATE.BUSINESS.LICENSE.INFO.EXCEPTION.ERROR', 'message' => '请检查上传的营业执照信息和所填信息是否一致', 'http_code' => 400, 'description' => '请检查上传的营业执照信息和所填信息是否一致'], ['code' => 'VALIDATE.COMPANY.INFO.EXCEPTION.ERROR', 'message' => '请检查公司名称、统一社会信用代码、法人姓名、法人身份证号信息是否一致', 'http_code' => 400, 'description' => '请检查公司名称、统一社会信用代码、法人姓名、法人身份证号信息是否一致'], ['code' => 'VALIDATE.ID.CARD.INFO.EXCEPTION.ERROR', 'message' => '请检查上传的法人身份证和所填信息是否一致', 'http_code' => 400, 'description' => '请检查上传的法人身份证和所填信息是否一致'], ['code' => 'VALIDATE.INFO.EXCEPTION.ERROR', 'message' => '提交信息不正确', 'http_code' => 400, 'description' => '提交信息不正确'], ], 'changeSet' => [ [ 'apis' => [ ['description' => '请求参数发生变更', 'api' => 'TransferIntentionOwner'], ['description' => '请求参数发生变更', 'api' => 'TransferProduceOwner'], ], 'createdAt' => '2025-12-16T08:25:49.000Z', 'description' => '', ], [ 'apis' => [ ['description' => '请求参数发生变更', 'api' => 'RecordCallCenterEventForPartner'], ], 'createdAt' => '2025-10-29T13:28:32.000Z', 'description' => '', ], [ 'apis' => [ ['description' => '请求参数发生变更', 'api' => 'ListIntentionNote'], ['description' => '请求参数发生变更', 'api' => 'RejectSolution'], ], 'createdAt' => '2024-05-15T09:16:48.000Z', 'description' => '', ], [ 'apis' => [ ['description' => '请求参数发生变更', 'api' => 'ListUserSolutions'], ], 'createdAt' => '2024-04-22T12:43:51.000Z', 'description' => '', ], [ 'apis' => [ ['description' => '请求参数发生变更', 'api' => 'SubmitIntentionNote'], ], 'createdAt' => '2024-03-29T03:33:45.000Z', 'description' => '', ], [ 'apis' => [ ['description' => '错误码发生变更', 'api' => 'CloseUserIntention'], ['description' => '错误码发生变更', 'api' => 'CreateBusinessOpportunity'], ['description' => '错误码发生变更', 'api' => 'DescribePartnerConfig'], ['description' => '错误码发生变更', 'api' => 'ListIntentionNote'], ], 'createdAt' => '2024-03-27T02:06:53.000Z', 'description' => '', ], [ 'apis' => [ ['description' => '请求参数发生变更、错误码发生变更', 'api' => 'SubmitSolution'], ], 'createdAt' => '2023-11-08T02:48:06.000Z', 'description' => '', ], [ 'apis' => [ ['description' => 'OpenAPI 下线', 'api' => 'RecordPostBack'], ], 'createdAt' => '2022-11-29T02:08:36.000Z', 'description' => '商标api生成沟通记录接口', ], [ 'apis' => [ ['description' => '请求参数发生变更、响应参数发生变更、错误码发生变更', 'api' => 'ListUserIntentions'], ], 'createdAt' => '2022-06-16T02:58:45.000Z', 'description' => '需求列表支持扩展信息展示', ], [ 'apis' => [ ['description' => '请求参数发生变更', 'api' => 'StartBackToBackCall'], ], 'createdAt' => '2022-05-10T11:41:37.000Z', 'description' => '一个工单支持多个被叫号码', ], [ 'apis' => [ ['description' => 'OpenAPI 下线', 'api' => 'TransferIntentionOwner'], ['description' => 'OpenAPI 下线', 'api' => 'TransferProduceOwner'], ], 'createdAt' => '2022-03-01T16:05:43.000Z', 'description' => '增加玄坛工单转派小二功能', ], [ 'apis' => [ ['description' => 'OpenAPI 下线', 'api' => 'QueryPartnerProduceList'], ], 'createdAt' => '2021-11-18T05:40:39.000Z', 'description' => '手机号对接', ], [ 'apis' => [ ['description' => 'OpenAPI 下线', 'api' => 'QueryPartnerIntentionList'], ], 'createdAt' => '2021-11-18T05:37:42.000Z', 'description' => '服务商查询需求', ], [ 'apis' => [ ['description' => 'OpenAPI 下线', 'api' => 'QueryAvailableNumbers'], ['description' => 'OpenAPI 下线', 'api' => 'StartBackToBackCall'], ], 'createdAt' => '2021-11-05T13:16:04.000Z', 'description' => '双呼功能', ], ], 'flowControl' => [ 'flowControlList' => [ ['threshold' => '50', 'countWindow' => 1, 'regionId' => '*', 'api' => 'PutMeasureData'], ['threshold' => '50', 'countWindow' => 1, 'regionId' => '*', 'api' => 'QueryInstance'], ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ListUserDetailSolutions'], ['threshold' => '50', 'countWindow' => 1, 'regionId' => '*', 'api' => 'RecordPostBack'], ['threshold' => '-1', 'countWindow' => 1, 'regionId' => '*'], ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'SubmitSolution'], ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ListUserIntentions'], ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ListUserSolutions'], ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'RejectUserSolution'], ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'QueryPartnerProduceList'], ['threshold' => '50', 'countWindow' => 1, 'regionId' => '*', 'api' => 'PutMeasureReadyFlag'], ['threshold' => '5', 'countWindow' => 1, 'regionId' => '*', 'api' => 'GenerateUploadFilePolicy'], ['threshold' => '50', 'countWindow' => 1, 'regionId' => '*', 'api' => 'GetAlipayUrl'], ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'RejectSolution'], ['threshold' => '50', 'countWindow' => 1, 'regionId' => '*', 'api' => 'QueryBagRemaining'], ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'CloseUserIntention'], ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'SubmitIntentionNote'], ['threshold' => '50', 'countWindow' => 1, 'regionId' => '*', 'api' => 'CreateBusinessOpportunity'], ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ListIntentionNote'], ], ], 'ram' => [ 'productCode' => 'CompanyReg', 'productName' => '备案服务', 'ramCodes' => ['companyreg'], 'ramLevel' => '操作级', 'ramConditions' => [], 'ramActions' => [ [ 'apiName' => 'CloseIntentionForPartner', 'description' => '服务商关闭需求', 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:CloseIntentionForPartner', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'SubmitSolution', 'description' => '提交方案', 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:SubmitSolution', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'BindProduceAuthorization', 'description' => '交付单绑定授权(批量)', 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:BindProduceAuthorization', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'OperateCallCenterForPartner', 'description' => '服务商玄坛外呼操作', 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:OperateCallCenterForPartner', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'TransferIntentionOwner', 'description' => '需求单转派小二', 'operationType' => 'update', 'ramAction' => [ 'action' => 'companyreg:TransferIntentionOwner', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'RecordPostBack', 'description' => '沟通记录回传至玄坛', 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:RecordPostBack', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'RejectUserSolution', 'description' => '用户驳回方案', 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:RejectUserSolution', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'ReleaseProduceAuthorization', 'description' => '交付单解绑授权 ', 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:ReleaseProduceAuthorization', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'QueryPartnerIntentionList', 'description' => '服务商查询需求单列表', 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:QueryPartnerIntentionList', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'ListProduceAuthorization', 'description' => '交付单授权记录列表 ', 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:ListProduceAuthorization', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'QueryUserNeedAuth', 'description' => '是否需要实名认证', 'operationType' => 'get', 'ramAction' => [ 'action' => 'companyreg:QueryUserNeedAuth', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'ListIntentionNote', 'description' => '查询需求小记', 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:ListIntentionNote', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'OperateProduceForPartner', 'description' => '服务商操作交付单', 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:OperateProduceForPartner', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'CreateProduceForPartner', 'description' => '服务商创建交付单', 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:CreateProduceForPartner', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'ListUserIntentions', 'description' => '查询用户需求单列表', 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:ListUserIntentions', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'LlmSmartCall', 'description' => '智能外呼', 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:LlmSmartCall', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'StartBackToBackCall', 'description' => '发起双呼', 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:StartBackToBackCall', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'PutMeasureData', 'description' => '推送计量数据', 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:PutMeasureData', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'ListUserDetailSolutions', 'description' => '用户查询方案详情', 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:ListUserDetailSolutions', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'TransferProduceOwner', 'description' => '服务单转派小二', 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:TransferProduceOwner', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'DescribePartnerConfig', 'description' => '查询服务商配置信息', 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:DescribePartnerConfig', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'QueryCallRecordList', 'description' => '查询玄坛外呼语音文件', 'operationType' => 'get', 'ramAction' => [ 'action' => 'companyreg:QueryCallRecordList', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'GetAlipayUrl', 'description' => '获取订单的支付宝支付链接', 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:GetAlipayUrl', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'QueryBagRemaining', 'description' => '查询资源包剩余量', 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:QueryBagRemaining', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'RecordCallCenterEventForPartner', 'description' => '服务商玄坛外呼呼叫中心事件回传', 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:RecordCallCenterEventForPartner', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'QueryAvailableNumbers', 'description' => '查询可用的外呼号码', 'operationType' => 'list', 'ramAction' => [ 'action' => 'companyreg:QueryAvailableNumbers', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'QueryInstance', 'description' => '查询凌霄订单实例', 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:QueryInstance', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'CreateBusinessOpportunity', 'description' => '新建商机', 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:CreateBusinessOpportunity', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'ListUserSolutions', 'description' => '查询方案列表', 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:ListUserSolutions', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'GenerateUploadFilePolicy', 'description' => '获取上传文件临时链接', 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:GenerateUploadFilePolicy', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'ListUserProduceOperateLogs', 'description' => '用户查询交付单操作日志', 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:ListUserProduceOperateLogs', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'PutMeasureReadyFlag', 'description' => '推送计量标记', 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:PutMeasureReadyFlag', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'QueryPartnerProduceList', 'description' => '服务商查询交付单列表', 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:QueryPartnerProduceList', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'SubmitIntentionForPartner', 'description' => '合作伙伴提交需求单', 'operationType' => 'create', 'ramAction' => [ 'action' => 'companyreg:SubmitIntentionForPartner', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'SubmitIntentionNote', 'description' => '提交需求小记', 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:SubmitIntentionNote', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'RejectSolution', 'description' => '驳回方案', 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:RejectSolution', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'CloseUserIntention', 'description' => '用户关闭需求', 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:CloseUserIntention', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], [ 'apiName' => 'ListUserIntentionNotes', 'description' => '用户查询需求小记', 'operationType' => 'none', 'ramAction' => [ 'action' => 'companyreg:ListUserIntentionNotes', 'authLevel' => 'operate', 'actionConditions' => [], 'resources' => [ ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => '全部资源', 'arn' => '*'], ], ], ], ], 'resourceTypes' => [], ], ];