Commit 588a6ac0 authored by 黄奎's avatar 黄奎

页面修改

parent cefeb3fa
......@@ -787,5 +787,22 @@ namespace Mall.WebApi.Controllers.MallBase
var obj = productModule.GetAppletGoodsShareInfo(goodsId, RequestParm.UserId, path, (miniProgram?.MallBaseId ?? 0), IsOpenSchool: IsOpenSchool);
return ApiResult.Success(data: obj);
}
/// <summary>
/// 获取用户信息
/// </summary>
/// <returns></returns>
[HttpGet]
[HttpPost]
[AllowAnonymous]
[RateValve(Policy = Policy.Ip, Limit = 10, Duration = 60)]
public ApiResult CreateQrCode()
{
string path = "/pages/index/index?page_id=2651";
int width = 430;
int mallBaseId = 17;
string filePath = productModule.GetWeiXinQRCode(path, width, mallBaseId);
return ApiResult.Success(data: filePath);
}
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment