浏览代码

Update stock_info.php

wanggangtao 5 年之前
父节点
当前提交
9eb5fd6313
共有 1 个文件被更改,包括 1 次插入1 次删除
  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