POST MyFaceApi?userid={userid}&filePath={filePath}

“Post”的文档。

Request Information

Parameters

NameDescriptionAdditional information
userid
“userid”的文档。

Define this parameter in the request URI.

filePath
“filePath”的文档。

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Code": 1,
  "Msg": "sample string 2"
}