WxOpenOutput.cs 184 B

1234567891011
  1. namespace Admin.NET.Core.Service;
  2. public class WxOpenIdOutput
  3. {
  4. public string OpenId { get; set; }
  5. }
  6. public class WxPhoneOutput
  7. {
  8. public string PhoneNumber { get; set; }
  9. }