12345678910111213141516171819 |
- export function DeleteApi(arg1, arg2) {
- return window['go']['desktop']['Api']['DeleteApi'](arg1, arg2);
- }
- export function GetApi(arg1, arg2) {
- return window['go']['desktop']['Api']['GetApi'](arg1, arg2);
- }
- export function PostApi(arg1, arg2) {
- return window['go']['desktop']['Api']['PostApi'](arg1, arg2);
- }
- export function PutApi(arg1, arg2) {
- return window['go']['desktop']['Api']['PutApi'](arg1, arg2);
- }
|