|
@@ -31,6 +31,10 @@ class MtController extends BaseController
|
|
|
if(!empty($get)) {
|
|
if(!empty($get)) {
|
|
|
Yii::info('newOrder: ' . json_encode($get));
|
|
Yii::info('newOrder: ' . json_encode($get));
|
|
|
}
|
|
}
|
|
|
|
|
+ if(!empty($_POST)) {
|
|
|
|
|
+ Yii::info('newOrder: ' . json_encode($_POST));
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
return;
|
|
return;
|
|
|
|
|
|
|
|
$app = new Application($this->config);
|
|
$app = new Application($this->config);
|