Merge branch 'feature/installment2a' into release/4.9.2
Showing
1 changed file
with
1 additions
and
0 deletions
@@ -463,6 +463,7 @@ const checkVerifyCode = (uid, mobile, code) => { | @@ -463,6 +463,7 @@ const checkVerifyCode = (uid, mobile, code) => { | ||
463 | method: method, | 463 | method: method, |
464 | mobile: mobile, | 464 | mobile: mobile, |
465 | snsCheckCode: code, | 465 | snsCheckCode: code, |
466 | + codeType: 1, // 授信 | ||
466 | debug: 'XYZ' | 467 | debug: 'XYZ' |
467 | }, { | 468 | }, { |
468 | timeout: API_TIMEOUT | 469 | timeout: API_TIMEOUT |
-
Please register or login to post a comment