Esempio n. 1
0
        /// <summary>
        /// 签章相关API
        /// </summary>
        /// <param name="client"></param>
        static void checkSign(SignClient client)
        {
            SignTest test = new SignTest(client);

            test.runAllTest();
        }