鸿蒙推送路径修改
This commit is contained in:
@@ -30,7 +30,7 @@ public class PushController {
|
||||
return mIOSPushService.push(pushMessage);
|
||||
}
|
||||
|
||||
@PostMapping(value = "/hm/push", produces = "application/json;charset=UTF-8")
|
||||
@PostMapping(value = "/harmony/push", produces = "application/json;charset=UTF-8")
|
||||
public Object hmPush(@RequestBody PushMessage pushMessage) {
|
||||
return hmPushService.push(pushMessage);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user