模拟获取适用金率 无响应
This commit is contained in:
@@ -202,6 +202,7 @@ namespace YLErp.Web.Controllers
|
||||
public JsonResult GetApplicableMarginRate([FromBody]GetClientMarginDetailReq req)
|
||||
{
|
||||
var detail= YLErp.Modules.UnderlyingModule.UnderlyingHelper.GetApplicableMarginRate(req.clientId, req.underlyingCode, req.valueDate);
|
||||
Thread.Sleep(1000000000);
|
||||
return JsonSuccess("",detail);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user