| | |
| | | public static final String LIST_USERS = "user.listUsers"; |
| | | |
| | | /** |
| | | * 查询 组织管理 |
| | | */ |
| | | public static final String USER_SEND_SMS = "user.userSendSms"; |
| | | |
| | | /** |
| | | * 保存商户信息 |
| | | */ |
| | | public static final String SERVICE_CODE_SAVE_STORE_INFO = "save.store.info"; |
| | |
| | | * 保存商户信息 |
| | | */ |
| | | public static final String SERVICE_CODE_LIST_STORES_BY_COMMUNITY = "store.listStoresByCommunity"; |
| | | |
| | | /** |
| | | * 查询 商户 |
| | | */ |
| | | public static final String SERVICE_CODE_LIST_STORES = "store.listStores"; |
| | | |
| | | /** |
| | | * 修改商户信息 |
| | |
| | | public static final String SERVICE_CODE_CHANGE_STAFF_PWD = "user.changeStaffPwd"; |
| | | |
| | | /** |
| | | * 修改重置密码 |
| | | */ |
| | | public static final String SERVICE_CODE_RESET_STAFF_PWD = "user.resetStaffPwd"; |
| | | |
| | | /** |
| | | * 保存商户信息 |
| | | */ |
| | | public static final String SERVICE_CODE_SAVE_COMMUNITY_INFO = "save.community.info"; |