Commit cb57338b by 杨树贤

fix

parent 3845bcc5
......@@ -127,10 +127,11 @@ class SupplierShareApplyApiController extends Controller
public function GetAuditSupplierShareApplyList($request)
{
$applyService = new SupplierShareApplyService();
$this->response(0, '审核操作成功');
$userId = $request->user->userId;
$userId = 1000;
$list = $applyService->getAuditSupplierShareApplyList($userId);
return $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