| | |
| | | @Slf4j |
| | | public class OssUtils { |
| | | |
| | | public static String END_POINT = "img-1283768017073373.oss-cn-heyuan.oss-accesspoint.aliyuncs.com"; |
| | | public static String END_POINT = "https://oss-cn-heyuan.aliyuncs.com"; |
| | | public static String END_POINT_URL = "https://yinheshujie.oss-cn-heyuan.aliyuncs.com"; |
| | | public static String ACCESS_KEY_ID = "LTAI5tJdwRA8VukNC1Ngay2D"; |
| | | public static String ACCESS_KEY_SECRET = "QjKETu9WzVJQ7D16Vj8oT4euWfuMTX"; |
| | | public static String bucket_name = "yinheshujie"; |
| | | |
| | | |
| | | public static boolean uploadFileWithBase64(String base64, String pathName) { |
| | | ByteArrayInputStream stream = null; |
| | | try { |