|
@@ -208,7 +208,7 @@ class ActivityController extends BaseController
|
|
|
$sendOrder = QuickAppSendOrder::getSendOrderById($sendOrderId);
|
|
|
$qappAccount = QappChannelAccount::getByAccount(getProp($sendOrder, 'account'));
|
|
|
if ($qappAccountId !== (int)getProp($qappAccount, 'id')) {
|
|
|
- Utils::throwError(ErrorConst::ACTIVITY_INVALID);
|
|
|
+ // Utils::throwError(ErrorConst::ACTIVITY_INVALID);
|
|
|
}
|
|
|
}
|
|
|
|