update
This commit is contained in:
@@ -481,7 +481,7 @@ export function prescriptionOrderLogs(params: { id: number }) {
|
||||
}
|
||||
|
||||
/** 修改订单金额 */
|
||||
export function prescriptionOrderUpdateAmount(params: { id: number; amount_update: number }) {
|
||||
export function prescriptionOrderUpdateAmount(params: { id: number; amount: number }) {
|
||||
return request.post({ url: '/tcm.prescriptionOrder/updateAmount', params })
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user