无故事王国
2024-03-13 919d1d6bb0ec4043ec25b58a492618239ca37529
WanPai/Network/Services.swift
@@ -412,6 +412,7 @@
                                    .append(key: "id", value: id)
                                    .append(key: "lat", value: locationTool.currentLocation?.coordinate.latitude.string)
                                    .append(key: "lon", value: locationTool.currentLocation?.coordinate.longitude.string)
                                    .append(key: "stuId", value:UserDefaults.standard.value(forKey: "currentStuId") as? Int)
                                    .append(key: "payId", value: payId)
                        return NetworkRequest.request(params: params, method: .post, progress: true)
            }