add
This commit is contained in:
@@ -58,9 +58,7 @@ class _AddExchangePageState extends State<AddExchangePage> {
|
||||
final response = await dio.post(
|
||||
url,
|
||||
data: requestData,
|
||||
options: Options(
|
||||
headers: {'Content-Type': 'application/json', 'X-User-ID': userId},
|
||||
),
|
||||
options: Options(headers: {'Content-Type': 'application/json'}),
|
||||
);
|
||||
|
||||
// 处理响应
|
||||
|
||||
Reference in New Issue
Block a user