|
|
@@ -54,7 +54,8 @@ class MtController extends PublicController
|
|
|
public function actionConfirmOrder()
|
|
|
{
|
|
|
$post = Yii::$app->request->post();
|
|
|
- if (empty($post)) { // 无数据过来时,是美团对接口进行存活试探,请保留此段代码,好让请求在此被中断返回
|
|
|
+ // 无数据过来时,是美团对接口进行存活试探,请保留此段代码,好让请求在此被中断返回
|
|
|
+ if (empty($post)) {
|
|
|
return Json::encode(['data' => 'ok']);
|
|
|
}
|
|
|
Yii::info('confirmOrderData: ' . json_encode($post));
|