修改兑换商品管理
This commit is contained in:
@@ -177,6 +177,7 @@ namespace Mtxfw.VipSite.api
|
||||
|
||||
private void user_sign_info(HttpContext context)
|
||||
{
|
||||
return;
|
||||
context.Response.ContentType = "application/json";
|
||||
int userId = Utils.StrToInt(DTRequest.GetFormString("userId").Trim(), 0);
|
||||
if (userId == 0)
|
||||
|
||||
Reference in New Issue
Block a user