Finish the crawl method.

This commit is contained in:
zicla
2018-07-23 21:29:50 +08:00
parent a7f2d852af
commit c1519c11ae
3 changed files with 126 additions and 6 deletions

View File

@ -1,5 +1,9 @@
package rest
/**
* 文件。alien表示是否是应用内使用的文件比如说蓝眼云盘的头像alien = true 这种文件在上传时不需要指定存放目录,会统一放在同一个文件夹下。
*/
type Matter struct {
Base
Puuid string `json:"puuid"`