Esempio n. 1
0
        public static string getSign()
        {
            OrderReq op = new OrderReq();

            op.spbill_create_ip = "192.168.111";
            op.notify_url       = "http://";
            op.out_trade_no     = "aaa";
            op.total_fee        = 33;
            op.openid           = "asdfasdf";
            op.appid            = "xxxxxxx";

            return(WeiXinUtils.getSign(op, "abcd3dafasdfadf"));
        }