mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-06 13:43:02 +08:00
地址新增编号快速搜索选择
This commit is contained in:
@ -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));
|
||||
}
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user