Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -28,6 +28,7 @@ exports.medicineSearch = async(ctx) => { | ... | @@ -28,6 +28,7 @@ exports.medicineSearch = async(ctx) => { |
28 | 28 | ||
29 | ctx.status = 200; | 29 | ctx.status = 200; |
30 | ctx.body = result; | 30 | ctx.body = result; |
31 | + | ||
31 | } | 32 | } |
32 | 33 | ||
33 | exports.medicineGet = async(ctx) => { | 34 | exports.medicineGet = async(ctx) => { | ... | ... |
-
Please register or login to post a comment