更新中台商城接口
This commit is contained in:
parent
a7d48d31c1
commit
fe8d809364
|
@ -13,7 +13,7 @@ use think\response\Json;
|
|||
class MerchantController extends BaseAdminController
|
||||
{
|
||||
|
||||
protected $shopUrl = 'http://127.0.0.1:8324';
|
||||
protected $shopUrl = 'https://crmeb-test.shop.lihaink.cn';
|
||||
|
||||
public function cityGetArea(): Json
|
||||
{
|
||||
|
|
|
@ -13,7 +13,7 @@ use think\response\Json;
|
|||
class ProductController extends BaseAdminController
|
||||
{
|
||||
|
||||
protected $shopUrl = 'http://127.0.0.1:8324';
|
||||
protected $shopUrl = 'https://crmeb-test.shop.lihaink.cn';
|
||||
|
||||
public function productLstFilter(): Json
|
||||
{
|
||||
|
|
|
@ -13,7 +13,7 @@ use think\response\Json;
|
|||
class UserController extends BaseAdminController
|
||||
{
|
||||
|
||||
protected $shopUrl = 'http://127.0.0.1:8324';
|
||||
protected $shopUrl = 'https://crmeb-test.shop.lihaink.cn';
|
||||
|
||||
public function groupLst(): Json
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue