mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-12 07:02:14 +08:00
4.2.7
This commit is contained in:
@@ -90,6 +90,7 @@ impl OpenClient {
|
||||
let mut all_params = HashMap::new();
|
||||
all_params.insert("app_id", self.app_id.to_string());
|
||||
all_params.insert("method", method.to_string());
|
||||
all_params.insert("sign_type", "RSA2".to_string());
|
||||
all_params.insert("charset", "UTF-8".to_string());
|
||||
all_params.insert("timestamp", Local::now().format("%Y-%m-%d %H:%M:%S").to_string());
|
||||
all_params.insert("version", version.to_string());
|
||||
|
Reference in New Issue
Block a user