Businese.CalcDAL.CalcPrize
| Name | Type | Description |
|---|---|---|
| Year | Int32 | 年度 |
| Month | Int32 | 期间 |
| OnProcess | Action<Int32, Int32, String> | 进度监控 |
{
"jsonrpc": "2.0",
"method": "Businese.CalcDAL.CalcPrize",
"params": {
"Year" : 1 /*年度 [Int32]*/,
"Month" : 1 /*期间 [Int32]*/,
"OnProcess" : null /*进度监控 [Action<Int32, Int32, String>]*/
},
"id": 1,
"tags": {
"usertoken": "",
"sessionid": ""
}
}
{
"jsonrpc": "2.0",
"result": null,
"error": null,
"id": 1
}