File tree Expand file tree Collapse file tree
Widget/Sources/Widget/MedicineCheckWidget/View
Modules/RemoteService/Sources/API Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ struct RecordMedicineIntent: AppIntent {
2121 self . medicineItemCode = medicineItemCode
2222 }
2323
24+ @discardableResult
2425 func perform( ) async throws -> some IntentResult {
2526 await recodeMedicine ( itemCode: medicineItemCode)
2627 return . result( )
Original file line number Diff line number Diff line change 1919 <key >CFBundlePackageType </key >
2020 <string >APPL </string >
2121 <key >CFBundleShortVersionString </key >
22- <string >1.5.0 </string >
22+ <string >1.5.1 </string >
2323 <key >CFBundleVersion </key >
2424 <string >1 </string >
2525 <key >LSApplicationCategoryType </key >
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ struct MedicineCheckWidgetEntryView: View {
1414 var body : some View {
1515 widgetBody ( )
1616 . containerBackground ( . white, for: . widget)
17+ . background ( . white)
1718 }
1819
1920 @ViewBuilder
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ extension MedicineAPI: TargetType {
1717 case . searchMedicine:
1818 return " /DrbEasyDrugInfoService/getDrbEasyDrugList "
1919 case . searchPrescriptionMedicine:
20- return " /MdcinGrnIdntfcInfoService01/getMdcinGrnIdntfcInfoList01 "
20+ return " /MdcinGrnIdntfcInfoService02/getMdcinGrnIdntfcInfoList02 "
2121 }
2222 }
2323
You can’t perform that action at this time.
0 commit comments