pub fn signature(
app_key_config: &AppKeyConfig,
method: &str,
path: &str,
query: &str,
header: Vec<(String, String)>,
) -> TardisResult<Vec<(String, String)>>Expand description
Generate signature
Generate a signature for the request and return the request header with the signature