Hibok
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

33 regels
990 B

  1. ///
  2. // Generated code. Do not modify.
  3. // source: login.proto
  4. //
  5. // @dart = 2.3
  6. // ignore_for_file: camel_case_types,non_constant_identifier_names,library_prefixes,unused_import,unused_shown_name,return_of_invalid_type
  7. const LoginAccountReq$json = const {
  8. '1': 'LoginAccountReq',
  9. '2': const [
  10. const {'1': 'UserId', '3': 1, '4': 1, '5': 13, '10': 'UserId'},
  11. const {'1': 'Sigin', '3': 2, '4': 1, '5': 9, '10': 'Sigin'},
  12. ],
  13. };
  14. const LoginAccountRes$json = const {
  15. '1': 'LoginAccountRes',
  16. '2': const [
  17. const {'1': 'ErrorCode', '3': 1, '4': 1, '5': 5, '10': 'ErrorCode'},
  18. const {'1': 'HttpAddr', '3': 2, '4': 1, '5': 9, '10': 'HttpAddr'},
  19. const {'1': 'IsTransHKInter', '3': 3, '4': 1, '5': 8, '10': 'IsTransHKInter'},
  20. const {'1': 'IsReceipt', '3': 4, '4': 1, '5': 8, '10': 'IsReceipt'},
  21. ],
  22. };
  23. const PushUserOutLogin$json = const {
  24. '1': 'PushUserOutLogin',
  25. '2': const [
  26. const {'1': 'ErrorCode', '3': 1, '4': 1, '5': 5, '10': 'ErrorCode'},
  27. ],
  28. };