123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- using Cache;
- using Cache.Cache;
- using Common;
- using KJH55128_Rec.Business;
- using KJH55128_Rec.Business.Test;
- using KJH55128_Rec.Business.TrendChart;
- using KJH55128_Rec.Util;
- using Models;
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Web;
- using System.Web.Mvc;
- namespace KJH55128_Rec.Controllers
- {
- public class TestController : Controller
- {
-
- public ActionResult Index()
- {
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- var tmpdata=TrendChartCache.GetTrendChart((int)EnumZXTid.走势图, (int)EnumZXCid.QG_FC3D);
- var tmpdata2= TrendChastApiBLL.GetTrendChartChache( (int)EnumZXCid.QG_FC3D,(int)EnumZXTid.走势图);
-
-
- return View();
- }
- }
- }
|