mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-06-07 10:22:38 +08:00
小程序模式开发
This commit is contained in:
@ -11,6 +11,7 @@
|
||||
namespace app\api\controller;
|
||||
|
||||
use app\service\UserService;
|
||||
use app\service\ConfigService;
|
||||
|
||||
/**
|
||||
* 用户地址
|
||||
@ -111,5 +112,18 @@ class UserAddress extends Common
|
||||
return UserService::UserAddressDefault($params);
|
||||
}
|
||||
|
||||
/**
|
||||
* 自提点地址列表
|
||||
* @author Devil
|
||||
* @blog http://gong.gg/
|
||||
* @version 1.0.0
|
||||
* @date 2019-11-25
|
||||
* @desc description
|
||||
*/
|
||||
public function Extraction()
|
||||
{
|
||||
return ConfigService::SiteTypeExtractionAddressList();
|
||||
}
|
||||
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user