|
|
@@ -1849,6 +1849,23 @@ definitions:
|
|
|
- ordertime
|
|
|
- trademode
|
|
|
type: object
|
|
|
+ models.Messageboard:
|
|
|
+ properties:
|
|
|
+ createtime:
|
|
|
+ description: 创建时间
|
|
|
+ type: string
|
|
|
+ message:
|
|
|
+ description: 留言信息
|
|
|
+ type: string
|
|
|
+ messageboardid:
|
|
|
+ description: 留言簿ID(SEQ_MessageBoard)
|
|
|
+ type: integer
|
|
|
+ userid:
|
|
|
+ description: 用户ID
|
|
|
+ type: integer
|
|
|
+ required:
|
|
|
+ - messageboardid
|
|
|
+ type: object
|
|
|
models.OperationPrimaryMenu:
|
|
|
properties:
|
|
|
Children:
|
|
|
@@ -2058,6 +2075,14 @@ definitions:
|
|
|
required:
|
|
|
- autoid
|
|
|
type: object
|
|
|
+ models.Userfavoritegoods:
|
|
|
+ properties:
|
|
|
+ goodsid:
|
|
|
+ description: 商品ID
|
|
|
+ type: integer
|
|
|
+ required:
|
|
|
+ - goodsid
|
|
|
+ type: object
|
|
|
models.Userinfo:
|
|
|
properties:
|
|
|
address:
|
|
|
@@ -4922,7 +4947,7 @@ paths:
|
|
|
"200":
|
|
|
description: OK
|
|
|
schema:
|
|
|
- type: bool
|
|
|
+ $ref: '#/definitions/app.Response'
|
|
|
"500":
|
|
|
description: Internal Server Error
|
|
|
schema:
|
|
|
@@ -4946,7 +4971,7 @@ paths:
|
|
|
"200":
|
|
|
description: OK
|
|
|
schema:
|
|
|
- type: bool
|
|
|
+ $ref: '#/definitions/models.Messageboard'
|
|
|
"500":
|
|
|
description: Internal Server Error
|
|
|
schema:
|
|
|
@@ -4970,7 +4995,7 @@ paths:
|
|
|
"200":
|
|
|
description: OK
|
|
|
schema:
|
|
|
- type: bool
|
|
|
+ $ref: '#/definitions/models.Userfavoritegoods'
|
|
|
"500":
|
|
|
description: Internal Server Error
|
|
|
schema:
|