Esempio n. 1
0
        bool checkSign(SortedDictionary <string, object> forms)
        {
            var config = new Config(ResturantFactory.ResturantListener.OnGetPlatformConfigXml(ResturantPlatformType.Baidu));

            forms["secret"] = config.Secret;
            return(BaiduHelper.CheckSign(forms, null));
        }
Esempio n. 2
0
        private void button1_Click(object sender, EventArgs e)
        {
            string str = BaiduHelper.ImageToWordByClipboard();

            textBox1.Text = str;
        }