Commit a6f64586 by 杨树贤

fix

parent cb57338b
......@@ -127,11 +127,9 @@ class SupplierShareApplyApiController extends Controller
public function GetAuditSupplierShareApplyList($request)
{
$applyService = new SupplierShareApplyService();
$this->response(0, '审核操作成功');
$userId = $request->user->userId;
$list = $applyService->getAuditSupplierShareApplyList($userId);
$this->response(0, 'ok', $list['data'], $list['total']);
$this->response(0, 'ok', $list['data'], $list['total']);
}
//审核
......
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