Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RequestCustomerStrategyCreate ¶
type RequestCustomerStrategyCreate struct {
ParentID int64 `json:"parent_id" `
StrategyName string `json:"strategy_name"`
AdminList []string `json:"admin_list"`
Privilege RequestCustomerStrategyPrivilege `json:"privilege"`
Range []RequestCustomerStrategyRange `json:"range"`
}
type RequestCustomerStrategyEdit ¶
type RequestCustomerStrategyEdit struct {
StrategyID int64 `json:"strategy_id" `
StrategyName string `json:"strategy_name"`
AdminList []string `json:"admin_list"`
Privilege RequestCustomerStrategyPrivilege `json:"privilege"`
RangeAdd []RequestCustomerStrategyRange `json:"range_add"`
RangeDel []RequestCustomerStrategyRange `json:"range_del"`
}
type RequestCustomerStrategyPrivilege ¶
type RequestCustomerStrategyPrivilege struct {
ViewCustomerList bool `json:"view_customer_list"`
ViewCustomerData bool `json:"view_customer_data"`
ViewRoomList bool `json:"view_room_list"`
ContactMe bool `json:"contact_me"`
JoinRoom bool `json:"join_room"`
OperResignCustomer bool `json:"oper_resign_customer"`
SendCustomerMsg bool `json:"send_customer_msg"`
EditWelcomeMsg bool `json:"edit_welcome_msg"`
ViewBehaviorData bool `json:"view_behavior_data"`
ViewRoomData bool `json:"view_room_data"`
SendGroupMsg bool `json:"send_group_msg"`
RoomDeduplication bool `json:"room_deduplication"`
RapidReply bool `json:"rapid_reply"`
OnjobCustomerTransfer bool `json:"onjob_customer_transfer"`
EditAntiSpamRule bool `json:"edit_anti_spam_rule"`
ExportCustomerList bool `json:"export_customer_list"`
ExportCustomerData bool `json:"export_customer_data"`
ExportCustomerGroupList bool `json:"export_customer_group_list"`
ManageCustomerTag bool `json:"manage_customer_tag"`
}
Click to show internal directories.
Click to hide internal directories.