我将用户重定向到一个页面,其中的智能支付按钮在URL中传递了订单id example.site?orderid=D23F34492211 但是,如果用户更改了URL,JavaScript将获取一个不存在的id。","description":"Specified resource ID does not exist.,"debug_id":"9d62d83a871b8","links":
我有一个控制器方法,它在数据库中创建具有增量自定义订单id (即ABC000005)的新订单。订单表具有以下字段NameDateTimevar lastOrder = _dbContext.Order.OrderByDescendingSome other code which takes around 2 seconds
var newOrderId = //Calculation to incre