zxhxx 3 tahun lalu
induk
melakukan
2c02e2a0b0
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      app/api/controller/JuniuController.php

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

@@ -45,7 +45,7 @@ class JuniuController
     public function getexpress(Request $request)
     {
         $sn = input('sn',0);
-        $rs = do_request(self::$url.'/api/goods/getexpress?'.http_build_query(compact('sn')),[],null,false);
+        $rs = do_request(self::$url.'/api/order/getexpress?'.http_build_query(compact('sn')),[],null,false);
         return app('json')->success('获取成功',json_decode($rs,true));
     }
     /**