Compare commits
10 Commits
23d6b5d848
...
96d153ac6d
| Author | SHA1 | Date | |
|---|---|---|---|
| 96d153ac6d | |||
|
|
6bcbdbe892 | ||
|
|
041d2a8b91 | ||
|
|
e9cea6e194 | ||
|
|
a7cfd63dc3 | ||
|
|
bdd78601de | ||
|
|
dbd2d70005 | ||
|
|
4913dfd52c | ||
|
|
4810dc79e3 | ||
| a7a251c1f3 |
@@ -1,2 +1,3 @@
|
||||
VITE_APP_NAME=云芯威BMS
|
||||
apiUrl=http://127.0.0.1:8081/api
|
||||
# apiUrl=https://yxw.wsdns.cn/api
|
||||
apiUrl=http://127.0.0.1:9090/api
|
||||
@@ -1,2 +1,2 @@
|
||||
VITE_APP_NAME=云芯威BMS
|
||||
VITE_API_URL=https://yxw.wsdns.cn/api
|
||||
VITE_API_URL=https://yxw-api.websoft.top/api
|
||||
|
||||
1
.gitignore
vendored
Executable file → Normal file
1
.gitignore
vendored
Executable file → Normal file
@@ -1,3 +1,4 @@
|
||||
/unpackage
|
||||
/node_modules
|
||||
/utils/request-1.js
|
||||
/node_modules/
|
||||
|
||||
0
.hbuilderx/launch.json
Executable file → Normal file
0
.hbuilderx/launch.json
Executable file → Normal file
6
.idea/.gitignore
generated
vendored
Normal file
6
.idea/.gitignore
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
# Default ignored files
|
||||
/shelf/
|
||||
/workspace.xml
|
||||
# Datasource local storage ignored files
|
||||
/dataSources/
|
||||
/dataSources.local.xml
|
||||
0
androidPrivacy.json
Executable file → Normal file
0
androidPrivacy.json
Executable file → Normal file
0
api/address.js
Executable file → Normal file
0
api/address.js
Executable file → Normal file
0
api/article/category.js
Executable file → Normal file
0
api/article/category.js
Executable file → Normal file
0
api/article/index.js
Executable file → Normal file
0
api/article/index.js
Executable file → Normal file
0
api/balance.js
Executable file → Normal file
0
api/balance.js
Executable file → Normal file
0
api/balance/log.js
Executable file → Normal file
0
api/balance/log.js
Executable file → Normal file
0
api/bargain/active.js
Executable file → Normal file
0
api/bargain/active.js
Executable file → Normal file
0
api/bargain/checkout.js
Executable file → Normal file
0
api/bargain/checkout.js
Executable file → Normal file
0
api/bargain/task.js
Executable file → Normal file
0
api/bargain/task.js
Executable file → Normal file
0
api/captcha.js
Executable file → Normal file
0
api/captcha.js
Executable file → Normal file
0
api/cart.js
Executable file → Normal file
0
api/cart.js
Executable file → Normal file
0
api/cashier/index.js
Executable file → Normal file
0
api/cashier/index.js
Executable file → Normal file
0
api/category/index.js
Executable file → Normal file
0
api/category/index.js
Executable file → Normal file
0
api/checkout.js
Executable file → Normal file
0
api/checkout.js
Executable file → Normal file
0
api/comment.js
Executable file → Normal file
0
api/comment.js
Executable file → Normal file
0
api/coupon.js
Executable file → Normal file
0
api/coupon.js
Executable file → Normal file
0
api/dealer/apply.js
Executable file → Normal file
0
api/dealer/apply.js
Executable file → Normal file
0
api/dealer/index.js
Executable file → Normal file
0
api/dealer/index.js
Executable file → Normal file
0
api/dealer/order.js
Executable file → Normal file
0
api/dealer/order.js
Executable file → Normal file
0
api/dealer/poster.js
Executable file → Normal file
0
api/dealer/poster.js
Executable file → Normal file
0
api/dealer/setting.js
Executable file → Normal file
0
api/dealer/setting.js
Executable file → Normal file
0
api/dealer/team.js
Executable file → Normal file
0
api/dealer/team.js
Executable file → Normal file
0
api/dealer/withdraw.js
Executable file → Normal file
0
api/dealer/withdraw.js
Executable file → Normal file
0
api/express.js
Executable file → Normal file
0
api/express.js
Executable file → Normal file
0
api/goods/index.js
Executable file → Normal file
0
api/goods/index.js
Executable file → Normal file
0
api/goods/service.js
Executable file → Normal file
0
api/goods/service.js
Executable file → Normal file
0
api/groupon/checkout.js
Executable file → Normal file
0
api/groupon/checkout.js
Executable file → Normal file
0
api/groupon/goods.js
Executable file → Normal file
0
api/groupon/goods.js
Executable file → Normal file
0
api/groupon/setting.js
Executable file → Normal file
0
api/groupon/setting.js
Executable file → Normal file
0
api/groupon/task.js
Executable file → Normal file
0
api/groupon/task.js
Executable file → Normal file
0
api/help.js
Executable file → Normal file
0
api/help.js
Executable file → Normal file
0
api/live/room.js
Executable file → Normal file
0
api/live/room.js
Executable file → Normal file
0
api/login/index.js
Executable file → Normal file
0
api/login/index.js
Executable file → Normal file
0
api/myCoupon.js
Executable file → Normal file
0
api/myCoupon.js
Executable file → Normal file
11
api/order.js
Executable file → Normal file
11
api/order.js
Executable file → Normal file
@@ -9,7 +9,8 @@ const api = {
|
||||
cancel: 'order/cancel',
|
||||
extractQrcode: 'order/extractQrcode',
|
||||
receipt: '/open/equipment/receipt',
|
||||
pay: 'order/pay'
|
||||
pay: 'order/pay',
|
||||
updateOrderNo: '/shop/order-pay/change-order-no',
|
||||
}
|
||||
|
||||
// 当前用户待处理的订单数量
|
||||
@@ -46,3 +47,11 @@ export function receipt(data) {
|
||||
export function extractQrcode(orderId, param) {
|
||||
return request.get(api.extractQrcode, { orderId, ...param })
|
||||
}
|
||||
|
||||
|
||||
// 核销二维码
|
||||
export function updateOrderNo() {
|
||||
return request.get(api.updateOrderNo)
|
||||
}
|
||||
|
||||
|
||||
|
||||
0
api/order/comment.js
Executable file → Normal file
0
api/order/comment.js
Executable file → Normal file
0
api/page.js
Executable file → Normal file
0
api/page.js
Executable file → Normal file
0
api/points/log.js
Executable file → Normal file
0
api/points/log.js
Executable file → Normal file
0
api/recharge.js
Executable file → Normal file
0
api/recharge.js
Executable file → Normal file
0
api/recharge/order.js
Executable file → Normal file
0
api/recharge/order.js
Executable file → Normal file
0
api/recharge/plan.js
Executable file → Normal file
0
api/recharge/plan.js
Executable file → Normal file
0
api/refund.js
Executable file → Normal file
0
api/refund.js
Executable file → Normal file
0
api/region.js
Executable file → Normal file
0
api/region.js
Executable file → Normal file
0
api/setting.js
Executable file → Normal file
0
api/setting.js
Executable file → Normal file
0
api/sharp/checkout.js
Executable file → Normal file
0
api/sharp/checkout.js
Executable file → Normal file
0
api/sharp/goods.js
Executable file → Normal file
0
api/sharp/goods.js
Executable file → Normal file
0
api/sharp/home.js
Executable file → Normal file
0
api/sharp/home.js
Executable file → Normal file
0
api/shop.js
Executable file → Normal file
0
api/shop.js
Executable file → Normal file
0
api/shop/order.js
Executable file → Normal file
0
api/shop/order.js
Executable file → Normal file
0
api/upload.js
Executable file → Normal file
0
api/upload.js
Executable file → Normal file
0
api/user.js
Executable file → Normal file
0
api/user.js
Executable file → Normal file
0
api/user/coupon.js
Executable file → Normal file
0
api/user/coupon.js
Executable file → Normal file
0
api/wxofficial.js
Executable file → Normal file
0
api/wxofficial.js
Executable file → Normal file
0
common/constant/index.js
Executable file → Normal file
0
common/constant/index.js
Executable file → Normal file
0
common/constant/paginate.js
Executable file → Normal file
0
common/constant/paginate.js
Executable file → Normal file
0
common/enum/Client.js
Executable file → Normal file
0
common/enum/Client.js
Executable file → Normal file
0
common/enum/coupon/ApplyRange.js
Executable file → Normal file
0
common/enum/coupon/ApplyRange.js
Executable file → Normal file
0
common/enum/coupon/CouponType.js
Executable file → Normal file
0
common/enum/coupon/CouponType.js
Executable file → Normal file
0
common/enum/coupon/ExpireType.js
Executable file → Normal file
0
common/enum/coupon/ExpireType.js
Executable file → Normal file
0
common/enum/coupon/index.js
Executable file → Normal file
0
common/enum/coupon/index.js
Executable file → Normal file
0
common/enum/dealer/apply/ApplyStatus.js
Executable file → Normal file
0
common/enum/dealer/apply/ApplyStatus.js
Executable file → Normal file
0
common/enum/dealer/apply/ApplyType.js
Executable file → Normal file
0
common/enum/dealer/apply/ApplyType.js
Executable file → Normal file
0
common/enum/dealer/apply/index.js
Executable file → Normal file
0
common/enum/dealer/apply/index.js
Executable file → Normal file
0
common/enum/dealer/withdraw/ApplyStatus.js
Executable file → Normal file
0
common/enum/dealer/withdraw/ApplyStatus.js
Executable file → Normal file
0
common/enum/dealer/withdraw/PayType.js
Executable file → Normal file
0
common/enum/dealer/withdraw/PayType.js
Executable file → Normal file
0
common/enum/dealer/withdraw/index.js
Executable file → Normal file
0
common/enum/dealer/withdraw/index.js
Executable file → Normal file
0
common/enum/enum.js
Executable file → Normal file
0
common/enum/enum.js
Executable file → Normal file
0
common/enum/goods/GoodsType.js
Executable file → Normal file
0
common/enum/goods/GoodsType.js
Executable file → Normal file
0
common/enum/goods/SpecType.js
Executable file → Normal file
0
common/enum/goods/SpecType.js
Executable file → Normal file
0
common/enum/goods/index.js
Executable file → Normal file
0
common/enum/goods/index.js
Executable file → Normal file
0
common/enum/groupon/ActiveStatus.js
Executable file → Normal file
0
common/enum/groupon/ActiveStatus.js
Executable file → Normal file
0
common/enum/groupon/ActiveType.js
Executable file → Normal file
0
common/enum/groupon/ActiveType.js
Executable file → Normal file
0
common/enum/groupon/GoodsStatus.js
Executable file → Normal file
0
common/enum/groupon/GoodsStatus.js
Executable file → Normal file
0
common/enum/groupon/TaskStatus.js
Executable file → Normal file
0
common/enum/groupon/TaskStatus.js
Executable file → Normal file
0
common/enum/groupon/index.js
Executable file → Normal file
0
common/enum/groupon/index.js
Executable file → Normal file
0
common/enum/live/LiveStatus.js
Executable file → Normal file
0
common/enum/live/LiveStatus.js
Executable file → Normal file
0
common/enum/live/index.js
Executable file → Normal file
0
common/enum/live/index.js
Executable file → Normal file
0
common/enum/order/DeliveryStatus.js
Executable file → Normal file
0
common/enum/order/DeliveryStatus.js
Executable file → Normal file
0
common/enum/order/DeliveryType.js
Executable file → Normal file
0
common/enum/order/DeliveryType.js
Executable file → Normal file
0
common/enum/order/OrderSource.js
Executable file → Normal file
0
common/enum/order/OrderSource.js
Executable file → Normal file
0
common/enum/order/OrderStatus.js
Executable file → Normal file
0
common/enum/order/OrderStatus.js
Executable file → Normal file
0
common/enum/order/OrderType.js
Executable file → Normal file
0
common/enum/order/OrderType.js
Executable file → Normal file
0
common/enum/order/PayStatus.js
Executable file → Normal file
0
common/enum/order/PayStatus.js
Executable file → Normal file
0
common/enum/order/PayType.js
Executable file → Normal file
0
common/enum/order/PayType.js
Executable file → Normal file
0
common/enum/order/ReceiptStatus.js
Executable file → Normal file
0
common/enum/order/ReceiptStatus.js
Executable file → Normal file
0
common/enum/order/delivery/DeliveryMethod.js
Executable file → Normal file
0
common/enum/order/delivery/DeliveryMethod.js
Executable file → Normal file
0
common/enum/order/delivery/index.js
Executable file → Normal file
0
common/enum/order/delivery/index.js
Executable file → Normal file
0
common/enum/order/index.js
Executable file → Normal file
0
common/enum/order/index.js
Executable file → Normal file
0
common/enum/order/refund/AuditStatus.js
Executable file → Normal file
0
common/enum/order/refund/AuditStatus.js
Executable file → Normal file
0
common/enum/order/refund/RefundStatus.js
Executable file → Normal file
0
common/enum/order/refund/RefundStatus.js
Executable file → Normal file
0
common/enum/order/refund/RefundType.js
Executable file → Normal file
0
common/enum/order/refund/RefundType.js
Executable file → Normal file
0
common/enum/order/refund/index.js
Executable file → Normal file
0
common/enum/order/refund/index.js
Executable file → Normal file
0
common/enum/payment/Method.js
Executable file → Normal file
0
common/enum/payment/Method.js
Executable file → Normal file
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user