GET api/Config/TencentCloud?appId={appId}&secretId={secretId}&secretKey={secretKey}&configType={configType}&localServiceUrl={localServiceUrl}

保存腾讯云配置

Request Information

URI Parameters

NameDescriptionTypeAdditional information
appId

string

Required

secretId

string

Required

secretKey

string

Required

configType

云服务/本地服务

ServiceType

Default value is 云服务

localServiceUrl

string

Default value is

Body Parameters

None.

Response Information

Resource Description

保存腾讯云配置

JsonRtnDtoOfBoolean
NameDescriptionTypeAdditional information
Msg

string

None.

State

RtnState

None.

Data

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "Msg": "sample string 1",
  "State": 100,
  "Data": true
}

text/html

Sample:
{"Msg":"sample string 1","State":100,"Data":true}

application/xml, text/xml

Sample:
<JsonRtnDtoOfboolean xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BJ.Services">
  <Data>true</Data>
  <Msg>sample string 1</Msg>
  <State>Display</State>
</JsonRtnDtoOfboolean>

text/javascript, application/javascript, application/json-p

Sample:
/**/ typeof  === 'function' && ({"Msg":"sample string 1","State":100,"Data":true});