模型訓練

This commit is contained in:
2023-05-28 00:44:13 +08:00
parent 0966a3c83e
commit ed7e09e736
5 changed files with 92 additions and 54 deletions

View File

@@ -12,7 +12,7 @@ import (
"github.com/gorilla/mux"
)
// 獲取用戶列表
// 用戶列表
func UsersGet(w http.ResponseWriter, r *http.Request) {
var listview models.ListView
listview.Page = utils.ParamInt(r.URL.Query().Get("page"), 1)