-
Notifications
You must be signed in to change notification settings - Fork 38
/
config.yaml
90 lines (65 loc) · 1.94 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
# username: 您的的用户名(一般是手机号码)
username: "17710338875"
## password: 密码
#password: "guanyu666"
# date: 挂号日期,如填写latest自动挂最新一天
date: "2020-05-11"
# hospitalId: 医院id
hospitalId: "122"
# departmentId: 科室id
departmentId: "200001004"
# 关于如何获取 hospitalId 和 departmentId
# 1. 打开挂号页面
# 2. 假设地址栏中地址是 http://www.114yygh.com/dpt/appoint/162-200002248.htm
# 3. 其中 162 是 hospitalId
# 4. 其中 200002248 是 departmentId
# 需要挂早上的号请填写1 需要挂下午的号请填写2 上下午均可填写0
dutyCode: "0"
# patientName: 患者姓名
# 若是自己挂号可为空
patientName: "关宇"
# 就诊卡号
hospitalCardId: ""
# 医保卡号
medicareCardId: "232324198905056737"
# 保险类型
# 1:医保
# 10:自费
reimbursementType: "1"
# doctorName: 医生姓名
# 不填写的话默认选最好的医生
# 填写后若这个医生没有号,会自动选其余号中最好的医生
doctorName:
- "黄石玺"
# 指定医生
# false:默认不指定
# true:只挂指定医生的号
assign: "true"
#true:检索每天余票
remaining: "false"
#remaining=true时,默认检索工作日,周末:6,7
week: "1,2,3,4,5,6,7"
#挂号类型是否为儿童号
# 可选项为"true" 或者 "false"
children: "false"
#患儿名字 如果儿童挂号必须填写
childrenName: ""
#患儿证件号 如果儿童挂号必须填写
childrenIdNo: ""
#患儿证件 如果儿童挂号必须填写
#1:身份证
#2:其他
cidType: "1"
# chooseBest: 选择模式
# 不填写的默认从最好的医生开始选择
# 可选项为"yes" 或者 "no"
chooseBest: "yes"
# DebugLevel: 调试等级
# 支持的调试等级有 debug/info/warning/error/critical
DebugLevel: "debug"
#使用ios短信和mac电脑接收验证码
# 可选项为"true" 或者 "false"
useIMessage: "true"
# 是否使用 QPython3.6 运行本脚本
# 可选项为"true" 或者 "false"
useQPython3: "false"