yingzi 2 years ago
parent
commit
2fdeea04b5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Controller/Shop/ShopRostering.Class.php

+ 1 - 0
Controller/Shop/ShopRostering.Class.php

@@ -722,6 +722,7 @@ class ShopRostering extends BaseController
         $data = json_encode($data);
 
         $res = $this->post_json($url, $data);
+        var_dump($res);
 
         $res = json_decode($res);