|
@@ -2,7 +2,7 @@ package http_model
|
|
|
|
|
|
type GetLocalTaskListRequest struct {
|
|
|
PageSize int `json:"page_size"`
|
|
|
- PageNum int `json:"page_num"`
|
|
|
+ PageNum int `json:"page"`
|
|
|
TalentFromList string `json:"talent_from_list"`
|
|
|
FeeFrom *int `json:"fee_from,omitempty"`
|
|
|
Type *int `json:"type,omitempty"` // 查询类型,1、2分别表示达人来源于公海(商家端),服务商
|