26 lines
549 B
26 lines
549 B
3 years ago
|
using System;
|
||
|
using System.Collections.Generic;
|
||
|
using Jd.Api.Response;
|
||
|
using Jd.Api.Util;
|
||
|
namespace Jd.Api.Request
|
||
|
{
|
||
|
public class VcGetwaredeliverdistinctlistRequest : JdRequestBase<VcGetwaredeliverdistinctlistResponse>
|
||
|
{
|
||
|
public override string ApiName
|
||
|
{
|
||
|
get{return "jingdong.vc.getwaredeliverdistinctlist";}
|
||
|
}
|
||
|
protected override void PrepareParam(IDictionary<String, Object> parameters)
|
||
|
{
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|