quguofeng 1 年之前
父節點
當前提交
17001ee3bf
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      application/api/controller/Login.php

+ 1 - 1
application/api/controller/Login.php

@@ -35,7 +35,7 @@ class Login extends Base
     public function get_department(){
         $c = $this->get_obj()['obj'];
         $req = new \OapiV2DepartmentListsubRequest;
-        $req->setDeptId("537635109");
+        $req->setDeptId("641932131");
         $resp = $c->execute($req, $this->get_obj()['access_token'], "https://oapi.dingtalk.com/topapi/v2/department/listsub");
         if(isset($resp->result) && $resp->result){
             var_dump($resp->result);exit();