fix
This commit is contained in:
parent
f3eea7f664
commit
42314b9807
19
server_api/inventory.api
Normal file
19
server_api/inventory.api
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
syntax = "v1"
|
||||||
|
|
||||||
|
info (
|
||||||
|
title: "云仓服务"// TODO: add title
|
||||||
|
desc: // TODO: add description
|
||||||
|
author: "daming"
|
||||||
|
email: ""
|
||||||
|
)
|
||||||
|
import "basic.api"
|
||||||
|
|
||||||
|
service canteen {
|
||||||
|
//提取云仓货物
|
||||||
|
@handler TakeHandler
|
||||||
|
post /inventory/take(TakeReq) returns (response);
|
||||||
|
}
|
||||||
|
//提取云仓货物
|
||||||
|
type TakeReq{
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user