添加了副屏显示逻辑控制
This commit is contained in:
@@ -65,7 +65,7 @@ class RemoteRepository constructor(
|
||||
*/
|
||||
suspend fun getRestInfoFoodsByType(
|
||||
restId: String = GlobalData.restId,
|
||||
type: Int = 1,
|
||||
type: Int = 0,
|
||||
foodName: String,
|
||||
): ApiResponse<List<FoodInfo>> {
|
||||
return safeApiCall {
|
||||
|
||||
Reference in New Issue
Block a user