using System; using SDKCSharp.Response; namespace SDKCSharp.Request { public class GetStoryRequest : BaseRequest { public override string GetMethod() { return "alipay.story.find"; } } }