|
@@ -46,7 +46,7 @@ public class AppVersionController {
|
|
|
*/
|
|
|
@GetMapping("/test")
|
|
|
public void test() {
|
|
|
- geTuiUtils.pushByCid("推送测试","推送测试内容","84f62127b7384dcdbaeaddfe460329fc");
|
|
|
+ geTuiUtils.pushByCid("推送测试","推送测试内容","10272f536dd9405da38c28c4e6c34457");
|
|
|
// List<CommonUser> list = commonUserService.selectList(new EntityWrapper<>());
|
|
|
// for(CommonUser commonUser:list){
|
|
|
// commonUser.setPassword(Md5Crypt.md5Crypt("123456".getBytes(), "$1$" + commonUser.getPhone().substring(0, 7)));
|