Przeglądaj źródła

启用新域名

xialei 1 rok temu
rodzic
commit
dccc02e2bc

+ 1 - 1
app/common/repositories/store/product/ProductRepository.php

@@ -803,7 +803,7 @@ class ProductRepository extends BaseRepository
803 803
         $cateList = [];
804 804
         if(isset($where['cate_id']) && $where['cate_id']!= ''){
805 805
             $cate_name = Db::name('store_category')->where('pid', 564)->where('store_category_id', $where['cate_id'])->value('cate_name');
806
-            $url = "https://dc-api.gdjbp.com/douhuomallCategory/getCateAll";
806
+            $url = "https://dc-api.hxxfb.com/douhuomallCategory/getCateAll";
807 807
             $result = curlGet($url);
808 808
             if (!isset($result['status']) || $result['status'] != 200) {
809 809
                 $cateList = [$where['cate_id']];

+ 1 - 1
app/controller/api/Auth.php

@@ -961,7 +961,7 @@ class Auth extends BaseController
961 961
     function curl_java_login($phone){
962 962
         $curl = curl_init();
963 963
         curl_setopt_array($curl, array(
964
-            CURLOPT_URL => 'http://shop.gdjbp.com/gateway/userCenter_service/userLogOnService/userPhoneLogOn',
964
+            CURLOPT_URL => 'http://shop.hxxfb.com/gateway/userCenter_service/userLogOnService/userPhoneLogOn',
965 965
             CURLOPT_RETURNTRANSFER => true,
966 966
             CURLOPT_ENCODING => '',
967 967
             CURLOPT_MAXREDIRS => 10,

+ 1 - 1
app/controller/api/user/User.php

@@ -200,7 +200,7 @@ class User extends BaseController
200 200
         $uid = $this->request->uid();
201 201
         $data = [
202 202
             "name"=>"VR转账",
203
-            "url"=>'https://show.gdjbp.com/?uid=' .$uid,
203
+            "url"=>'https://show.hxxfb.com/?uid=' .$uid,
204 204
         ];
205 205
         return app('json')->success($data);
206 206
     }

+ 1 - 1
app/controller/merchant/gong/Goods.php

@@ -570,7 +570,7 @@ class Goods extends BaseController
570 570
 
571 571
     public function category()
572 572
     {
573
-        $url = "https://dc-api.gdjbp.com/douhuomallCategory/getCateAll";
573
+        $url = "https://dc-api.hxxfb.com/douhuomallCategory/getCateAll";
574 574
         $result = curlGet($url);
575 575
         if (!isset($result['status']) || $result['status'] != 200) {
576 576
             return app('json')->success([]);