20 lines
657 B
Java
20 lines
657 B
Java
|
package com.scb.phone.data.network.service;
|
||
|
|
||
|
import com.scb.phone.data.entity.transfer.SingleDataEntity;
|
||
|
import o.AbstractC13163fSk;
|
||
|
import o.C7689ct;
|
||
|
import o.ULF;
|
||
|
import retrofit2.adapter.rxjava3.Result;
|
||
|
import retrofit2.http.Body;
|
||
|
import retrofit2.http.Header;
|
||
|
import retrofit2.http.POST;
|
||
|
|
||
|
/* loaded from: classes.dex */
|
||
|
public interface CustomerService {
|
||
|
@POST("v1/customer/ntb/introductions")
|
||
|
AbstractC13163fSk<SingleDataEntity<ULF>> getIntroductions();
|
||
|
|
||
|
@POST("v1/customer/ntb/profiles")
|
||
|
AbstractC13163fSk<Result<SingleDataEntity<ULF>>> postUserProfile(@Body C7689ct c7689ct, @Header("tag") String str, @Header("dsig") String str2);
|
||
|
}
|