diff options
Diffstat (limited to 'data/goodstech')
| -rw-r--r-- | data/goodstech/2019-12-30/api-docs.php | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/data/goodstech/2019-12-30/api-docs.php b/data/goodstech/2019-12-30/api-docs.php new file mode 100644 index 0000000..a745004 --- /dev/null +++ b/data/goodstech/2019-12-30/api-docs.php @@ -0,0 +1,45 @@ +<?php return [ + 'version' => '1.0', + 'info' => [ + 'style' => 'RPC', + 'product' => 'goodstech', + 'version' => '2019-12-30', + ], + 'components' => [ + 'schemas' => [], + ], + 'apis' => [ + 'ClassifyCommodity' => [ + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'ImageURL', + 'in' => 'query', + 'schema' => [ + 'type' => 'string', + 'required' => true, + ], + ], + ], + ], + ], + 'endpoints' => [ + [ + 'regionId' => 'cn-shanghai', + 'endpoint' => 'goodstech.cn-shanghai.aliyuncs.com', + ], + ], +]; |
