病例列表增加了医生加密手机号查询,增加了剩余积分和是否还有福利的字段

This commit is contained in:
2025-07-03 09:13:30 +08:00
parent f54e6a337b
commit dd2530e819
5 changed files with 82 additions and 8 deletions
+3 -2
View File
@@ -14,8 +14,9 @@ type GetResProjectList struct {
// GetResCaseList 获取列表
type GetResCaseList struct {
PlatformId int64 `json:"platform_id" form:"platform_id" label:"平台id"`
Keyword string `json:"keyword" form:"keyword" label:"关键词"`
PlatformId int64 `json:"platform_id" form:"platform_id" label:"平台id"`
Keyword string `json:"keyword" form:"keyword" label:"关键词"`
MobileEncryption string `json:"mobile_encryption" form:"mobile_encryption" label:"用户手机号-加密"`
}
// GetResCaseRecordList 病例领取记录