Skip to content

Commit 2df1de4

Browse files
committed
gongmall api upto v2
1 parent 010a734 commit 2df1de4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Employee.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ public function getContractStatus(array $params)
4545
*/
4646
public function syncBankAccount(array $params)
4747
{
48-
return $this->request('/api/employee/syncBankAccount', $params);
48+
return $this->request('/api/employee/v2/syncBankAccount', $params);
4949
}
5050
}

0 commit comments

Comments
 (0)