mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-21 02:57:54 +08:00
refactor: 调整为sqlsugar模式
This commit is contained in:
@@ -68,7 +68,7 @@ namespace OpenAuth.WebApi.Controllers
|
||||
/// <param name="obj"></param>
|
||||
/// <returns></returns>
|
||||
[HttpPost]
|
||||
public Response Update(AddOrUpdateOpenJobReq obj)
|
||||
public Response Update([FromBody]AddOrUpdateOpenJobReq obj)
|
||||
{
|
||||
var result = new Response();
|
||||
try
|
||||
|
Reference in New Issue
Block a user