|
|
@ -216,7 +216,7 @@ namespace Myshipping.Core.Service
|
|
|
|
/// <param name="top">默认最大行数</param>
|
|
|
|
/// <param name="top">默认最大行数</param>
|
|
|
|
/// <returns>返回回执</returns>
|
|
|
|
/// <returns>返回回执</returns>
|
|
|
|
[HttpGet("/DjyCustomer/QuerytDjyCustomerInfo")]
|
|
|
|
[HttpGet("/DjyCustomer/QuerytDjyCustomerInfo")]
|
|
|
|
public async Task<List<DjyCustomerOutput>> QuerytDjyCustomerInfo([FromQuery] string queryItem, [FromQuery] string[] queryType, [FromQuery] int top = 10)
|
|
|
|
public async Task<List<DjyCustomerOutput>> QuerytDjyCustomerInfo([FromQuery] string queryItem, [FromQuery] string[] queryType, [FromQuery] int top = 40)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
List<DjyCustomerOutput> list = new List<DjyCustomerOutput>();
|
|
|
|
List<DjyCustomerOutput> list = new List<DjyCustomerOutput>();
|
|
|
|
|
|
|
|
|
|
|
|