mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-06-07 02:12:25 +08:00
2.0.0开发启动
This commit is contained in:
@ -13,6 +13,7 @@ namespace app\api\controller;
|
||||
use app\service\BaseService;
|
||||
use app\service\ConfigService;
|
||||
use app\service\UserAddressService;
|
||||
use app\service\ResourcesService;
|
||||
|
||||
/**
|
||||
* 用户地址
|
||||
@ -73,7 +74,7 @@ class UserAddress extends Common
|
||||
// 返回数据
|
||||
$result = [
|
||||
'data' => empty($data['data']) ? null : $data['data'],
|
||||
'editor_path_type' => UserAddressService::EditorAttachmentPathType($this->user['id']),
|
||||
'editor_path_type' => ResourcesService::EditorPathTypeValue(UserAddressService::EditorAttachmentPathType($this->user['id'])),
|
||||
];
|
||||
return BaseService::DataReturn($result);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user