Esempio n. 1
0
 private static string GetSign(string sk, string ts) => WebExt.GetMD5(sk + ts);
Esempio n. 2
0
 private static string GetSign(string sk, string ts)
 {
     return(WebExt.GetMD5(sk + ts));
 }