推送远程分支前的排查和修复代码
This commit is contained in:
@@ -87,5 +87,9 @@ export async function payClose(props: {
|
||||
}
|
||||
|
||||
export async function getPrice(props: CreateResourceReq) {
|
||||
return callByDevice<{price: string}>('/api/resource/price', props)
|
||||
return callByDevice<{
|
||||
price: string
|
||||
discounted_price?: string
|
||||
discounted?: number
|
||||
}>('/api/resource/price', props)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user