Explorar el Código

已取号提示信息

wanghaijun hace 4 años
padre
commit
3b8e528b0e
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      app/Http/Controllers/AppiontController.php

+ 1 - 0
app/Http/Controllers/AppiontController.php

xqd
@@ -145,6 +145,7 @@ class AppiontController extends Controller
            } else {
                $defaulRes['reserve_check_result']  = '1';
                $defaulRes['allow_post_ticket']  = '0';
+               $defaulRes['tip_msg'] = '此订单已取号';
            }
            exit(json_encode($defaulRes));
        }