是否可以将查询字符串和模型对象一起从angular传递到webapi?我的第一个参数总是填充的,但是,模型参数是空的,即使我看到了请求有效负载中的所有数据。Route("MyRoute/")] public DataSourceResult DataResult([ModelBinder(typeof(WebApiDataSourceRequestModelBinder))]DataSourceRequest request
我在对我的MySQL表编写JPA查询时遇到了问题。findRankedProductPaymentOrCountBySellerIdWithinPayTime(long sellerId, Date startPayTime, Date endPayTime, String orderBy, long offset, long size);参数