StephenArk30 6 éve
szülő
commit
da3715ba4a
1 módosított fájl, 12 hozzáadás és 2 törlés
  1. 12 2
      sourcecode/h5app/vue/src/resource list.md

+ 12 - 2
sourcecode/h5app/vue/src/resource list.md

@@ -33,7 +33,7 @@ user: {
 
 ## present register
 
-### post:
+### get(编辑,从detail页面过来) / post:
 ```js
 present: {
     gender: int,
@@ -68,6 +68,16 @@ presents: [
 ### get?presentId=xx
 ```js
 present: {
-    
+    dormitory: int,
+    wechat: string,
+    comment: string,
+    recieved_present_id: int, // 查收到的礼物
+}
+recievedPresent: {
+    photo: object,
+    desc: string,
+    dormitory: int,
+    wechat: string,
+    comment: string,
 }
 ```