feat: 移除 UserAddressValidate 类中的 detail 字段验证
This commit is contained in:
parent
df8e852373
commit
94d89f86dc
@ -63,7 +63,7 @@ class UserAddressValidate extends BaseValidate
|
||||
*/
|
||||
public function sceneEdit()
|
||||
{
|
||||
return $this->only(['real_name','phone','detail','id']);
|
||||
return $this->only(['real_name','phone','id']);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user