mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-07-13 17:12:20 +08:00
更新搜索服务器为线上服务器
This commit is contained in:
parent
91fcab56df
commit
7a5b982dea
@ -727,7 +727,7 @@ void Widget::searchApp(QString text)
|
||||
// ui->stackedWidget->setCurrentIndex(0);
|
||||
|
||||
// 关键字搜索处理
|
||||
httpClient->get("http://192.168.0.103:8000/appinfo/search")
|
||||
httpClient->get("http://spark-store-api.metanoia1989.com/appinfo/search")
|
||||
.header("content-type", "application/json")
|
||||
.queryParam("keyword", text)
|
||||
.onResponse([this](QByteArray result) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user