mirror of
https://github.com/foss42/apidash.git
synced 2025-07-01 05:30:54 +08:00
cofigured with mail
This commit is contained in:
@ -493,7 +493,7 @@ void main() async {
|
||||
try {
|
||||
final data = dio.FormData();
|
||||
final List<Map<String, String>> formDataList = [
|
||||
{"name": "text", "value": "xyz", "type": "text"},
|
||||
{"name": "token", "value": "xyz", "type": "text"},
|
||||
{"name": "sep", "value": "|", "type": "text"},
|
||||
{"name": "times", "value": "3", "type": "text"}
|
||||
];
|
||||
|
Reference in New Issue
Block a user