mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 21:57:56 +08:00
完善SDK
This commit is contained in:
15
sop-sdk/sdk-csharp/SDKCSharp/Request/GetProductRequest.cs
Normal file
15
sop-sdk/sdk-csharp/SDKCSharp/Request/GetProductRequest.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using SDKCSharp.Common;
|
||||
using SDKCSharp.Response;
|
||||
|
||||
namespace SDKCSharp.Request
|
||||
{
|
||||
public class GetProductRequest : BaseRequest<GetProductResponse>
|
||||
{
|
||||
public override string GetMethod()
|
||||
{
|
||||
return "product.get";
|
||||
}
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user