using System; using System.Collections.Generic; namespace SKIT.FlurlHttpClient.Wechat.Api.Models { /// /// 表示 [POST] /componenttcb/modifyenv 接口的响应。 /// public class ComponentTcbModifyEnvironmentResponse : WechatApiResponse { } }