2023-06-29 10:04:59 +00:00
|
|
|
syntax = "v1"
|
|
|
|
|
|
|
|
info (
|
|
|
|
title: "渲染"// TODO: add title
|
|
|
|
desc: // TODO: add description
|
|
|
|
author: ""
|
|
|
|
email: ""
|
|
|
|
)
|
|
|
|
|
|
|
|
import "basic.api"
|
|
|
|
service render {
|
2023-08-07 09:19:55 +00:00
|
|
|
//获取面片信息
|
|
|
|
@handler GetFaceSliceHandler
|
|
|
|
post /api/render/get_face_slice(request) returns (response);
|
2023-06-29 10:04:59 +00:00
|
|
|
}
|