处理问题
This commit is contained in:
8
unpackage/dist/dev/mp-weixin/api/index.js
vendored
8
unpackage/dist/dev/mp-weixin/api/index.js
vendored
@@ -102,6 +102,13 @@ function fetchDashboard(data) {
|
||||
method: "POST"
|
||||
});
|
||||
}
|
||||
function fetchUserInfo(data) {
|
||||
return api_request.request({
|
||||
url: "/index/userInfo",
|
||||
data,
|
||||
method: "POST"
|
||||
});
|
||||
}
|
||||
exports.fetchAddOrder = fetchAddOrder;
|
||||
exports.fetchAddTodo = fetchAddTodo;
|
||||
exports.fetchBooking = fetchBooking;
|
||||
@@ -117,4 +124,5 @@ exports.fetchRoomOrder = fetchRoomOrder;
|
||||
exports.fetchRooms = fetchRooms;
|
||||
exports.fetchTodoList = fetchTodoList;
|
||||
exports.fetchUnBooking = fetchUnBooking;
|
||||
exports.fetchUserInfo = fetchUserInfo;
|
||||
//# sourceMappingURL=../../.sourcemap/mp-weixin/api/index.js.map
|
||||
|
||||
Reference in New Issue
Block a user