增加发布协议确认配置
This commit is contained in:
@@ -32,6 +32,11 @@ type OrderAgreementsDTO struct {
|
||||
RenterAgreement AgreementContentDTO `json:"renter_agreement"`
|
||||
}
|
||||
|
||||
type ListingPublishAgreementsDTO struct {
|
||||
VirtualAssetSale AgreementContentDTO `json:"virtual_asset_sale"`
|
||||
SellerAgreement AgreementContentDTO `json:"seller_agreement"`
|
||||
}
|
||||
|
||||
type PostRentalNoticeDTO struct {
|
||||
Title string `json:"title"`
|
||||
Content string `json:"content"`
|
||||
|
||||
Reference in New Issue
Block a user