Commit 5f64004e authored by hujun's avatar hujun

新增分佣验证角色

parent 7c20800a
......@@ -432,7 +432,7 @@ class Finance extends Basic
$data['msg'] = "";
$data['data'] = [];
if (empty($this->params['id']) || empty($this->params['agent_id'])) {
if (empty($this->params['id']) || empty($this->params['agent_id']) || empty($this->params['role'])) {
$data['code'] = 101;
$data['msg'] = '提交信息错误!';
} else {
......
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 to comment