Skip to content

Commit

Permalink
👋 my geek time
Browse files Browse the repository at this point in the history
  • Loading branch information
zkep committed Dec 28, 2024
1 parent a3df785 commit 391bf1c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
3 changes: 1 addition & 2 deletions cmd/cli/data.go
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,7 @@ type Option struct {
var (
ProductTypes = []Option{
{"体系课", 1},
{"公开课", 4},
{"线下大会", 5},
//{"公开课", 4},
}

ProductForms = []Option{
Expand Down
12 changes: 11 additions & 1 deletion web/pages/pvip.json
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,17 @@
},
"api": {
"method": "get",
"url": "/v2/product/pvip/list"
"url": "/v2/product/pvip/list",
"data": {
"perPage": 20,
"page": "$page",
"sort": "$sort",
"direction": "$direction",
"product_type": "$product_type",
"product_form": "$product_form",
"tag": "${ product_type===5 ? 0 : tag }",
"with_articles": true
}
},
"autoFillHeight": false,
"defaultParams": {
Expand Down

0 comments on commit 391bf1c

Please sign in to comment.