当前位置:网站首页>The realization of the salary slip issuing function of WeChat public account + web background
The realization of the salary slip issuing function of WeChat public account + web background
2022-08-08 16:03:00 【hello song xianshen】
Demand Source
First of all, I will briefly introduce the business scenarios and needs. The company has to pay employees salaries every month. Before paying salaries, employees need to confirm whether the salary slips are correct.In the past, the company's personnel was taken from an excel screenshot one by one and then contacted offline one by one.This greatly affects work efficiency.
Business Processes and Ideas
What we have is the salary excel file prepared by finance, and this table needs to be imported into the back-end database first. You can use easyexcel or poi here. The back-end of the company needs to scan the face through WeChat. Indeed, at this time, we can obtain the unionid of the user.The third-party unique ID and open_id user's unique identification in the official account, and then the employee follows the official account
Summary, the prerequisites are as follows:
1. Data source: excel file import background
2. User'sopen_id and union_id
3. Messages are sent to the official WeChat account of employees, and employees need to follow the official account
Implement screenshots and specific designs
Background data page (operation page)
The content of the salary slip is a database encrypted field, which is not displayed in the front end, but is stored in the database.The main functions are to import salary content, push official account template messages, and conditionally filter salary slips
Employees receive a notification from the WeChat official account
Send a message push, and the user will receive a template message push from the WeChat official account
Employee salary details
Here is a single query interface to get the employee's salary slip content from the database
The interface related to this function
The above is the interface written by the individual to implement the business.Want to call me in the source code comment area
边栏推荐
猜你喜欢
(1)通过FlinkSQL将数据写入mysql demo
Smobiler的复杂控件的由来与创造
【对线面试官】如何实现去重和幂等
分布式架构服务调用
我分析30w条数据后发现,西安新房公摊最低的竟是这里?
EMQ畅谈IoT数据基础软件开源版图,引领本土开源走向全球
First online!Messaging middleware fairy notes, covering the essence of Alibaba's ten years of technology
京东T9纯手打688页神笔记,SSM框架整合Redis搭建高效互联网应用
基于LEAP模型的能源环境发展、碳排放建模预测及不确定性分析
LED显示屏在会议室如何应用
随机推荐
firewall高级配置
C#/VB.NET 将PDF转为PDF/X-1a:2001
【软件工程之美 - 专栏笔记】40 | 最佳实践:小团队如何应用软件工程?
使用pymongo保存数据到MongoDB的工具类
基于LEAP模型的能源环境发展、碳排放建模预测及不确定性分析
【有奖征文 第13期】至简致远,“云”响世界,大胆秀出你的华为云技术主张,高额激励等你拿
vs2只运行项目中的一个文件
PayPal无差别封号潮,被围剿的站群模式还能玩多久?如何避免shopify封店
json根据条件存入数据库
线程本地存储 ThreadLocal
pytorch安装过程中出现torch.cuda.isavailable()=False问题
手把手教你uniapp接入聊天IM即时通讯功能-源码分享
Streamsets Data Collector 3.12
国泰君安证券新手开户、有安全保障吗?
Go 语言 Strconv 库常用方法
NFT质押挖矿分红系统开发逻辑功能介绍
在 Fedora 上使用 SSH 端口转发
Power BI简介
C#/VB.NET 将PDF转为PDF/X-1a:2001
[Online interviewer] How to achieve deduplication and idempotency