|
|
@ -16,7 +16,7 @@ namespace JD.API.API.Controllers |
|
|
|
[Produces("application/json")] |
|
|
|
[Route("Api/[Controller]/[Action]")]
|
|
|
|
[ApiController] |
|
|
|
//[ServiceFilter(typeof(YunDingFilter))]
|
|
|
|
[ServiceFilter(typeof(YunDingFilter))] |
|
|
|
public class PlatformSDKController : ControllerBase |
|
|
|
{ |
|
|
|
private IEnumerable<PlatformSDKBusiness> platformSDKBusinessList; |
|
|
|