更新中台商城接口

This commit is contained in:
yaooo 2023-12-04 15:35:07 +08:00
parent a7d48d31c1
commit fe8d809364
3 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ use think\response\Json;
class MerchantController extends BaseAdminController class MerchantController extends BaseAdminController
{ {
protected $shopUrl = 'http://127.0.0.1:8324'; protected $shopUrl = 'https://crmeb-test.shop.lihaink.cn';
public function cityGetArea(): Json public function cityGetArea(): Json
{ {

View File

@ -13,7 +13,7 @@ use think\response\Json;
class ProductController extends BaseAdminController class ProductController extends BaseAdminController
{ {
protected $shopUrl = 'http://127.0.0.1:8324'; protected $shopUrl = 'https://crmeb-test.shop.lihaink.cn';
public function productLstFilter(): Json public function productLstFilter(): Json
{ {

View File

@ -13,7 +13,7 @@ use think\response\Json;
class UserController extends BaseAdminController class UserController extends BaseAdminController
{ {
protected $shopUrl = 'http://127.0.0.1:8324'; protected $shopUrl = 'https://crmeb-test.shop.lihaink.cn';
public function groupLst(): Json public function groupLst(): Json
{ {