Explorar el Código

Update stock_info.php

wanggangtao hace 5 años
padre
commit
9eb5fd6313
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      api/v1.0/stock_info.php

+ 1 - 1
api/v1.0/stock_info.php

@@ -16,7 +16,7 @@ try {
     $stock_info=Stock::getInfoByCode($code);
     if(empty($stock_info))
     {
-        echo action_msg(API::EMPTY_STOCK, API::EMPTY_STOCK_MSG);
+        echo action_msg(API::EMPTY_STOCK_MSG, API::EMPTY_STOCK);
         return;
     }
     else