Home  >  Q&A  >  body text

七牛上传文件后persistentNotifyUrl返回的数据在asp.net/mvc下如何接收?

MVC我定义了一个方法,如何接收到七牛上传文件后pfop回调的数据?

 public class NotifyController : Controller
    {
        public JsonResult QiniuFileConvertNotify(参数如何写?怎么接收?)
        {
        }
    }


高洛峰高洛峰2922 days ago1163

reply all(1)I'll reply

  • 三叔

    三叔2016-11-12 13:56:10

    用request.InputStream

    reply
    0
  • Cancelreply