using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace IStation.Application { /// /// 微信小程序 /// public class UserLoginCorpWechatAppletInput :UserLoginCorpInput { /// /// /// public string WxCode { get; set; } /// /// /// public string UJsCode { get; set; } /// /// /// public string UAvatarUrl { get; set; } /// /// /// public string UCity { get; set; } /// /// /// public string UProvince { get; set; } /// /// /// public string UNickName { get; set; } /// /// /// public string UGender { get; set; } /// /// /// public string SBrand { get; set; } /// /// /// public string SModel { get; set; } /// /// /// public string SPlatform { get; set; } /// /// /// public string SVersion { get; set; } } }