瀏覽代碼

condition tags

0x4a52466c696e74 4 月之前
父節點
當前提交
f3f32d6cfe
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      orders.go

+ 2 - 2
orders.go

@@ -1,6 +1,6 @@
 package rest
 
 type Order struct {
-	Name  string
-	IsAsc bool
+	Name  string `json:"Name"`
+	IsAsc bool   `json:"IsAsc"`
 }