risk.pb.go 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917
  1. // Code generated by protoc-gen-gogo. DO NOT EDIT.
  2. // source: app/service/openplatform/anti-fraud/api/grpc/v1/risk.proto
  3. package v1
  4. import proto "github.com/gogo/protobuf/proto"
  5. import fmt "fmt"
  6. import math "math"
  7. import _ "github.com/gogo/protobuf/gogoproto"
  8. import (
  9. context "golang.org/x/net/context"
  10. grpc "google.golang.org/grpc"
  11. )
  12. import strings "strings"
  13. import reflect "reflect"
  14. import io "io"
  15. // Reference imports to suppress errors if they are not otherwise used.
  16. var _ = proto.Marshal
  17. var _ = fmt.Errorf
  18. var _ = math.Inf
  19. // This is a compile-time assertion to ensure that this generated file
  20. // is compatible with the proto package it is being compiled against.
  21. // A compilation error at this line likely means your copy of the
  22. // proto package needs to be updated.
  23. const _ = proto.GoGoProtoPackageIsVersion2 // please upgrade the proto package
  24. type RiskCheckRequest struct {
  25. MID int64 `protobuf:"varint,1,opt,name=mid,proto3" json:"mid" form:"mid" validate:"required"`
  26. IP string `protobuf:"bytes,2,opt,name=ip,proto3" json:"ip" form:"ip" validate:"required"`
  27. ItemID int64 `protobuf:"varint,3,opt,name=item_id,json=itemId,proto3" json:"item_id" form:"item_id" validate:"required"`
  28. Path string `protobuf:"bytes,4,opt,name=path,proto3" json:"path" form:"path" validate:"required"`
  29. Customer int64 `protobuf:"varint,5,opt,name=customer,proto3" json:"customer" form:"customer" validate:"required"`
  30. OpenTime int64 `protobuf:"varint,6,opt,name=open_time,json=openTime,proto3" json:"open_time" form:"open_time" validate:"required"`
  31. Voucher string `protobuf:"bytes,7,opt,name=voucher,proto3" json:"voucher" form:"voucher"`
  32. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  33. XXX_unrecognized []byte `json:"-"`
  34. XXX_sizecache int32 `json:"-"`
  35. }
  36. func (m *RiskCheckRequest) Reset() { *m = RiskCheckRequest{} }
  37. func (*RiskCheckRequest) ProtoMessage() {}
  38. func (*RiskCheckRequest) Descriptor() ([]byte, []int) {
  39. return fileDescriptor_risk_5894149e138ee66f, []int{0}
  40. }
  41. func (m *RiskCheckRequest) XXX_Unmarshal(b []byte) error {
  42. return m.Unmarshal(b)
  43. }
  44. func (m *RiskCheckRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  45. if deterministic {
  46. return xxx_messageInfo_RiskCheckRequest.Marshal(b, m, deterministic)
  47. } else {
  48. b = b[:cap(b)]
  49. n, err := m.MarshalTo(b)
  50. if err != nil {
  51. return nil, err
  52. }
  53. return b[:n], nil
  54. }
  55. }
  56. func (dst *RiskCheckRequest) XXX_Merge(src proto.Message) {
  57. xxx_messageInfo_RiskCheckRequest.Merge(dst, src)
  58. }
  59. func (m *RiskCheckRequest) XXX_Size() int {
  60. return m.Size()
  61. }
  62. func (m *RiskCheckRequest) XXX_DiscardUnknown() {
  63. xxx_messageInfo_RiskCheckRequest.DiscardUnknown(m)
  64. }
  65. var xxx_messageInfo_RiskCheckRequest proto.InternalMessageInfo
  66. type RiskCheckResponse struct {
  67. Success int64 `protobuf:"varint,1,opt,name=success,proto3" json:"success"`
  68. Rank int64 `protobuf:"varint,2,opt,name=rank,proto3" json:"rank"`
  69. Method int64 `protobuf:"varint,3,opt,name=method,proto3" json:"method"`
  70. Desc string `protobuf:"bytes,4,opt,name=desc,proto3" json:"desc"`
  71. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  72. XXX_unrecognized []byte `json:"-"`
  73. XXX_sizecache int32 `json:"-"`
  74. }
  75. func (m *RiskCheckResponse) Reset() { *m = RiskCheckResponse{} }
  76. func (*RiskCheckResponse) ProtoMessage() {}
  77. func (*RiskCheckResponse) Descriptor() ([]byte, []int) {
  78. return fileDescriptor_risk_5894149e138ee66f, []int{1}
  79. }
  80. func (m *RiskCheckResponse) XXX_Unmarshal(b []byte) error {
  81. return m.Unmarshal(b)
  82. }
  83. func (m *RiskCheckResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  84. if deterministic {
  85. return xxx_messageInfo_RiskCheckResponse.Marshal(b, m, deterministic)
  86. } else {
  87. b = b[:cap(b)]
  88. n, err := m.MarshalTo(b)
  89. if err != nil {
  90. return nil, err
  91. }
  92. return b[:n], nil
  93. }
  94. }
  95. func (dst *RiskCheckResponse) XXX_Merge(src proto.Message) {
  96. xxx_messageInfo_RiskCheckResponse.Merge(dst, src)
  97. }
  98. func (m *RiskCheckResponse) XXX_Size() int {
  99. return m.Size()
  100. }
  101. func (m *RiskCheckResponse) XXX_DiscardUnknown() {
  102. xxx_messageInfo_RiskCheckResponse.DiscardUnknown(m)
  103. }
  104. var xxx_messageInfo_RiskCheckResponse proto.InternalMessageInfo
  105. func init() {
  106. proto.RegisterType((*RiskCheckRequest)(nil), "open.service.antifraud.v1.RiskCheckRequest")
  107. proto.RegisterType((*RiskCheckResponse)(nil), "open.service.antifraud.v1.RiskCheckResponse")
  108. }
  109. // Reference imports to suppress errors if they are not otherwise used.
  110. var _ context.Context
  111. var _ grpc.ClientConn
  112. // This is a compile-time assertion to ensure that this generated file
  113. // is compatible with the grpc package it is being compiled against.
  114. const _ = grpc.SupportPackageIsVersion4
  115. // RiskClient is the client API for Risk service.
  116. //
  117. // For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
  118. type RiskClient interface {
  119. // 风险检查
  120. RiskCheck(ctx context.Context, in *RiskCheckRequest, opts ...grpc.CallOption) (*RiskCheckResponse, error)
  121. }
  122. type riskClient struct {
  123. cc *grpc.ClientConn
  124. }
  125. func NewRiskClient(cc *grpc.ClientConn) RiskClient {
  126. return &riskClient{cc}
  127. }
  128. func (c *riskClient) RiskCheck(ctx context.Context, in *RiskCheckRequest, opts ...grpc.CallOption) (*RiskCheckResponse, error) {
  129. out := new(RiskCheckResponse)
  130. err := c.cc.Invoke(ctx, "/open.service.antifraud.v1.Risk/RiskCheck", in, out, opts...)
  131. if err != nil {
  132. return nil, err
  133. }
  134. return out, nil
  135. }
  136. // RiskServer is the server API for Risk service.
  137. type RiskServer interface {
  138. // 风险检查
  139. RiskCheck(context.Context, *RiskCheckRequest) (*RiskCheckResponse, error)
  140. }
  141. func RegisterRiskServer(s *grpc.Server, srv RiskServer) {
  142. s.RegisterService(&_Risk_serviceDesc, srv)
  143. }
  144. func _Risk_RiskCheck_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  145. in := new(RiskCheckRequest)
  146. if err := dec(in); err != nil {
  147. return nil, err
  148. }
  149. if interceptor == nil {
  150. return srv.(RiskServer).RiskCheck(ctx, in)
  151. }
  152. info := &grpc.UnaryServerInfo{
  153. Server: srv,
  154. FullMethod: "/open.service.antifraud.v1.Risk/RiskCheck",
  155. }
  156. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  157. return srv.(RiskServer).RiskCheck(ctx, req.(*RiskCheckRequest))
  158. }
  159. return interceptor(ctx, in, info, handler)
  160. }
  161. var _Risk_serviceDesc = grpc.ServiceDesc{
  162. ServiceName: "open.service.antifraud.v1.Risk",
  163. HandlerType: (*RiskServer)(nil),
  164. Methods: []grpc.MethodDesc{
  165. {
  166. MethodName: "RiskCheck",
  167. Handler: _Risk_RiskCheck_Handler,
  168. },
  169. },
  170. Streams: []grpc.StreamDesc{},
  171. Metadata: "app/service/openplatform/anti-fraud/api/grpc/v1/risk.proto",
  172. }
  173. func (m *RiskCheckRequest) Marshal() (dAtA []byte, err error) {
  174. size := m.Size()
  175. dAtA = make([]byte, size)
  176. n, err := m.MarshalTo(dAtA)
  177. if err != nil {
  178. return nil, err
  179. }
  180. return dAtA[:n], nil
  181. }
  182. func (m *RiskCheckRequest) MarshalTo(dAtA []byte) (int, error) {
  183. var i int
  184. _ = i
  185. var l int
  186. _ = l
  187. if m.MID != 0 {
  188. dAtA[i] = 0x8
  189. i++
  190. i = encodeVarintRisk(dAtA, i, uint64(m.MID))
  191. }
  192. if len(m.IP) > 0 {
  193. dAtA[i] = 0x12
  194. i++
  195. i = encodeVarintRisk(dAtA, i, uint64(len(m.IP)))
  196. i += copy(dAtA[i:], m.IP)
  197. }
  198. if m.ItemID != 0 {
  199. dAtA[i] = 0x18
  200. i++
  201. i = encodeVarintRisk(dAtA, i, uint64(m.ItemID))
  202. }
  203. if len(m.Path) > 0 {
  204. dAtA[i] = 0x22
  205. i++
  206. i = encodeVarintRisk(dAtA, i, uint64(len(m.Path)))
  207. i += copy(dAtA[i:], m.Path)
  208. }
  209. if m.Customer != 0 {
  210. dAtA[i] = 0x28
  211. i++
  212. i = encodeVarintRisk(dAtA, i, uint64(m.Customer))
  213. }
  214. if m.OpenTime != 0 {
  215. dAtA[i] = 0x30
  216. i++
  217. i = encodeVarintRisk(dAtA, i, uint64(m.OpenTime))
  218. }
  219. if len(m.Voucher) > 0 {
  220. dAtA[i] = 0x3a
  221. i++
  222. i = encodeVarintRisk(dAtA, i, uint64(len(m.Voucher)))
  223. i += copy(dAtA[i:], m.Voucher)
  224. }
  225. if m.XXX_unrecognized != nil {
  226. i += copy(dAtA[i:], m.XXX_unrecognized)
  227. }
  228. return i, nil
  229. }
  230. func (m *RiskCheckResponse) Marshal() (dAtA []byte, err error) {
  231. size := m.Size()
  232. dAtA = make([]byte, size)
  233. n, err := m.MarshalTo(dAtA)
  234. if err != nil {
  235. return nil, err
  236. }
  237. return dAtA[:n], nil
  238. }
  239. func (m *RiskCheckResponse) MarshalTo(dAtA []byte) (int, error) {
  240. var i int
  241. _ = i
  242. var l int
  243. _ = l
  244. if m.Success != 0 {
  245. dAtA[i] = 0x8
  246. i++
  247. i = encodeVarintRisk(dAtA, i, uint64(m.Success))
  248. }
  249. if m.Rank != 0 {
  250. dAtA[i] = 0x10
  251. i++
  252. i = encodeVarintRisk(dAtA, i, uint64(m.Rank))
  253. }
  254. if m.Method != 0 {
  255. dAtA[i] = 0x18
  256. i++
  257. i = encodeVarintRisk(dAtA, i, uint64(m.Method))
  258. }
  259. if len(m.Desc) > 0 {
  260. dAtA[i] = 0x22
  261. i++
  262. i = encodeVarintRisk(dAtA, i, uint64(len(m.Desc)))
  263. i += copy(dAtA[i:], m.Desc)
  264. }
  265. if m.XXX_unrecognized != nil {
  266. i += copy(dAtA[i:], m.XXX_unrecognized)
  267. }
  268. return i, nil
  269. }
  270. func encodeVarintRisk(dAtA []byte, offset int, v uint64) int {
  271. for v >= 1<<7 {
  272. dAtA[offset] = uint8(v&0x7f | 0x80)
  273. v >>= 7
  274. offset++
  275. }
  276. dAtA[offset] = uint8(v)
  277. return offset + 1
  278. }
  279. func (m *RiskCheckRequest) Size() (n int) {
  280. if m == nil {
  281. return 0
  282. }
  283. var l int
  284. _ = l
  285. if m.MID != 0 {
  286. n += 1 + sovRisk(uint64(m.MID))
  287. }
  288. l = len(m.IP)
  289. if l > 0 {
  290. n += 1 + l + sovRisk(uint64(l))
  291. }
  292. if m.ItemID != 0 {
  293. n += 1 + sovRisk(uint64(m.ItemID))
  294. }
  295. l = len(m.Path)
  296. if l > 0 {
  297. n += 1 + l + sovRisk(uint64(l))
  298. }
  299. if m.Customer != 0 {
  300. n += 1 + sovRisk(uint64(m.Customer))
  301. }
  302. if m.OpenTime != 0 {
  303. n += 1 + sovRisk(uint64(m.OpenTime))
  304. }
  305. l = len(m.Voucher)
  306. if l > 0 {
  307. n += 1 + l + sovRisk(uint64(l))
  308. }
  309. if m.XXX_unrecognized != nil {
  310. n += len(m.XXX_unrecognized)
  311. }
  312. return n
  313. }
  314. func (m *RiskCheckResponse) Size() (n int) {
  315. if m == nil {
  316. return 0
  317. }
  318. var l int
  319. _ = l
  320. if m.Success != 0 {
  321. n += 1 + sovRisk(uint64(m.Success))
  322. }
  323. if m.Rank != 0 {
  324. n += 1 + sovRisk(uint64(m.Rank))
  325. }
  326. if m.Method != 0 {
  327. n += 1 + sovRisk(uint64(m.Method))
  328. }
  329. l = len(m.Desc)
  330. if l > 0 {
  331. n += 1 + l + sovRisk(uint64(l))
  332. }
  333. if m.XXX_unrecognized != nil {
  334. n += len(m.XXX_unrecognized)
  335. }
  336. return n
  337. }
  338. func sovRisk(x uint64) (n int) {
  339. for {
  340. n++
  341. x >>= 7
  342. if x == 0 {
  343. break
  344. }
  345. }
  346. return n
  347. }
  348. func sozRisk(x uint64) (n int) {
  349. return sovRisk(uint64((x << 1) ^ uint64((int64(x) >> 63))))
  350. }
  351. func (this *RiskCheckRequest) String() string {
  352. if this == nil {
  353. return "nil"
  354. }
  355. s := strings.Join([]string{`&RiskCheckRequest{`,
  356. `MID:` + fmt.Sprintf("%v", this.MID) + `,`,
  357. `IP:` + fmt.Sprintf("%v", this.IP) + `,`,
  358. `ItemID:` + fmt.Sprintf("%v", this.ItemID) + `,`,
  359. `Path:` + fmt.Sprintf("%v", this.Path) + `,`,
  360. `Customer:` + fmt.Sprintf("%v", this.Customer) + `,`,
  361. `OpenTime:` + fmt.Sprintf("%v", this.OpenTime) + `,`,
  362. `Voucher:` + fmt.Sprintf("%v", this.Voucher) + `,`,
  363. `XXX_unrecognized:` + fmt.Sprintf("%v", this.XXX_unrecognized) + `,`,
  364. `}`,
  365. }, "")
  366. return s
  367. }
  368. func (this *RiskCheckResponse) String() string {
  369. if this == nil {
  370. return "nil"
  371. }
  372. s := strings.Join([]string{`&RiskCheckResponse{`,
  373. `Success:` + fmt.Sprintf("%v", this.Success) + `,`,
  374. `Rank:` + fmt.Sprintf("%v", this.Rank) + `,`,
  375. `Method:` + fmt.Sprintf("%v", this.Method) + `,`,
  376. `Desc:` + fmt.Sprintf("%v", this.Desc) + `,`,
  377. `XXX_unrecognized:` + fmt.Sprintf("%v", this.XXX_unrecognized) + `,`,
  378. `}`,
  379. }, "")
  380. return s
  381. }
  382. func valueToStringRisk(v interface{}) string {
  383. rv := reflect.ValueOf(v)
  384. if rv.IsNil() {
  385. return "nil"
  386. }
  387. pv := reflect.Indirect(rv).Interface()
  388. return fmt.Sprintf("*%v", pv)
  389. }
  390. func (m *RiskCheckRequest) Unmarshal(dAtA []byte) error {
  391. l := len(dAtA)
  392. iNdEx := 0
  393. for iNdEx < l {
  394. preIndex := iNdEx
  395. var wire uint64
  396. for shift := uint(0); ; shift += 7 {
  397. if shift >= 64 {
  398. return ErrIntOverflowRisk
  399. }
  400. if iNdEx >= l {
  401. return io.ErrUnexpectedEOF
  402. }
  403. b := dAtA[iNdEx]
  404. iNdEx++
  405. wire |= (uint64(b) & 0x7F) << shift
  406. if b < 0x80 {
  407. break
  408. }
  409. }
  410. fieldNum := int32(wire >> 3)
  411. wireType := int(wire & 0x7)
  412. if wireType == 4 {
  413. return fmt.Errorf("proto: RiskCheckRequest: wiretype end group for non-group")
  414. }
  415. if fieldNum <= 0 {
  416. return fmt.Errorf("proto: RiskCheckRequest: illegal tag %d (wire type %d)", fieldNum, wire)
  417. }
  418. switch fieldNum {
  419. case 1:
  420. if wireType != 0 {
  421. return fmt.Errorf("proto: wrong wireType = %d for field MID", wireType)
  422. }
  423. m.MID = 0
  424. for shift := uint(0); ; shift += 7 {
  425. if shift >= 64 {
  426. return ErrIntOverflowRisk
  427. }
  428. if iNdEx >= l {
  429. return io.ErrUnexpectedEOF
  430. }
  431. b := dAtA[iNdEx]
  432. iNdEx++
  433. m.MID |= (int64(b) & 0x7F) << shift
  434. if b < 0x80 {
  435. break
  436. }
  437. }
  438. case 2:
  439. if wireType != 2 {
  440. return fmt.Errorf("proto: wrong wireType = %d for field IP", wireType)
  441. }
  442. var stringLen uint64
  443. for shift := uint(0); ; shift += 7 {
  444. if shift >= 64 {
  445. return ErrIntOverflowRisk
  446. }
  447. if iNdEx >= l {
  448. return io.ErrUnexpectedEOF
  449. }
  450. b := dAtA[iNdEx]
  451. iNdEx++
  452. stringLen |= (uint64(b) & 0x7F) << shift
  453. if b < 0x80 {
  454. break
  455. }
  456. }
  457. intStringLen := int(stringLen)
  458. if intStringLen < 0 {
  459. return ErrInvalidLengthRisk
  460. }
  461. postIndex := iNdEx + intStringLen
  462. if postIndex > l {
  463. return io.ErrUnexpectedEOF
  464. }
  465. m.IP = string(dAtA[iNdEx:postIndex])
  466. iNdEx = postIndex
  467. case 3:
  468. if wireType != 0 {
  469. return fmt.Errorf("proto: wrong wireType = %d for field ItemID", wireType)
  470. }
  471. m.ItemID = 0
  472. for shift := uint(0); ; shift += 7 {
  473. if shift >= 64 {
  474. return ErrIntOverflowRisk
  475. }
  476. if iNdEx >= l {
  477. return io.ErrUnexpectedEOF
  478. }
  479. b := dAtA[iNdEx]
  480. iNdEx++
  481. m.ItemID |= (int64(b) & 0x7F) << shift
  482. if b < 0x80 {
  483. break
  484. }
  485. }
  486. case 4:
  487. if wireType != 2 {
  488. return fmt.Errorf("proto: wrong wireType = %d for field Path", wireType)
  489. }
  490. var stringLen uint64
  491. for shift := uint(0); ; shift += 7 {
  492. if shift >= 64 {
  493. return ErrIntOverflowRisk
  494. }
  495. if iNdEx >= l {
  496. return io.ErrUnexpectedEOF
  497. }
  498. b := dAtA[iNdEx]
  499. iNdEx++
  500. stringLen |= (uint64(b) & 0x7F) << shift
  501. if b < 0x80 {
  502. break
  503. }
  504. }
  505. intStringLen := int(stringLen)
  506. if intStringLen < 0 {
  507. return ErrInvalidLengthRisk
  508. }
  509. postIndex := iNdEx + intStringLen
  510. if postIndex > l {
  511. return io.ErrUnexpectedEOF
  512. }
  513. m.Path = string(dAtA[iNdEx:postIndex])
  514. iNdEx = postIndex
  515. case 5:
  516. if wireType != 0 {
  517. return fmt.Errorf("proto: wrong wireType = %d for field Customer", wireType)
  518. }
  519. m.Customer = 0
  520. for shift := uint(0); ; shift += 7 {
  521. if shift >= 64 {
  522. return ErrIntOverflowRisk
  523. }
  524. if iNdEx >= l {
  525. return io.ErrUnexpectedEOF
  526. }
  527. b := dAtA[iNdEx]
  528. iNdEx++
  529. m.Customer |= (int64(b) & 0x7F) << shift
  530. if b < 0x80 {
  531. break
  532. }
  533. }
  534. case 6:
  535. if wireType != 0 {
  536. return fmt.Errorf("proto: wrong wireType = %d for field OpenTime", wireType)
  537. }
  538. m.OpenTime = 0
  539. for shift := uint(0); ; shift += 7 {
  540. if shift >= 64 {
  541. return ErrIntOverflowRisk
  542. }
  543. if iNdEx >= l {
  544. return io.ErrUnexpectedEOF
  545. }
  546. b := dAtA[iNdEx]
  547. iNdEx++
  548. m.OpenTime |= (int64(b) & 0x7F) << shift
  549. if b < 0x80 {
  550. break
  551. }
  552. }
  553. case 7:
  554. if wireType != 2 {
  555. return fmt.Errorf("proto: wrong wireType = %d for field Voucher", wireType)
  556. }
  557. var stringLen uint64
  558. for shift := uint(0); ; shift += 7 {
  559. if shift >= 64 {
  560. return ErrIntOverflowRisk
  561. }
  562. if iNdEx >= l {
  563. return io.ErrUnexpectedEOF
  564. }
  565. b := dAtA[iNdEx]
  566. iNdEx++
  567. stringLen |= (uint64(b) & 0x7F) << shift
  568. if b < 0x80 {
  569. break
  570. }
  571. }
  572. intStringLen := int(stringLen)
  573. if intStringLen < 0 {
  574. return ErrInvalidLengthRisk
  575. }
  576. postIndex := iNdEx + intStringLen
  577. if postIndex > l {
  578. return io.ErrUnexpectedEOF
  579. }
  580. m.Voucher = string(dAtA[iNdEx:postIndex])
  581. iNdEx = postIndex
  582. default:
  583. iNdEx = preIndex
  584. skippy, err := skipRisk(dAtA[iNdEx:])
  585. if err != nil {
  586. return err
  587. }
  588. if skippy < 0 {
  589. return ErrInvalidLengthRisk
  590. }
  591. if (iNdEx + skippy) > l {
  592. return io.ErrUnexpectedEOF
  593. }
  594. m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
  595. iNdEx += skippy
  596. }
  597. }
  598. if iNdEx > l {
  599. return io.ErrUnexpectedEOF
  600. }
  601. return nil
  602. }
  603. func (m *RiskCheckResponse) Unmarshal(dAtA []byte) error {
  604. l := len(dAtA)
  605. iNdEx := 0
  606. for iNdEx < l {
  607. preIndex := iNdEx
  608. var wire uint64
  609. for shift := uint(0); ; shift += 7 {
  610. if shift >= 64 {
  611. return ErrIntOverflowRisk
  612. }
  613. if iNdEx >= l {
  614. return io.ErrUnexpectedEOF
  615. }
  616. b := dAtA[iNdEx]
  617. iNdEx++
  618. wire |= (uint64(b) & 0x7F) << shift
  619. if b < 0x80 {
  620. break
  621. }
  622. }
  623. fieldNum := int32(wire >> 3)
  624. wireType := int(wire & 0x7)
  625. if wireType == 4 {
  626. return fmt.Errorf("proto: RiskCheckResponse: wiretype end group for non-group")
  627. }
  628. if fieldNum <= 0 {
  629. return fmt.Errorf("proto: RiskCheckResponse: illegal tag %d (wire type %d)", fieldNum, wire)
  630. }
  631. switch fieldNum {
  632. case 1:
  633. if wireType != 0 {
  634. return fmt.Errorf("proto: wrong wireType = %d for field Success", wireType)
  635. }
  636. m.Success = 0
  637. for shift := uint(0); ; shift += 7 {
  638. if shift >= 64 {
  639. return ErrIntOverflowRisk
  640. }
  641. if iNdEx >= l {
  642. return io.ErrUnexpectedEOF
  643. }
  644. b := dAtA[iNdEx]
  645. iNdEx++
  646. m.Success |= (int64(b) & 0x7F) << shift
  647. if b < 0x80 {
  648. break
  649. }
  650. }
  651. case 2:
  652. if wireType != 0 {
  653. return fmt.Errorf("proto: wrong wireType = %d for field Rank", wireType)
  654. }
  655. m.Rank = 0
  656. for shift := uint(0); ; shift += 7 {
  657. if shift >= 64 {
  658. return ErrIntOverflowRisk
  659. }
  660. if iNdEx >= l {
  661. return io.ErrUnexpectedEOF
  662. }
  663. b := dAtA[iNdEx]
  664. iNdEx++
  665. m.Rank |= (int64(b) & 0x7F) << shift
  666. if b < 0x80 {
  667. break
  668. }
  669. }
  670. case 3:
  671. if wireType != 0 {
  672. return fmt.Errorf("proto: wrong wireType = %d for field Method", wireType)
  673. }
  674. m.Method = 0
  675. for shift := uint(0); ; shift += 7 {
  676. if shift >= 64 {
  677. return ErrIntOverflowRisk
  678. }
  679. if iNdEx >= l {
  680. return io.ErrUnexpectedEOF
  681. }
  682. b := dAtA[iNdEx]
  683. iNdEx++
  684. m.Method |= (int64(b) & 0x7F) << shift
  685. if b < 0x80 {
  686. break
  687. }
  688. }
  689. case 4:
  690. if wireType != 2 {
  691. return fmt.Errorf("proto: wrong wireType = %d for field Desc", wireType)
  692. }
  693. var stringLen uint64
  694. for shift := uint(0); ; shift += 7 {
  695. if shift >= 64 {
  696. return ErrIntOverflowRisk
  697. }
  698. if iNdEx >= l {
  699. return io.ErrUnexpectedEOF
  700. }
  701. b := dAtA[iNdEx]
  702. iNdEx++
  703. stringLen |= (uint64(b) & 0x7F) << shift
  704. if b < 0x80 {
  705. break
  706. }
  707. }
  708. intStringLen := int(stringLen)
  709. if intStringLen < 0 {
  710. return ErrInvalidLengthRisk
  711. }
  712. postIndex := iNdEx + intStringLen
  713. if postIndex > l {
  714. return io.ErrUnexpectedEOF
  715. }
  716. m.Desc = string(dAtA[iNdEx:postIndex])
  717. iNdEx = postIndex
  718. default:
  719. iNdEx = preIndex
  720. skippy, err := skipRisk(dAtA[iNdEx:])
  721. if err != nil {
  722. return err
  723. }
  724. if skippy < 0 {
  725. return ErrInvalidLengthRisk
  726. }
  727. if (iNdEx + skippy) > l {
  728. return io.ErrUnexpectedEOF
  729. }
  730. m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
  731. iNdEx += skippy
  732. }
  733. }
  734. if iNdEx > l {
  735. return io.ErrUnexpectedEOF
  736. }
  737. return nil
  738. }
  739. func skipRisk(dAtA []byte) (n int, err error) {
  740. l := len(dAtA)
  741. iNdEx := 0
  742. for iNdEx < l {
  743. var wire uint64
  744. for shift := uint(0); ; shift += 7 {
  745. if shift >= 64 {
  746. return 0, ErrIntOverflowRisk
  747. }
  748. if iNdEx >= l {
  749. return 0, io.ErrUnexpectedEOF
  750. }
  751. b := dAtA[iNdEx]
  752. iNdEx++
  753. wire |= (uint64(b) & 0x7F) << shift
  754. if b < 0x80 {
  755. break
  756. }
  757. }
  758. wireType := int(wire & 0x7)
  759. switch wireType {
  760. case 0:
  761. for shift := uint(0); ; shift += 7 {
  762. if shift >= 64 {
  763. return 0, ErrIntOverflowRisk
  764. }
  765. if iNdEx >= l {
  766. return 0, io.ErrUnexpectedEOF
  767. }
  768. iNdEx++
  769. if dAtA[iNdEx-1] < 0x80 {
  770. break
  771. }
  772. }
  773. return iNdEx, nil
  774. case 1:
  775. iNdEx += 8
  776. return iNdEx, nil
  777. case 2:
  778. var length int
  779. for shift := uint(0); ; shift += 7 {
  780. if shift >= 64 {
  781. return 0, ErrIntOverflowRisk
  782. }
  783. if iNdEx >= l {
  784. return 0, io.ErrUnexpectedEOF
  785. }
  786. b := dAtA[iNdEx]
  787. iNdEx++
  788. length |= (int(b) & 0x7F) << shift
  789. if b < 0x80 {
  790. break
  791. }
  792. }
  793. iNdEx += length
  794. if length < 0 {
  795. return 0, ErrInvalidLengthRisk
  796. }
  797. return iNdEx, nil
  798. case 3:
  799. for {
  800. var innerWire uint64
  801. var start int = iNdEx
  802. for shift := uint(0); ; shift += 7 {
  803. if shift >= 64 {
  804. return 0, ErrIntOverflowRisk
  805. }
  806. if iNdEx >= l {
  807. return 0, io.ErrUnexpectedEOF
  808. }
  809. b := dAtA[iNdEx]
  810. iNdEx++
  811. innerWire |= (uint64(b) & 0x7F) << shift
  812. if b < 0x80 {
  813. break
  814. }
  815. }
  816. innerWireType := int(innerWire & 0x7)
  817. if innerWireType == 4 {
  818. break
  819. }
  820. next, err := skipRisk(dAtA[start:])
  821. if err != nil {
  822. return 0, err
  823. }
  824. iNdEx = start + next
  825. }
  826. return iNdEx, nil
  827. case 4:
  828. return iNdEx, nil
  829. case 5:
  830. iNdEx += 4
  831. return iNdEx, nil
  832. default:
  833. return 0, fmt.Errorf("proto: illegal wireType %d", wireType)
  834. }
  835. }
  836. panic("unreachable")
  837. }
  838. var (
  839. ErrInvalidLengthRisk = fmt.Errorf("proto: negative length found during unmarshaling")
  840. ErrIntOverflowRisk = fmt.Errorf("proto: integer overflow")
  841. )
  842. func init() {
  843. proto.RegisterFile("app/service/openplatform/anti-fraud/api/grpc/v1/risk.proto", fileDescriptor_risk_5894149e138ee66f)
  844. }
  845. var fileDescriptor_risk_5894149e138ee66f = []byte{
  846. // 541 bytes of a gzipped FileDescriptorProto
  847. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x93, 0x41, 0x6f, 0xd3, 0x30,
  848. 0x14, 0xc7, 0x97, 0xb4, 0xb4, 0xab, 0x91, 0x10, 0xf8, 0x14, 0xa6, 0x2d, 0xae, 0x02, 0x48, 0x93,
  849. 0x46, 0x13, 0xca, 0x84, 0x90, 0x8a, 0x10, 0x52, 0xe1, 0xd2, 0x03, 0x02, 0x45, 0x3b, 0x71, 0x99,
  850. 0xd2, 0xc4, 0x6d, 0xad, 0xce, 0xb5, 0x67, 0x3b, 0x39, 0x73, 0xe6, 0x23, 0xf0, 0x89, 0x76, 0xe4,
  851. 0xc8, 0xc9, 0x62, 0x39, 0xe6, 0x98, 0x4f, 0x80, 0xec, 0xa4, 0x05, 0xa1, 0x4e, 0xe2, 0x92, 0xf8,
  852. 0xfd, 0xdf, 0x7b, 0x3f, 0xfd, 0xed, 0x67, 0x83, 0x49, 0xc2, 0x79, 0x24, 0xb1, 0x28, 0x48, 0x8a,
  853. 0x23, 0xc6, 0xf1, 0x86, 0x5f, 0x25, 0x6a, 0xc1, 0x04, 0x8d, 0x92, 0x8d, 0x22, 0xa3, 0x85, 0x48,
  854. 0xf2, 0x2c, 0x4a, 0x38, 0x89, 0x96, 0x82, 0xa7, 0x51, 0x31, 0x8e, 0x04, 0x91, 0xeb, 0x90, 0x0b,
  855. 0xa6, 0x18, 0x7c, 0x6c, 0xea, 0xc3, 0xb6, 0x39, 0x34, 0xf5, 0xb6, 0x3c, 0x2c, 0xc6, 0x47, 0xa3,
  856. 0x25, 0x51, 0xab, 0x7c, 0x1e, 0xa6, 0x8c, 0x46, 0x4b, 0xb6, 0x64, 0x91, 0xed, 0x98, 0xe7, 0x0b,
  857. 0x1b, 0xd9, 0xc0, 0xae, 0x1a, 0x52, 0xf0, 0xad, 0x0b, 0x1e, 0xc6, 0x44, 0xae, 0xdf, 0xaf, 0x70,
  858. 0xba, 0x8e, 0xf1, 0x75, 0x8e, 0xa5, 0x82, 0x53, 0xd0, 0xa1, 0x24, 0xf3, 0x9c, 0xa1, 0x73, 0xda,
  859. 0x99, 0xbe, 0x28, 0x35, 0xea, 0x7c, 0x9c, 0x7d, 0xa8, 0x34, 0x32, 0x6a, 0xad, 0x91, 0x6f, 0x5c,
  860. 0x4e, 0x02, 0x4a, 0xb2, 0x60, 0x58, 0x24, 0x57, 0x24, 0x4b, 0x14, 0x9e, 0x04, 0x02, 0x5f, 0xe7,
  861. 0x44, 0xe0, 0x2c, 0x88, 0x4d, 0x19, 0x7c, 0x0b, 0x5c, 0xc2, 0x3d, 0x77, 0xe8, 0x9c, 0x0e, 0xa6,
  862. 0xa3, 0x52, 0x23, 0x77, 0xf6, 0xb9, 0xd2, 0xc8, 0x25, 0xbc, 0xd6, 0xe8, 0xa4, 0x01, 0x10, 0xbe,
  863. 0xbf, 0xdf, 0x25, 0x1c, 0x5e, 0x80, 0x3e, 0x51, 0x98, 0x5e, 0x92, 0xcc, 0xeb, 0x58, 0x1b, 0x6f,
  864. 0x4a, 0x8d, 0x7a, 0x33, 0x85, 0xa9, 0x75, 0xb2, 0x4d, 0xd6, 0x1a, 0x05, 0x2d, 0xac, 0x11, 0xf6,
  865. 0x13, 0x7b, 0x26, 0x3b, 0xcb, 0xe0, 0x3b, 0xd0, 0xe5, 0x89, 0x5a, 0x79, 0x5d, 0x6b, 0xeb, 0xac,
  866. 0xd2, 0xc8, 0xc6, 0xb5, 0x46, 0xa8, 0xa1, 0x98, 0x68, 0x3f, 0xc2, 0x16, 0xc2, 0x4f, 0xe0, 0x30,
  867. 0xcd, 0xa5, 0x62, 0x14, 0x0b, 0xef, 0x9e, 0xf5, 0x75, 0x5e, 0x69, 0xb4, 0xd3, 0x6a, 0x8d, 0x9e,
  868. 0x34, 0xa0, 0xad, 0xb2, 0x1f, 0xb6, 0x6b, 0x80, 0x31, 0x18, 0x98, 0x59, 0x5e, 0x2a, 0x42, 0xb1,
  869. 0xd7, 0xb3, 0xc4, 0x57, 0x95, 0x46, 0x7f, 0xc4, 0x5a, 0xa3, 0xa7, 0x0d, 0x72, 0x27, 0xdd, 0xc1,
  870. 0x34, 0xf9, 0x0b, 0x42, 0x31, 0x7c, 0x0d, 0xfa, 0x05, 0xcb, 0xd3, 0x15, 0x16, 0x5e, 0xdf, 0x6e,
  871. 0xf4, 0xc4, 0x9c, 0x58, 0x2b, 0xd5, 0x1a, 0x3d, 0x68, 0x78, 0xad, 0x10, 0xc4, 0xdb, 0x54, 0xf0,
  872. 0xdd, 0x01, 0x8f, 0xfe, 0xba, 0x0c, 0x92, 0xb3, 0x8d, 0xc4, 0xf0, 0x19, 0xe8, 0xcb, 0x3c, 0x4d,
  873. 0xb1, 0x94, 0xed, 0x8d, 0xb8, 0x6f, 0x70, 0xad, 0x14, 0x6f, 0x17, 0xf0, 0x18, 0x74, 0x45, 0xb2,
  874. 0x59, 0xdb, 0x91, 0x77, 0xa6, 0x87, 0xe6, 0x6c, 0x4d, 0x1c, 0xdb, 0x2f, 0x0c, 0x40, 0x8f, 0x62,
  875. 0xb5, 0x62, 0xdb, 0x71, 0x82, 0x4a, 0xa3, 0x56, 0x89, 0xdb, 0xbf, 0x21, 0x64, 0x58, 0xa6, 0xed,
  876. 0x74, 0x2c, 0xc1, 0xc4, 0xb1, 0xfd, 0xbe, 0xdc, 0x80, 0xae, 0xf1, 0x06, 0x17, 0x60, 0xb0, 0xf3,
  877. 0x08, 0xcf, 0xc2, 0x3b, 0x5f, 0x42, 0xf8, 0xef, 0xb5, 0x3e, 0x7a, 0xfe, 0x7f, 0xc5, 0xcd, 0xb6,
  878. 0xa7, 0xc7, 0x37, 0xb7, 0xfe, 0xc1, 0xcf, 0x5b, 0xff, 0xe0, 0x6b, 0xe9, 0x3b, 0x37, 0xa5, 0xef,
  879. 0xfc, 0x28, 0x7d, 0xe7, 0x57, 0xe9, 0x3b, 0x5f, 0xdc, 0x62, 0x3c, 0xef, 0xd9, 0xe7, 0x73, 0xfe,
  880. 0x3b, 0x00, 0x00, 0xff, 0xff, 0x79, 0xb3, 0x6d, 0xb9, 0xc6, 0x03, 0x00, 0x00,
  881. }