()
| 30 | }); |
| 31 | |
| 32 | function lua_pull() { |
| 33 | $.ajax({ |
| 34 | url: '/dump_lua', |
| 35 | type: 'GET', |
| 36 | dataType: 'json', |
| 37 | success: function (res) { |
| 38 | alert("Push成功") |
| 39 | }, |
| 40 | error: function (res) { |
| 41 | alert("Push失败") |
| 42 | } |
| 43 | }); |
| 44 | } |
| 45 | |
| 46 | function lua_decrypt() { |
| 47 | $.ajax({ |
nothing calls this directly
no outgoing calls
no test coverage detected