1
This commit is contained in:
@@ -60,11 +60,12 @@ func TestGetAllDepartmentList(t *testing.T) {
|
||||
|
||||
// 创建员工
|
||||
func TestCreateStaff(t *testing.T) {
|
||||
api = New("ww9a156bfa070e1857", "0jBdCjSmoFiOoHIXyeCK9VbGQ82fVNJZ8uMl6JNN7X4") // 通讯录
|
||||
err := api.CreateBoss2JxStaff(&CreateBoos2JXStaffReq{
|
||||
Userid: "jx2022524_668511",
|
||||
Userid: "jx2022524_6685111",
|
||||
Name: "门店老板",
|
||||
Alias: "",
|
||||
Mobile: "18981810341",
|
||||
Mobile: "189818103",
|
||||
Department: []int{18}, // 四川省
|
||||
Order: nil,
|
||||
Position: "老板_群主",
|
||||
@@ -102,3 +103,7 @@ func TestCreateSession(t *testing.T) {
|
||||
})
|
||||
fmt.Println(err)
|
||||
}
|
||||
|
||||
func Test1111(t *testing.T) {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user