init
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -34,7 +34,7 @@ | ... | @@ -34,7 +34,7 @@ |
| 34 | 34 | ||
| 35 | <script> | 35 | <script> |
| 36 | 36 | ||
| 37 | $.get('http://test.smalldebit.club/api/Debit/GetUserDebitRecords',function (d) { | 37 | $.get('http://test.smalldebit.club/api/Debit/GetUserDebitRecords?userId=7',function (d) { |
| 38 | console.log(d) | 38 | console.log(d) |
| 39 | }); | 39 | }); |
| 40 | 40 | ... | ... |
-
Please register or sign in to post a comment