dever 6 년 전
부모
커밋
5cfe340836
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      service/src/Buy.php

+ 1 - 1
service/src/Buy.php

@@ -152,7 +152,7 @@ class Buy extends Base
 
         $id = Dever::input('id');
         $buy_id = Dever::input('buy');
-        $config['list'] = $this->url('my_code');
+        $config['list'] = $this->url('list');
         $config['buy'] = $this->url('pay', array('id' => $id));
 
         $order_id = Dever::input('order_id');