Commit 127aa52a authored by hujun's avatar hujun

Merge branch 'test-v1.9' of https://gitee.com/zwyjjc/tl_estate into test-v1.9

parents c7f66ffe d2fc6d37
......@@ -547,7 +547,7 @@ class OrderLog extends Basic
$insert_data['practical_fee'] = empty($this->params['practical_fee']) ? 0 : $this->params['practical_fee'];
$insert_data['father_id'] = $this->params['id'];
$insert_data['scale'] = empty($this->params['scale']) ? 0 : $this->params['scale'];
$insert_data['is_commission'] = 1;
$insert_data['is_commission'] = 1;//是否是新增分佣
$data['data']['id'] = $bargain->insertBargain($insert_data);
if ($data['data'] == 0) {
......
......@@ -348,6 +348,8 @@ Route::group('broker', [
'refund' => [ 'api_broker/OrderLog/refund', [ 'method' => 'get|post' ] ],
'bargain' => [ 'api_broker/OrderLog/bargain', [ 'method' => 'get|post' ] ],
'statusBargain' => [ 'api_broker/OrderLog/statusBargain', [ 'method' => 'get|post' ] ],
'getIsAccountStatement' => [ 'api_broker/OrderLog/getIsAccountStatement', [ 'method' => 'get|post' ] ],
'login' => [ 'api_broker/Broker/login', [ 'method' => 'post' ] ], //经纪人登陆
'editAgent' => [ 'api_broker/Broker/editAgent', [ 'method' => 'post' ] ], //经纪人修改密码
'forgetPwd' => [ 'api_broker/Broker/forgetPwd', [ 'method' => 'post' ] ], //经纪人忘记密码
......
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