dever 5 년 전
부모
커밋
8b6e18c9ea
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      combine/lib/Core.php

+ 1 - 0
combine/lib/Core.php

@@ -36,6 +36,7 @@ class Core
             'invite/relation',
             //'pay/order',//支付系统单独建立,如果通过接口会有安全问题,因为数据是独立的,暂时不做合并
             'journal/order',
+            'act/order',
         );
         if (is_string($drop)) {
             $drop = explode(',', $drop);