#
whycq
2024-09-04 fa51fb36a3f1d4ac28a618537cc52ded511f288f
pages/phyz/processOrder/orderCheck.vue
@@ -174,7 +174,7 @@
            let combList = []
            combList.push(item)
            uni.request({
               url: `${_this.baseUrl}/out/pakout/auth`,
               url: `${_this.baseUrl}/process/out/pakout/auth`,
               header: {'token': uni.getStorageSync('token')},
               data: combList,
               method: 'POST',