修改视频
This commit is contained in:
parent
aef7cf87a4
commit
fc10d75c6f
19
api/pagesB/solution/solution.js
Normal file
19
api/pagesB/solution/solution.js
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
import request from "@/api/request.js"
|
||||||
|
export function getUserSig(userId) {
|
||||||
|
return request({
|
||||||
|
url: '/nurseApplet/consultation/getUserSig/'+userId,
|
||||||
|
method: 'get',
|
||||||
|
header: {
|
||||||
|
region: uni.getStorageSync('region'),
|
||||||
|
},
|
||||||
|
})
|
||||||
|
}
|
||||||
|
export function getRoomId(goodsOrderId) {
|
||||||
|
return request({
|
||||||
|
url: '/nurseApplet/consultation/getRoomId/'+goodsOrderId,
|
||||||
|
method: 'get',
|
||||||
|
header: {
|
||||||
|
region: uni.getStorageSync('region'),
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user