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