|
@@ -45,8 +45,8 @@ public class AppVersionController {
|
|
|
* 推送测试
|
|
|
*/
|
|
|
@GetMapping("/test")
|
|
|
- public void test() {
|
|
|
- geTuiUtils.pushByCid("工作事项提醒","您有新的易粮易运流程,请及时审批","051d7ea081ce45b19377232401f38085");
|
|
|
+ public void test(@RequestParam String userId) {
|
|
|
+ geTuiUtils.pushByCid("工作事项提醒","您有新的易粮易运流程,请及时审批",userId);
|
|
|
// List<CommonUser> list = commonUserService.selectList(new EntityWrapper<>());
|
|
|
// for(CommonUser commonUser:list){
|
|
|
// commonUser.setPassword(Md5Crypt.md5Crypt("123456".getBytes(), "$1$" + commonUser.getPhone().substring(0, 7)));
|