fond-of-oryx/thirty-five-up-api

Spryker Thirty Five Up API 模块。

3.0.0 2023-02-07 12:50 UTC

This package is auto-updated.

Last update: 2024-08-27 12:37:12 UTC


README

license

它做什么

提供用于获取和修补ThirtyFiveUp订单的API端点

安装

composer require fond-of-oryx/thirty-five-up-api

src/Pyz/Zed/Api/ApiDependencyProvider.php 中注册插件

    protected function getApiResourcePluginCollection(): array
    {
        return [
            ...
            new ThirtyFiveUpApiResourcePlugin(),
        ];
    }
    protected function getApiValidatorPluginCollection(): array
    {
        return [
            ...
            new ThirtyFiveUpApiValidatorPlugin(),
        ];
    }