|
@ -17,7 +17,7 @@ namespace BBWY.Server.API.Controllers |
|
|
|
|
|
|
|
|
[Consumes("application/x-www-form-urlencoded")] |
|
|
[Consumes("application/x-www-form-urlencoded")] |
|
|
[HttpPost] |
|
|
[HttpPost] |
|
|
public void ReceiveKuaiDi100Push(string sign, string param) |
|
|
public void ReceiveKuaiDi100Push([FromForm] string sign, [FromForm] string param) |
|
|
{ |
|
|
{ |
|
|
jdServiceOrderSyncBusiness.ReceiveKuaiDi100Push(param); |
|
|
jdServiceOrderSyncBusiness.ReceiveKuaiDi100Push(param); |
|
|
} |
|
|
} |
|
|