|
@@ -15,7 +15,7 @@ class Baseconfig extends Api
|
|
|
|
|
|
public function index(){
|
|
|
|
|
|
- $usercenter_scoreshop = Db::name('config_url')->where('category','usercenter_scoreshop')->find();
|
|
|
+ $usercenter_scoreshop = Db::name('home')->where('id',1)->find();
|
|
|
$usercenter_scoreshop = info_domain_image($usercenter_scoreshop,['image','remark_image']);
|
|
|
|
|
|
$config = [
|