15 lines
266 B
Plaintext
15 lines
266 B
Plaintext
syntax = "v1"
|
|
|
|
info (
|
|
title: "渲染"// TODO: add title
|
|
desc: // TODO: add description
|
|
author: ""
|
|
email: ""
|
|
)
|
|
|
|
import "basic.api"
|
|
service render {
|
|
//获取面片信息
|
|
@handler GetFaceSliceHandler
|
|
post /api/render/get_face_slice(request) returns (response);
|
|
} |