购物平台 / OpenAPI / Add new team member information

Add new team member information

接口描述: According to information provided, add the information to the database.

HTTP/HTTPS
请求协议
GET/POST
请求方式
UTF-8
编码格式
JSON
返回格式

接口参数

参数名字类型是否必须默认值其他说明
access_token字符串可选访问令牌,仅当开启签名验证时需要传递,生成令牌可使用App.Auth.ApplyToken接口
name字符串可选-name
designation字符串可选-designation
position字符串可选-position
introduction字符串可选-introduction
imagefile可选-最大:10485760;范围:image/jpeg/image/png/image/jpg/image/bmp/application/octet-streamimage
competencies字符串可选-competencies
facebook字符串可选-facebook
twitter字符串可选-twitter
personalwebsite字符串可选-personalwebsite
linkedin字符串可选-linkedin
github字符串可选-github
googlescholar字符串可选-googlescholar
projecturl字符串可选-projecturl
researchtopic字符串可选-researchtopic
researchlink字符串可选-researchlink

返回字段

返回结果类型说明
ret整型状态码,200表示成功,4xx表示客户端非法请求,5xx表示服务器错误
data对象或混合类型业务数据,由各自接口指定,通常为对象
data.id整型
msg字符串提示信息,失败时的错误提示

在线测试   

参数是否必须
service 必须
access_token 可选
name 可选
designation 可选
position 可选
introduction 可选
image 可选
competencies 可选
facebook 可选
twitter 可选
personalwebsite 可选
linkedin 可选
github 可选
googlescholar 可选
projecturl 可选
researchtopic 可选
researchlink 可选

客户端请求示例

# 暂无示例,可添加示例文件:./src/view/docs/demos/App.Team.NewTeamMember.json

错误列表

错误状态码错误描述信息
400ret=400,客户端参数错误或非法请求
404表示接口服务不存在
406ret=406,access_token令牌校验不通过
407ret=407,app_key权限不足,或未知应用
408ret=408,当前用户禁止使用,或用户未登录
500表示服务端内部错误

本文档生成时间:2025-12-29 03:09:50