Commit be423f98 by 赵增煜

药店详情接口bug

parent 849bf977
......@@ -40,7 +40,7 @@ public function PharmacyList(Request $request)
}
// 获取药店详情
public function detail($id)
public function detail(Request $request)
{
$authInfo = auth('api')->user();
$pharmacy = PharmacyModel::where('user_id', $authInfo->id)->first();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment