jiapeng 7 years ago
parent
commit
88c6e72f75
1 changed files with 7 additions and 0 deletions
  1. 7 0
      src/main/java/com/ekexiu/push/service/PushService.java

+ 7 - 0
src/main/java/com/ekexiu/push/service/PushService.java

@ -243,6 +243,13 @@ public class PushService {
243 243
		}
244 244
	}
245 245
	
246
	
247
	@Get
248
	@Path("/token")
249
	public String getToken(){
250
		return this.token;
251
	}
252
	
246 253
	@Path("/bindTags")
247 254
	@Post
248 255
	public boolean bindTags(String[] tags, String cid) {