摘要:
public Result sendSms(String msg) { //解析数据 Map map = JSONObject.parseObject(msg,Map.class); String phones = map.get("phone"); String type = map.get("type"); /... 阅读全文
posted @ 2019-03-26 11:07
铅笔coding
阅读(358)
评论(2)
推荐(0)
摘要:
package com.cqcfs.storage.oss.service; import java.io.InputStream; /** * 文件上传接口 * * @author kongweichun * @date 2017-12-14-上午10:45 */ public interface FileStorage{ /** * 上传文件 * ... 阅读全文
posted @ 2019-03-26 11:04
铅笔coding
阅读(2096)
评论(0)
推荐(0)

浙公网安备 33010602011771号