地址新增编号快速搜索选择

This commit is contained in:
gongfuxiang
2023-01-17 16:37:00 +08:00
parent 1ca8f46467
commit 46c0169a32
44 changed files with 508 additions and 201 deletions

View File

@ -69,5 +69,18 @@ class Region extends Common
{
return ApiService::ApiDataReturn(RegionService::RegionAll());
}
/**
* 获取地区编号数据
* @author Devil
* @blog http://gong.gg/
* @version 1.0.0
* @date 2018-09-21
* @desc description
*/
public function CodeData()
{
return ApiService::ApiDataReturn(RegionService::RegionCodeData($this->data_post));
}
}
?>