摘要: import os, sys import hashlib import hmac import base64 import urllib import time import uuid import requests def get_iso8601_time(): '''返回iso8601格式的时 阅读全文
posted @ 2020-05-17 19:11 pwcc 阅读(1116) 评论(0) 推荐(0)
摘要: 腾讯云API途径: 1,通过API文档 2,通过SDK 3,通过CLI 签名流程:1,申请安全凭证2,生成签名串 2-1,参数排序 2-2,拼接请求字符串 2-3,拼接签名与原文字符串 2-4,生成签名串3,签名串编码 1,申请安全凭证 登陆到api密钥控制台,创建SecretId/SecretKe 阅读全文
posted @ 2020-05-17 11:51 pwcc 阅读(3232) 评论(0) 推荐(0)