Kaynağa Gözat

启用新域名

xialei 1 yıl önce
ebeveyn
işleme
dccc02e2bc

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

@@ -803,7 +803,7 @@ class ProductRepository extends BaseRepository
803
         $cateList = [];
803
         $cateList = [];
804
         if(isset($where['cate_id']) && $where['cate_id']!= ''){
804
         if(isset($where['cate_id']) && $where['cate_id']!= ''){
805
             $cate_name = Db::name('store_category')->where('pid', 564)->where('store_category_id', $where['cate_id'])->value('cate_name');
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
             $result = curlGet($url);
807
             $result = curlGet($url);
808
             if (!isset($result['status']) || $result['status'] != 200) {
808
             if (!isset($result['status']) || $result['status'] != 200) {
809
                 $cateList = [$where['cate_id']];
809
                 $cateList = [$where['cate_id']];

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

@@ -961,7 +961,7 @@ class Auth extends BaseController
961
     function curl_java_login($phone){
961
     function curl_java_login($phone){
962
         $curl = curl_init();
962
         $curl = curl_init();
963
         curl_setopt_array($curl, array(
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
             CURLOPT_RETURNTRANSFER => true,
965
             CURLOPT_RETURNTRANSFER => true,
966
             CURLOPT_ENCODING => '',
966
             CURLOPT_ENCODING => '',
967
             CURLOPT_MAXREDIRS => 10,
967
             CURLOPT_MAXREDIRS => 10,

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

@@ -200,7 +200,7 @@ class User extends BaseController
200
         $uid = $this->request->uid();
200
         $uid = $this->request->uid();
201
         $data = [
201
         $data = [
202
             "name"=>"VR转账",
202
             "name"=>"VR转账",
203
-            "url"=>'https://show.gdjbp.com/?uid=' .$uid,
203
+            "url"=>'https://show.hxxfb.com/?uid=' .$uid,
204
         ];
204
         ];
205
         return app('json')->success($data);
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
     public function category()
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
         $result = curlGet($url);
574
         $result = curlGet($url);
575
         if (!isset($result['status']) || $result['status'] != 200) {
575
         if (!isset($result['status']) || $result['status'] != 200) {
576
             return app('json')->success([]);
576
             return app('json')->success([]);