refs #6295 feat:serialNumber
This commit is contained in:
parent
f36ff5233e
commit
1dc6f3fd80
|
@ -86,6 +86,11 @@ interface SalixService {
|
||||||
@Query("filter") filter: String
|
@Query("filter") filter: String
|
||||||
): Call<List<SectorItemVO>>
|
): Call<List<SectorItemVO>>
|
||||||
|
|
||||||
|
@GET("deviceProductions")
|
||||||
|
fun getSerialNumber(
|
||||||
|
@Query("filter") filter: String
|
||||||
|
): Call<List<JsonObject>>
|
||||||
|
|
||||||
@GET("collections/getCollection")
|
@GET("collections/getCollection")
|
||||||
fun getCollectionSalix(
|
fun getCollectionSalix(
|
||||||
): Call<List<CollectionVO>>
|
): Call<List<CollectionVO>>
|
||||||
|
|
Loading…
Reference in New Issue