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