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) }