curl -X POST \
-H "X-LC-Id: ------------" \
-H "X-LC-Key: -------------" \
-H "Content-Type: application/json" \
-d '{
"name": "hjiang",
"picture": {
"id": "543cbaede4b07db196f50f3c",
"__type": "File"
}
}' \
https://***.api.lncld.net/1.1/classes/Staff
请问应如何操作,使得我上传的文件能被关联到File类型的字段中,谢谢
另外:
"name": "hjiang", 指的是什么
https://***.api.lncld.net/1.1/classes/Staff 中的Staff是指表名吗?
-
创建时间
17年10月12日
-
最后回复
17年10月18日
-
1
回复
-
953
浏览
-
2
用户