Explorar el Código

跨境商品支付bug限制

kevin_zhangl hace 3 años
padre
commit
d17a456ccc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      frontendApi/modules/v1/controllers/ShopController.php

+ 1 - 1
frontendApi/modules/v1/controllers/ShopController.php

@@ -515,7 +515,7 @@ class ShopController extends BaseController {
                     ':CREATED_AT_END' => $createdAtEnd,
                     ':STATUS' => \Yii::$app->params['orderStatus']['paid']['value'],
                     ':SEND_AT' => 0,
-                    'PAY_TYPE' => 'online',
+                    ':PAY_TYPE' => 'online',
                 ]
             )
             ->asArray()