Skip to content

Commit 05a1c0e

Browse files
committed
发布
1 parent 2204c63 commit 05a1c0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

LiveCodeDisplayA/Controllers/HomeController.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ public ActionResult Index(string activityId, string userId, string ownerUserId,
4949
ViewBag.userId = userId;
5050
ViewBag.ownerUserId = ownerUserId;
5151
ViewBag.publicityId = publicityId;
52-
//var openId = Request.Cookies[OpenIdCookiesKey];
53-
var openId =new HttpCookie("aa","cccc");
52+
var openId = Request.Cookies[OpenIdCookiesKey];
53+
//var openId =new HttpCookie("aa","cccc");
5454
if (openId != null)
5555
{
5656
ViewBag.openid = openId.Value;

0 commit comments

Comments
 (0)