Showing
1 changed file
with
2 additions
and
2 deletions
@@ -12,12 +12,12 @@ import sys | @@ -12,12 +12,12 @@ import sys | ||
12 | 12 | ||
13 | def push_param_to_tencent_ccs(paraMap): | 13 | def push_param_to_tencent_ccs(paraMap): |
14 | print ("begin add common para ,the request para is %s" % paraMap) | 14 | print ("begin add common para ,the request para is %s" % paraMap) |
15 | - secretKey = 'ACJkH9mg0DBA1PYpf0E7f3g534wBsQaW' | 15 | + secretKey = 'kGXYKq8evxkI0VmpfGcjbEckdHgqlRr3' |
16 | getaction = 'GET' | 16 | getaction = 'GET' |
17 | url = 'ccs.api.qcloud.com/v2/index.php?' | 17 | url = 'ccs.api.qcloud.com/v2/index.php?' |
18 | paraMap["Nonce"] = str(random.randint(1000, 9999)) | 18 | paraMap["Nonce"] = str(random.randint(1000, 9999)) |
19 | paraMap["Region"] = "bj" | 19 | paraMap["Region"] = "bj" |
20 | - paraMap["SecretId"] = "AKID6dwpKadiQgbDpXDtyNhppIHPO5qPv5GK" | 20 | + paraMap["SecretId"] = "AKIDIMBl59hWpsgFYel7YljRu89wUmpchUYO" |
21 | paraMap["Timestamp"] = str("%.0f" % time.time()) | 21 | paraMap["Timestamp"] = str("%.0f" % time.time()) |
22 | listkey = sorted(paraMap.keys()) | 22 | listkey = sorted(paraMap.keys()) |
23 | request_string_buffer = "" | 23 | request_string_buffer = "" |
-
Please register or login to post a comment