f
This commit is contained in:
19
app/main/api/desc/front/tianyuan.api
Normal file
19
app/main/api/desc/front/tianyuan.api
Normal file
@@ -0,0 +1,19 @@
|
||||
syntax = "v1"
|
||||
|
||||
info (
|
||||
title: "天远异步回调"
|
||||
desc: "天远车辆类接口异步回调入口"
|
||||
version: "v1"
|
||||
)
|
||||
|
||||
// 该服务只提供第三方回调入口,不依赖登录态
|
||||
@server (
|
||||
prefix: api/v1
|
||||
group: tianyuan
|
||||
)
|
||||
service main {
|
||||
@doc "天远车辆类接口异步回调"
|
||||
@handler vehicleCallback
|
||||
post /tianyuan/vehicle/callback
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user