修改兑换商品管理

This commit is contained in:
lym
2026-03-13 00:35:44 +08:00
parent 92ced2aad2
commit be6ee77e38
44 changed files with 396 additions and 323 deletions

View File

@@ -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)