Commit 3d393d20 by zhengxiao

fix: doctorId modify

parent 7112ddde
...@@ -68,7 +68,7 @@ export class Payment { ...@@ -68,7 +68,7 @@ export class Payment {
try { try {
const res:any = await requestForJava.get<Record<string, string>, DefaultResponse>(GET_EXCLUDE_PAYTYPE, { const res:any = await requestForJava.get<Record<string, string>, DefaultResponse>(GET_EXCLUDE_PAYTYPE, {
params: { params: {
doctorUid:doctorId, doctorId,
orderId orderId
} }
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment