suchen

Heim  >  Fragen und Antworten  >  Hauptteil

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

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

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


高洛峰高洛峰2933 Tage vor1172

Antworte allen(1)Ich werde antworten

  • 三叔

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

    用request.InputStream

    Antwort
    0
  • StornierenAntwort