|
@ -1,4 +1,5 @@ |
|
|
using BBWY.Server.Business.Sync; |
|
|
using BBWY.Server.Business.Sync; |
|
|
|
|
|
using Microsoft.AspNetCore.Authorization; |
|
|
using Microsoft.AspNetCore.Http; |
|
|
using Microsoft.AspNetCore.Http; |
|
|
using Microsoft.AspNetCore.Mvc; |
|
|
using Microsoft.AspNetCore.Mvc; |
|
|
using Newtonsoft.Json.Linq; |
|
|
using Newtonsoft.Json.Linq; |
|
@ -15,6 +16,7 @@ namespace BBWY.Server.API.Controllers |
|
|
this.jdServiceOrderSyncBusiness = jdServiceOrderSyncBusiness; |
|
|
this.jdServiceOrderSyncBusiness = jdServiceOrderSyncBusiness; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[Consumes("application/x-www-form-urlencoded")] |
|
|
[Consumes("application/x-www-form-urlencoded")] |
|
|
[HttpPost] |
|
|
[HttpPost] |
|
|
public void ReceiveKuaiDi100Push([FromForm] string sign, [FromForm] string param) |
|
|
public void ReceiveKuaiDi100Push([FromForm] string sign, [FromForm] string param) |
|
|