@@ -61,8 +61,8 @@ class Test extends Controller
public function tj(){
- $ds = WxOrderLogistics::getDeliveryList();
- dd($ds);
+ $list = WxOrderLogistics::getDeliveryList();
+ return $this->renderSuccess(compact('list'));
dd('a');
//