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