Commit 7c782d94 authored by hujun's avatar hujun

agent_id

parent 7ec7259a
...@@ -41,7 +41,7 @@ class AAgentBankValidate extends Validate ...@@ -41,7 +41,7 @@ class AAgentBankValidate extends Validate
'id_card_image_back.require' => '身份证背面必传', 'id_card_image_back.require' => '身份证背面必传',
]; ];
protected $scene = [ protected $scene = [
'add' => 'agent_id,account,bank,card_no', 'add' => 'agent_id',
'edit' => 'id,agent_id,account,bank,card_no', 'edit' => 'agent_id',
]; ];
} }
\ No newline at end of file
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