feat: 移除 UserAddressValidate 类中的 detail 字段验证

This commit is contained in:
mkm 2024-06-15 14:15:05 +08:00
parent df8e852373
commit 94d89f86dc

View File

@ -63,7 +63,7 @@ class UserAddressValidate extends BaseValidate
*/ */
public function sceneEdit() public function sceneEdit()
{ {
return $this->only(['real_name','phone','detail','id']); return $this->only(['real_name','phone','id']);
} }