24 lines
601 B
YAML
24 lines
601 B
YAML
|
|
basePath: /
|
||
|
|
host: s1.xintijiao.com
|
||
|
|
info:
|
||
|
|
contact:
|
||
|
|
email: ysg@myschools.me
|
||
|
|
name: suguo.yao
|
||
|
|
url: https://myschools.me/suguo/snippet
|
||
|
|
description: 宁波团队提供技术支持
|
||
|
|
termsOfService: https://myschools.me/
|
||
|
|
title: 浙大城院产业互联-GIN标准结构
|
||
|
|
version: "1.0"
|
||
|
|
paths: {}
|
||
|
|
securityDefinitions:
|
||
|
|
BasicAuth:
|
||
|
|
type: basic
|
||
|
|
OAuth2Application:
|
||
|
|
flow: application
|
||
|
|
scopes:
|
||
|
|
admin: ' Grants read and write access to administrative information'
|
||
|
|
write: ' Grants write access'
|
||
|
|
tokenUrl: https://example.com/oauth/token
|
||
|
|
type: oauth2
|
||
|
|
swagger: "2.0"
|