stanley-king 4 năm trước cách đây
mục cha
commit
8f5aba11fa
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      application/index/controller/Order.php

+ 1 - 1
application/index/controller/Order.php

@@ -32,7 +32,7 @@ class Order extends Base
             json_success(['order_sn' => $order_sn,'existed' => $existed]);
         }
         else {
-            json_return($result['code'],[],$result['msg']);
+            json_return($result['code'],[],$result['message']);
         }
     }