病例列表增加了医生加密手机号查询,增加了剩余积分和是否还有福利的字段
This commit is contained in:
+3
-2
@@ -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 病例领取记录
|
||||
|
||||
Reference in New Issue
Block a user