Update xui.js

This commit is contained in:
Mr Chen 2024-12-03 17:41:27 +08:00
parent 57141b3a90
commit 2954b92963
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ function mtPost(method, version, args,callback){
var loadT = layer.msg('正在获取...', { icon: 16, time: 0, shade: 0.3 });
var req_data = {};
req_data['name'] = 'mtproxy';
req_data['name'] = 'xui';
req_data['func'] = method;
req_data['version'] = version;