skyouc
2025-12-08 a0de786272519356fc3f827201544e48b472164f
1
2
3
4
5
6
7
8
package com.vincent.rsf.server.api.entity.constant;
 
public class RcsConstant {
 
    public static String pubTask = "/rsf-open-api/rcs/pub/task";
 
    public static String syncLocs = "/rsf-open-api/rcs/sync/locs";
}