|
@@ -27,15 +27,15 @@ public interface MainCovenant {
|
|
interface MvpStores {
|
|
interface MvpStores {
|
|
|
|
|
|
@FormUrlEncoded
|
|
@FormUrlEncoded
|
|
- @POST("/prod-api/yfc-mobile/prescription/medicineChestAPI/scanLabel")
|
|
|
|
|
|
+ @POST("/manager/yfc-mobile/prescription/medicineChestAPI/scanLabel")
|
|
Observable<BaseModel<LableInfo>> getLabel(@Field("preNo") String preNo);
|
|
Observable<BaseModel<LableInfo>> getLabel(@Field("preNo") String preNo);
|
|
|
|
|
|
@FormUrlEncoded
|
|
@FormUrlEncoded
|
|
- @POST("/prod-api/yfc-mobile/prescription/medicineChestAPI/getawayVerify")
|
|
|
|
|
|
+ @POST("/manager/yfc-mobile/prescription/medicineChestAPI/getawayVerify")
|
|
Observable<BaseModel<Object>> getMedicine(@Field("preNo") String preNo);
|
|
Observable<BaseModel<Object>> getMedicine(@Field("preNo") String preNo);
|
|
|
|
|
|
@FormUrlEncoded
|
|
@FormUrlEncoded
|
|
- @POST("/prod-api/yfc-mobile/prescription/medicineChestAPI/callForMedicationCollection")
|
|
|
|
|
|
+ @POST("/manager/yfc-mobile/prescription/medicineChestAPI/callForMedicationCollection")
|
|
Observable<BaseModel> notify(@Field("preNo") String preNo);
|
|
Observable<BaseModel> notify(@Field("preNo") String preNo);
|
|
}
|
|
}
|
|
|
|
|