接口格式

接口格式说明


调用易云章接口时,需使用HTTPS协议、x-www-form-data数据格式、UTF8编码,

生产环境访问域名为:https://api.ecloudsign.cn/

沙箱环境访问域名为:https://testapi.ecloudsign.cn/


POST请求请在HTTP Header中设置 Content-Type:application/x-www-form-data。
接口请求参数类型:query、header、body

示例如下:

curl -X POST \
  'https://api.ecloudsign.cn/ecs/xxx/xxxxx' \  -H 'cache-control: no-cache' \
  -H 'content-type: application/x-www-form-data' \
  -H 'header: xxxxxxxxxx' \

  -d body=json