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