mirror of
https://github.com/shaulascr/ecommerce_serang.git
synced 2025-08-12 18:22:22 +00:00
fix apiservice
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
package com.alya.ecommerce_serang.data.api.response.auth
|
||||
|
||||
import com.google.gson.annotations.SerializedName
|
||||
|
||||
data class CheckStoreResponse(
|
||||
|
||||
@field:SerializedName("hasStore")
|
||||
val hasStore: Boolean
|
||||
)
|
@ -85,11 +85,11 @@ interface ApiService {
|
||||
@GET("checkstore")
|
||||
suspend fun checkStore (): Response<CheckStoreResponse>
|
||||
|
||||
@Multipart
|
||||
@POST("registerstore")
|
||||
suspend fun registerStore(
|
||||
|
||||
): Response<>
|
||||
// @Multipart
|
||||
// @POST("registerstore")
|
||||
// suspend fun registerStore(
|
||||
//
|
||||
// ): Response<>
|
||||
|
||||
@POST("otp")
|
||||
suspend fun getOTP(
|
||||
|
Reference in New Issue
Block a user