|
|
|
|
221
|
dept := respJSON["dept"].(string)
|
221
|
dept := respJSON["dept"].(string)
|
222
|
dept_code := respJSON["dept_code"].(string)
|
222
|
dept_code := respJSON["dept_code"].(string)
|
223
|
doctor_code := respJSON["doctor_code"].(float64)
|
223
|
doctor_code := respJSON["doctor_code"].(float64)
|
|
|
224
|
+ fmt.Println("@@@@@@")
|
|
|
225
|
+
|
|
|
226
|
+ fmt.Println(doctor_code)
|
224
|
doctor_name := respJSON["doctor_name"].(string)
|
227
|
doctor_name := respJSON["doctor_name"].(string)
|
225
|
opertor := respJSON["opertor"].(string)
|
228
|
opertor := respJSON["opertor"].(string)
|
226
|
|
229
|
|