Refact. Flutter web, key input (#7511)
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
parent
d36e33a7cf
commit
e86d4657da
6 changed files with 321 additions and 74 deletions
|
|
@ -874,6 +874,7 @@ pub fn main_get_api_server() -> String {
|
|||
get_api_server()
|
||||
}
|
||||
|
||||
// This function doesn't seem to be used.
|
||||
pub fn main_post_request(url: String, body: String, header: String) {
|
||||
post_request(url, body, header)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue