dever 6 년 전
부모
커밋
496ecb18b0
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      act/lib/Pay.php

+ 2 - 0
act/lib/Pay.php

@@ -144,6 +144,8 @@ class Pay
                 Dever::db('act/order')->update(array('where_id' => $order['id'], 'status' => 3));
             }
         }
+
+        return 'ok';
 	}
 
     public function send_api()